Re: [Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
Thanks Tony. This is actually a brand new Python installation. I am running on 64-bit Windows 7, with Enthought's EPD 7.2.2 (also 64-bit). I tried testing various code snippets again and found that when I run my code, subsequent gallery examples (that call colorbar()) fail. When I run the gallery

Re: [Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Tony Yu
On Wed, Jan 25, 2012 at 2:42 PM, Josh Hemann wrote: > I have some code that has worked in matplotlib versions 0.99 and 1.0.1. > Recently, I updated to 1.1.0 and my code broke, specifically in a call to > colorbar(). I tried running this gallery > example

[Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
I have some code that has worked in matplotlib versions 0.99 and 1.0.1. Recently, I updated to 1.1.0 and my code broke, specifically in a call to colorbar(). I tried running http://matplotlib.sourceforge.net/examples/pylab_examples/colorbar_tick_labelling_demo.html this gallery example and get t

Re: [Matplotlib-users] Add some explanatory text to the legend

2012-01-25 Thread Neal Becker
Ethan Swint wrote: > > > On 1/25/2012 1:32 PM, Neal Becker wrote: >> I have a legend that is going to have some abbreviations to compactly >> indicate >> the properties of different lines in a graph. I'd like to add a little 'key' >> to >> explain what the notation means. Any suggestion? > I w

Re: [Matplotlib-users] Add some explanatory text to the legend

2012-01-25 Thread Ethan Swint
On 1/25/2012 1:32 PM, Neal Becker wrote: > I have a legend that is going to have some abbreviations to compactly indicate > the properties of different lines in a graph. I'd like to add a little 'key' > to > explain what the notation means. Any suggestion? I was thinking of the annotate functi

[Matplotlib-users] Add some explanatory text to the legend

2012-01-25 Thread Neal Becker
I have a legend that is going to have some abbreviations to compactly indicate the properties of different lines in a graph. I'd like to add a little 'key' to explain what the notation means. Any suggestion? -- Keep

[Matplotlib-users] Gallery broken link

2012-01-25 Thread Daπid
http://matplotlib.sourceforge.net/examples/api/demo_affine_image_00.html This link of the gallery example is broken (error 404). It corresponds to the third example of the fourth row. -- Keep Your Developer Skills Current

[Matplotlib-users] Matplotlib tutorial at PyCon US

2012-01-25 Thread Mike Müller
Hi, I will be giving a matplotlib and a optimization tutorial at PyCon in March. So please point people to it who would like to have a compact introduction to matplotlib. The optimization tutorial gives an overview over this topic. BTW, the early bird deadline is today. Mike Plotting with m

[Matplotlib-users] [matplotlib-users] Twin yaxis and log scale in menubar

2012-01-25 Thread Fabien Lafont
Since I use" twiny" the button on the menu which allow color changing, log scale and so on, doesn't work. Why? What can I do? thx, Fabien -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive onli

Re: [Matplotlib-users] set yticklabels fonts size without setting the yticklabels

2012-01-25 Thread Paul Hobson
I always taylor a matplotlibrc file for a given project, but you can modify the rc parameters on the fly: http://matplotlib.sourceforge.net/users/customizing.html#dynamic-rc-settings You need to set themodified rc parameters at the top of your script. Hope that helps. -paul On Wed, Jan 25, 2012

Re: [Matplotlib-users] Problem with cachedRenderer

2012-01-25 Thread Tony Yu
On Wed, Jan 25, 2012 at 7:14 AM, andi wrote: > Hi Tony, > > thanks for your reply! I am not using the pdf backend, but the GTKAgg > backend. Is it working with this backend in the development version? > > Cheers > Andi > Hi Andi, Unfortunately, I can't run the GTKAgg backend, but I checked you

Re: [Matplotlib-users] Plotting contour in X-Z plane

2012-01-25 Thread Moore, Eric (NIH/NIDDK) [F]
> -Original Message- > From: alw46 [mailto:amandalaurelw...@gmail.com] > Sent: Tuesday, January 24, 2012 3:40 PM > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Plotting contour in X-Z plane > > > Hi Eric, > > First, thanks for the sample - I agree that it'

[Matplotlib-users] set yticklabels fonts size without setting the yticklabels

2012-01-25 Thread Martella, C.
hello list, I'm having quite a big number of subplots all together inside of the same figure, which pushes me to reduce the font size quite a lot to avoid overlap. I've been able to set quite everything, except of the ytickslabels: sp = fig.add_subplot(611, xlim=(10, 100)) sp.set_title(my_title,

[Matplotlib-users] Bug in basemap allskymap example

2012-01-25 Thread Tobias Winchen
Hi, the Basemap allskymap example (examples/allskymap.py in current git and basemap rev 1.0.2) plots buggy tissots if they cross the zero meridian and/or the poles (see http://web.physik.rwth- aachen.de/~winchen/unfixed_polarRegions_llskymap.png ). The attached patch fixes this issue (see http: