[Matplotlib-users] formatting figures for publciation

2008-09-26 Thread Gideon Simpson
Is there anything akin to this MATLAB script: http://www.mathworks.com/company/newsletters/digest/june00/export/ available for mpl? or some simple set of commands that will accomplish the same task? -gideon - This SF.Net

Re: [Matplotlib-users] One bug of PrintoutWx ( line 2109 in backend_wx.py )

2008-09-26 Thread Eric Firing
[EMAIL PROTECTED] wrote: > Dear All, > > For the class "PrintoutWx" in backend_wx.py, because it doesn't update the API > change from matplotlib 0.98.3. All of "print" and "print preview" doesn't > work correctly on new version(matplotlib 0.98.3.) > > if we change the line in 2109 "self.canvas.f

Re: [Matplotlib-users] plotting scattered data from array

2008-09-26 Thread Goyo
El jue, 25-09-2008 a las 22:19 +0200, Oz Nahum escribió: > >¿What's the meaning of that data arrange? I can't make any sense of > >plotting a 2D scatter from a 3D array. > > when I wrote: > head = [[0,0,10], > [1,0,13], > [2,0,11], > [3,

[Matplotlib-users] One bug of PrintoutWx ( line 2109 in backend_wx.py )

2008-09-26 Thread ziwen . fu
Dear All, For the class "PrintoutWx" in backend_wx.py, because it doesn't update the API change from matplotlib 0.98.3. All of "print" and "print preview" doesn't work correctly on new version(matplotlib 0.98.3.) if we change the line in 2109 "self.canvas.figure.dpi.set(fig_dpi)" into "self.canv

[Matplotlib-users] bluemarbel image boundaries in robinson projection

2008-09-26 Thread Momme Butenschÿfffff6n
When plotting a global image using the robinson projection and the bluemarble image, I have the problem that the image remains rectangular and goes beyond the curved projection map boundaries (see attachment). Is there anyway around this? Cheers, Momme import mpl_toolkits.basemap as b import n

Re: [Matplotlib-users] Legend over plot lines

2008-09-26 Thread Friedrich Hagedorn
On Fri, Sep 26, 2008 at 12:52:01PM +0100, Peter Saffrey wrote: > Is there a way to automatically resize plots (and subplots) and > move/resize plot legends so that they don't obscure the plotted data? I > have this problem especially on plots with 4 or 5 tracks. > > I can post an example, but I

Re: [Matplotlib-users] Information request

2008-09-26 Thread Jeff Whitaker
Antoine De Pauw wrote: > Jeff, > > I totally agree this is due to missing values > > Again I've got difficulties to find good words so forgive me, what I tried > to say is that the ability to have that border transparent would be a good > feature in next releases, for people who need to interpolate

[Matplotlib-users] Legend over plot lines

2008-09-26 Thread Peter Saffrey
Is there a way to automatically resize plots (and subplots) and move/resize plot legends so that they don't obscure the plotted data? I have this problem especially on plots with 4 or 5 tracks. I can post an example, but I wasn't sure of the etiquette of posting images to this list. Cheers, P