Hello,
I want to plot a contourf (or imshow) map with some scatter symbol
lay on it, and I
want them to use a same color set.
like contour(x,y,z) or imshow(x,y,z) have a color set (colorbar)
and scatter(x1,y1, s=z1,c=z1). in the scatter, the color of z1 would
be the same with
the c
Matt Funk, on 2011-04-07 16:52, wrote:
> Hi,
> i am farily new to matplotlib so my question might be fairly basic. I would
> like to be able to set certain default values at the beginning of my script.
> The way i did this with the other values is via changing the value stored in
> rcparams. So
Hi,
i am farily new to matplotlib so my question might be fairly basic. I would
like to be able to set certain default values at the beginning of my script.
The way i did this with the other values is via changing the value stored in
rcparams. So something like:
import matplotlib.pyplot as mpl
m
I would love to see this work done, if for no other reason than removing
a lot of duplicate code.
Mike
On 04/06/2011 02:43 PM, Eric Firing wrote:
> On 04/05/2011 10:57 PM, Wolfgang Kerzendorf wrote:
>> Dear all,
>>
>> I have had a quick look at changing the buttons in toolbar2. This seems
>> to
Thanks. That change is due to a recent change I made in matplotlib.
The "inheritance_diagram" Sphinx directive has existed in Sphinx itself
for a long while now, so there was no need to maintain our old and
crufty original version in matplotlib anymore. Since
PATH_TO_MATPLOTLIB_SRC/doc/sphin
Hi,
I'm using the method described on
http://matplotlib.sourceforge.net/faq/howto_faq.html#howto-auto-adjust
to automatically adjust my subplot figures to make room for my axis
labels. I'm not drawing my graphs to the screen, but I'm instead
outputting them to PNG files using a savefig("filena
Hi,
I was just rebuilding basemap and its docs.
With v1.07 of Sphinx, latest git versions of matplotlib & basemap, I
needed to modify basemap/doc/conf.py as follows:
1. Insert before line 20:
sys.path.append(os.path.abspath(PATH_TO_MATPLOTLIB_SRC/doc/sphinxext'))
(to find matplotlib sphinxext mat