Re: [Matplotlib-users] Get pixels position of a Rectagle

2007-08-29 Thread Romain Bignon
Hello, Thanks to your answer. But now, how can I get Text position on image please ? Regards, -- Romain Bignon - http://progs.coderz.info http://www.inl.fr - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [Matplotlib-users] legend outside the plot

2007-08-29 Thread Bernhard Voigt
Here's a legend function which allows you to specify loc='outer right'. The part for 'outer left' doesn't work. It basically wrappes the pylab.legendmethod, it rescales the plot and sets the location of the legend to coordinates outside of the current axes. def legend(*args, **kwargs): """

[Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread John Morgan
I have some data, which I'd like to plot using matplotlib. Some of the data has been flagged by some other software, and I have a boolean array, the same shape as my original data which tells me which data has been flagged. What I'd like to do is plot the unflagged data as a single pixels ',' and f

Re: [Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread Pierre GM
On Wednesday 29 August 2007 10:02:14 John Morgan wrote: > I have some data, which I'd like to plot using matplotlib. Some of the data > has been flagged by some other software, and I have a boolean array, the > same shape as my original data which tells me which data has been flagged > > I'm

Re: [Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread Eric Firing
Pierre GM wrote: > On Wednesday 29 August 2007 10:02:14 John Morgan wrote: >> I have some data, which I'd like to plot using matplotlib. Some of the data >> has been flagged by some other software, and I have a boolean array, the >> same shape as my original data which tells me which data has been

Re: [Matplotlib-users] multip axis

2007-08-29 Thread Jed Frechette
nie ninesun wrote: > > i am new user of matplotlib,i want display two curve on one graph.but i > want these two curve have same X axis.but the Y axis is not same... > Seeing as this came up. Is it possible to have more than 2 y axes? For example: http://www.unm.edu/~jdfrech/fire-climate.pn

Re: [Matplotlib-users] PS and imshow

2007-08-29 Thread Petr Danecek
In fact, the dpi option does change the resulting PS file, but the quality is still very poor - see the example http://www.ucl.cas.cz/~petr/matplotlib-test.tgz pd On Fri, 2007-08-24 at 20:03, Jouni K. Seppänen wrote: > I just tried with current svn, and the following script produces two