[Matplotlib-users] set color of a single point or bar

2009-02-09 Thread C M
Is it possible to set (and unset) the color of a single point on a line, or an individual bar in a bar chart? Thanks, Che -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Ado

Re: [Matplotlib-users] Memory leaks in a web application

2009-02-09 Thread Jouni K . Seppänen
Ryan May writes: > On Mon, Feb 9, 2009 at 2:37 PM, A B wrote: > > If you're using the full OO interface and creating a figure by making an > instance of Figure(), then you shouldn't need to close the figure by hand. > It should be deleted whenever you delete or replace your instance of > Figure.

Re: [Matplotlib-users] Memory leaks in a web application

2009-02-09 Thread Ryan May
On Mon, Feb 9, 2009 at 2:37 PM, A B wrote: > Thank you very much, Jouni. Pyplot.close() seems to have done the > trick. I followed your advice and converted my code to use the OO > interface. But I'm not sure how I close the figure in OO ... Any > pointers? Thanks. If you're using the full OO i

Re: [Matplotlib-users] basemap install problem for 64-Bit/x86_64 on os-x

2009-02-09 Thread Jeff Whitaker
Mike wrote: > I needed to update my python interpreter to 64-bit recently on my > mac. I all my needed modules updated fine, including matplotlib, but > basemap gives me trouble: > > Python 2.6.1 (r261:67515, Jan 29 2009, 15:27:04) > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > Type "help",

Re: [Matplotlib-users] Memory leaks in a web application

2009-02-09 Thread A B
Thank you very much, Jouni. Pyplot.close() seems to have done the trick. I followed your advice and converted my code to use the OO interface. But I'm not sure how I close the figure in OO ... Any pointers? Thanks. -- Crea

[Matplotlib-users] basemap install problem for 64-Bit/x86_64 on os-x

2009-02-09 Thread Mike
I needed to update my python interpreter to 64-bit recently on my mac. I all my needed modules updated fine, including matplotlib, but basemap gives me trouble: Python 2.6.1 (r261:67515, Jan 29 2009, 15:27:04) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" o

Re: [Matplotlib-users] rc params strangeness/error

2009-02-09 Thread Michael Droettboom
matplotlib is inconsistent in its treatment of rcParams. Some have immediate side effects, others are cached during initialization and changing them later has no effect. This is a long standing problem, but not one with an easy solution, since the caching, particularly in the case of font loo

[Matplotlib-users] xticklabels printed twice when using twinx

2009-02-09 Thread Christoffer Aberg
Hi all, I have noticed a funny behaviour when using twinx to do two plots on the same axes: the xticklabels are printed twice, once for each axes. This shows up as slightly thicker labels than for a single axes. It is particularly visible for ps or pdf output, but can be seen also in an interactiv

Re: [Matplotlib-users] release candidate

2009-02-09 Thread Sandro Tosi
Hi John, thanks for the heads up:) On Sun, Feb 8, 2009 at 21:46, John Hunter wrote: > We have accumulated a number of bug fixes in our stable release > branch, so I would like to release the 3rd bugfix release. Please > test and report any problems > > > http://matplotlib.sourceforge.net/relea

Re: [Matplotlib-users] only left and bottom border in figure frame

2009-02-09 Thread Zunbeltz Izaola
Dear Tony, Thank you very much. This is what I was looking for. It would be nice if it is integrated in the main matpotlib; especially if it would be possible to set the projection type in the matplotlibrc file. Zunbeltz On Fri, 2009-02-06 at 13:05 -0500, Tony S Yu wrote: > On Feb 6, 2009, at

Re: [Matplotlib-users] code searching

2009-02-09 Thread Lionel Roubeyrie
Thanks John, it's what I need. Le vendredi 06 février 2009 à 13:10 -0600, John Hunter a écrit : > On Fri, Feb 6, 2009 at 10:56 AM, Ryan May wrote: > > Lionel Roubeyrie wrote: > >> You're right, it's the chaco's zooming plot, I confused. > >> Is there a way to have this render with matplotlib? > >