[Matplotlib-users] basemap docs not finding sphinx extensions

2011-04-07 Thread George Nurser
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

[Matplotlib-users] draw_event does not fire for savefig() when installing from source

2011-04-07 Thread Jeroen DR
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

Re: [Matplotlib-users] basemap docs not finding sphinx extensions

2011-04-07 Thread Michael Droettboom
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

Re: [Matplotlib-users] buttons in toolbar2

2011-04-07 Thread Michael Droettboom
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 be

[Matplotlib-users] setting the default markerfacecolor

2011-04-07 Thread Matt Funk
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

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-07 Thread Paul Ivanov
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

[Matplotlib-users] Contour and Scatter with same colorbar

2011-04-07 Thread Wang Jun
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