[Matplotlib-users] Matplotlib+GTKAgg+py2exe

2010-11-15 Thread Ian Bell
All, I have experience getting MPL working with wx backend with py2exe, and I have sucessfully packaged and delivered py2exe executables (email me if you would like a copy of the setup.py file that worked for me). I have decided to switch my main development from wx to GTK since Glade is so much

Re: [Matplotlib-users] axis coords in y direction and data coords in x direction for text

2010-11-15 Thread Jae-Joon Lee
You may use annotate. annotate("Test", xy=(0.5, 0.3), xycoords=("axes fraction", "data"), ha="center") This requires v1.0 of matplotlib. http://matplotlib.sourceforge.net/users/annotations_guide.html#using-complex-coordinate-with-annotation Regards, -JJ ---

Re: [Matplotlib-users] axis coords in y direction and data coords in x direction for text

2010-11-15 Thread Benjamin Root
On Mon, Nov 15, 2010 at 1:40 PM, wrote: > Hi > > > > I’d like to place a piece of text that shows the start of some data so I > want data coords in the x direction and axis coords in the y – e.g. float > with a particular x value and center in the screen on the y. > > > > Do I need to implement

Re: [Matplotlib-users] Since upgrading to SUSE 11.3 matplotlib simply craches with segfault

2010-11-15 Thread Filipe Pires Alvarenga Fernandes
Since you are using OpenSuse, (and If you are brave enough) you can add my REPO and use the latest version of matplolib: http://download.opensuse.org/repositories/home:/ocefpaf/openSUSE_11.3/ I compile the svn version every week there. Filipe. On Mon, Nov 15, 2010 at 13:45, Michael Droettboom

Re: [Matplotlib-users] Two sets of ticks on a single colorbar?

2010-11-15 Thread Chloe Lewis
I think the pretty-fying done in the Colorbar class will make this harder; at least, twiny on an existing colorbar doesn't work (overwrites original ticks); having two colorbars works fine but wastes space; and adding a spine had surprising side-effects (changed the color range!). I would

[Matplotlib-users] axis coords in y direction and data coords in x direction for text

2010-11-15 Thread david.briant
Hi I'd like to place a piece of text that shows the start of some data so I want data coords in the x direction and axis coords in the y - e.g. float with a particular x value and center in the screen on the y. Do I need to implement a new object or can I mix transforms in this manner?

Re: [Matplotlib-users] Since upgrading to SUSE 11.3 matplotlib simply craches with segfault

2010-11-15 Thread Michael Droettboom
Since their package is crashing, I would report this bug against OpenSUSE's python-matplotlib package. If that doesn't get you any response, it would be helpful to get a better idea of where it is failing. Can you provide a gdb backtrace? Mike -

[Matplotlib-users] Since upgrading to SUSE 11.3 matplotlib simply craches with segfault

2010-11-15 Thread Kurt Mueller
Hi, Since upgrading to SUSE 11.3 matplotlib simply craches (segfault on dlopen("/usr/lib/python2.6/site-packages/matplotlib/_path.so", 2); > python -V Python 2.6.5 > uname -a Linux mcp20 2.6.34.7-0.5-default #1 SMP 2010-10-25 08:40:12 +0200 i686 i686 i386 GNU/Linux I did a 1-Click Installati

[Matplotlib-users] Two sets of ticks on a single colorbar?

2010-11-15 Thread Daniel Welling
Greetings. I am making some contour plots and in my field for this particular value, there are two widely used units. As such, it is very useful to have both units listed on the colorbar. To clarify: the colorbar's normal ticks would be facing to the right and labeled with Unit Type 1, which was

Re: [Matplotlib-users] Change in pcolor functionality from 0.99.1.1 to 1.0.0

2010-11-15 Thread Guy Griffiths
On Friday 12 Nov 2010 15:20:43 Ryan May wrote: > On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root wrote: > > On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths > > > > > > wrote: > >> Hi, > >> > >> I've been using matplotlib for a while for plotting scientific data, and > >> recently upgraded from v