+1 for removing pcolor_classic.
On Jun 6, 2006, at 1:49 PM, Eric Firing wrote:
> In the spirit of cleaning up and simplifying mpl, I would like to know
> whether anyone is still using pcolor_classic, and if so, why? Does it
> have any advantages over pcolor or pcolormesh?
>
> Thanks.
>
> Eric
>
This is a previously reported problem, related to:
a) closing figures (garbage collection)
b) memory usage issues (and memory leaks, which depend on the selected
backend)
I adapted the script just provided by John Hunter to show memory usage
at each new figure:
import sys
import pylab
import o
In the spirit of cleaning up and simplifying mpl, I would like to know
whether anyone is still using pcolor_classic, and if so, why? Does it
have any advantages over pcolor or pcolormesh?
Thanks.
Eric
___
Matplotlib-users mailing list
Matplotlib-us
Hi,
I'm trying to do a simple linear least squares fit of some data in an
application.
The relevant code runs about as follows, following closely the example
found on http://mail.python.org/pipermail/python-list/2006-March/331693.html
-
import matplotlib.numerix as nx
contact_x_poi
Hi you all
I am coding a GUI application python/matplotlib/basemap based on. I have
imported NavigationToolbar as follows:
from matplotlib.backends.backend_gtk import NavigationToolbar2GTK as
NavigationToolbar
This shows the following five buttons:
1.- Reset Original View
2.- Back to Previous
> "Steve" == Steve Schmerler <[EMAIL PROTECTED]> writes:
Steve> leau2001 wrote:
>> I made some figure in a loop and i want to close after the
>> figure show.
>>
Steve> Not absolutely sure what you mean, but to produce some
Steve> plots and save them in a loop I do
On Tue, 06 Jun 2006, apparently wrote:
> I made some figure in a loop and i want to close after the figure show.
Are you using TkAgg?
Then it should have a close button.
Use it.
By using show() you entered the Tkinter mainloop,
so you cannot close it from the console.
(Or so I believe.)
Cheers
leau2001 wrote:
> I made some figure in a loop and i want to close after the figure show.
>
Not absolutely sure what you mean, but to produce some plots and save
them in a loop I do
f = figure()
for i in range(..):
plot(...)
savefig(...)
f.clf() # clear figure for re-use
On Tue, Jun 06, 2006 at 12:32:00PM +0200, Stefan van der Walt wrote:
> In current SVN, line 1164 of text.py (__init__ of TextWithDash) refers
> to "renderer" which is not defined. This breaks almost any
> operation.
Eek! Local changes in my repository. Please disregard the previous
message.
*bl
Hi,
In current SVN, line 1164 of text.py (__init__ of TextWithDash) refers
to "renderer" which is not defined. This breaks almost any operation.
Regards
Stéfan
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sou
I made some figure in a loop and i want to close after the figure show.
thx
lo
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
11 matches
Mail list logo