[Matplotlib-users] box and ticks

2007-01-23 Thread Lionel Roubeyrie
Hi, How can we remove only top and right lines of a plot, box(on=False) removes all. Same question for top and right ticks? thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys.

Re: [Matplotlib-users] problems installing

2007-01-23 Thread Darren Dale
I'm guessing that you are installing on a system that includes pygtk-2.4 (RHEL?). If that is the case, it is probably a bug in pygtk, see http://matplotlib.sourceforge.net/faq.html#PYGTK24 If this is not the case, please post again with more information concerning os and version, etc. Darren

Re: [Matplotlib-users] title and legend in multiple plots

2007-01-23 Thread John Hunter
andrea == andrea zonca [EMAIL PROTECTED] writes: andrea Hi, i'm a newbie in matplotlib, I have a multiple plot, I andrea have small titles for each subplot and I'd like to add a andrea bigger title for all the figure and a legend to all the andrea figure as well. If I set a

Re: [Matplotlib-users] Replotting inside a while loop

2007-01-23 Thread Ted Drain
See the docs on interactive mode... http://matplotlib.sourceforge.net/interactive.html At 10:39 AM 1/23/2007, Tommy Grav wrote: On Jan 23, 2007, at 1:28 PM, Darren Dale wrote: On Tuesday 23 January 2007 13:20, Tommy Grav wrote: I have a program that enters a while loop, calculates a bunch

Re: [Matplotlib-users] wxPython 2.8

2007-01-23 Thread Christopher Barker
John Hunter wrote: Christopher OLD: wxBitmap *bitmap = new wxBitmap(image); NEW Christopher wxBitmap *bitmap = new wxBitmap(*image); Hey Chris, thanks for this info. Do we expect this modified code to also work for older versions of wx, or is this 2.8 specific. I think it will work