Hi Simson,
On Wednesday 21 March 2007 02:59, Simson Garfinkel wrote:
> Thanks for the information. Unfortunately, this CDF doesn't look like
> the CDF that we see in other published papers. I'm not sure what they
> are done with... But they have a thin line that shows the integral
> of all measur
On 3/20/07, Simson Garfinkel <[EMAIL PROTECTED]> wrote:
> Thanks for the information. Unfortunately, this CDF doesn't look like
> the CDF that we see in other published papers. I'm not sure what they
> are done with... But they have a thin line that shows the integral
> of all measurements, rather
Thanks for the information. Unfortunately, this CDF doesn't look like
the CDF that we see in other published papers. I'm not sure what they
are done with... But they have a thin line that shows the integral
of all measurements, rather than a bar graph. The problem with a bar
graph is that
Pellegrini Eric wrote:
Hi everybody,
when repeating the following sequence:
pylab.figure()
pylab.close()
the memory used increases like if something remained. Would you have any
idea of what is going on ? How to solve this kind of memory leak ?
I have confirmed this with svn on linux (d
Hi everybody,
when repeating the following sequence:
pylab.figure()
pylab.close()
the memory used increases like if something remained. Would you have any idea
of what is going on ? How to solve this kind of memory leak ?
thank you very much
Eruc
Hi,
I have a problem of memory leak using the following code:
from Tkinter import *
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
import pylab
def display():
mat = pylab.zer
Ana Paula Leite wrote:
> Dear all,
>
> I have a list with about 300 elements like the following:
> listNames = ['name1', 'name2', 'name3', ...]
>
> I want to iterate through this list, creating several figures where each
> one will include two subplots.
> The problem is that I want to label each
It's just as simple as:
savefig('name1'+'_'+'name2')
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through
Dear all,
I have a list with about 300 elements like the following:
listNames = ['name1', 'name2', 'name3', ...]
I want to iterate through this list, creating several figures where each one
will include two subplots.
The problem is that I want to label each figure like in the following
example:
Thanks John. That will work.
Ryan
On 3/20/07, John Hunter <[EMAIL PROTECTED]> wrote:
> On 3/20/07, Ryan Krauss <[EMAIL PROTECTED]> wrote:
> > I have a figure with 2 subplots (2 rows, 1 column) created using the
> > OO interface like this:
> >
> > ax1=fig.add_subplot(2,1,1)
> > ax2=fig.add_subplo
On 3/20/07, Ryan Krauss <[EMAIL PROTECTED]> wrote:
> I have a figure with 2 subplots (2 rows, 1 column) created using the
> OO interface like this:
>
> ax1=fig.add_subplot(2,1,1)
> ax2=fig.add_subplot(2,1,2)
>
> After I have created these axes and plotted things on them, I want to
> be able to set
I have a figure with 2 subplots (2 rows, 1 column) created using the
OO interface like this:
ax1=fig.add_subplot(2,1,1)
ax2=fig.add_subplot(2,1,2)
After I have created these axes and plotted things on them, I want to
be able to set their x and y lims. The function that creates the plot
returns f
Hi!
I'm trying to do a few plots in one figure using subplot, but the
size of the legends isn't changing as I try to add more plots.
I have found out how to change the size the hard-coded way, but
is there any way I can get the legend to know how large it should
be? For example, with the following
13 matches
Mail list logo