[Matplotlib-users] Time axis for imshow

2011-11-09 Thread Gökhan Sever
Hello, Is there any easy way to specify a time-axis using imshow to plot 2D data? Thanks. -- Gökhan -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1__

[Matplotlib-users] set thickness of axis spine

2011-11-09 Thread Pawel J
Hi, Could someone tell me how to set the thickness of the frame surrounding a figure? I suppose this is the axis.spines object but I can't figure out how to use the "lindewidth" property. Thanks! Pawel -- View this message in context: http://old.nabble.com/set-thickness-of-axis-spine-tp32816

Re: [Matplotlib-users] Bus error related to ft2font on Mac OS X (10.6), gcc-4.2, apparently 0.99 branch related

2011-11-09 Thread Benjamin Root
On Wednesday, November 9, 2011, Friedrich Romstedt < friedrichromst...@gmail.com> wrote: > Hi, > > as announced on the devel list here my report on "my" Bus error. > > I first noticed the Bus error with a freshly compiled version from > today's git. A ``import matplotlib.figure`` was sufficient to

[Matplotlib-users] Bus error related to ft2font on Mac OS X (10.6), gcc-4.2, apparently 0.99 branch related

2011-11-09 Thread Friedrich Romstedt
Hi, as announced on the devel list here my report on "my" Bus error. I first noticed the Bus error with a freshly compiled version from today's git. A ``import matplotlib.figure`` was sufficient to produce the bus error. ``python2.6 -v`` showed that it appears when matplotlib.ft2font is importe

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Michiel de Hoon
--- On Wed, 11/9/11, Russell E. Owen wrote: > There is no matplotlib binary for 64-bit Python yet because > I've not > figured out how to build one successfully -- I get horrible > conflicts > with Tcl/Tk. > Would it be possible to release a matplotlib binary for 64-bit Python using the MacOSX

[Matplotlib-users] semilog scatter plot save as postscript.

2011-11-09 Thread Steven Boada
Hi List, I cannot save a semilog (x axis) scatter plot as a postscript file. I have tried as many backends as I can think of. I can save PNG fine, just not a PDF or a PS. Here is some sample code that doesn't work. I did this test in ipython, so no imports or anything like that. figure() subp

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Russell E. Owen
In article <629e8f74-c832-4500-9768-8af5fb39d...@pik-potsdam.de>, Bedartha Goswami wrote: > Hi, > > I have recently installed Python 32/64bit from Python.org and then I > proceeded to install bumpy, scipy, matplotlib and igraph on it. But the > Matplotlib does not show the plots even if it

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Benjamin Root
On Tue, Nov 8, 2011 at 11:15 AM, Bedartha Goswami wrote: > Hi, > > I have recently installed Python 32/64bit from Python.org and then I > proceeded to install bumpy, scipy, matplotlib and igraph on it. But the > Matplotlib does not show the plots even if it opens a Figure window. Here > is a summa

Re: [Matplotlib-users] Newbie question

2011-11-09 Thread Joe Kington
On Wed, Nov 9, 2011 at 10:20 AM, Howard wrote: > On 11/9/11 11:13 AM, Joe Kington wrote: > > On Wed, Nov 9, 2011 at 10:07 AM, Howard wrote: > >> Hi all >> >> I'm a new user to matplotlib, and I'm having a little difficulty with >> something I feel must be basic. When I plot our data, I'm using

Re: [Matplotlib-users] Newbie question

2011-11-09 Thread Howard
On 11/9/11 11:20 AM, Howard wrote: On 11/9/11 11:13 AM, Joe Kington wrote: On Wed, Nov 9, 2011 at 10:07 AM, Howard > wrote: Hi all I'm a new user to matplotlib, and I'm having a little difficulty with something I feel must be basic. When I plot our data, I'

Re: [Matplotlib-users] Newbie question

2011-11-09 Thread Howard
On 11/9/11 11:13 AM, Joe Kington wrote: On Wed, Nov 9, 2011 at 10:07 AM, Howard > wrote: Hi all I'm a new user to matplotlib, and I'm having a little difficulty with something I feel must be basic. When I plot our data, I'm using a canvas that is 4"x4" a

Re: [Matplotlib-users] Newbie question

2011-11-09 Thread Joe Kington
On Wed, Nov 9, 2011 at 10:07 AM, Howard wrote: > Hi all > > I'm a new user to matplotlib, and I'm having a little difficulty with > something I feel must be basic. When I plot our data, I'm using a canvas > that is 4"x4" at 128 DPI and saving the canvas as a png. Here's the basics > of the code

[Matplotlib-users] Newbie question

2011-11-09 Thread Howard
Hi all I'm a new user to matplotlib, and I'm having a little difficulty with something I feel must be basic. When I plot our data, I'm using a canvas that is 4"x4" at 128 DPI and saving the canvas as a png. Here's the basics of the code: imageWidth = 4 imageHeight = 4 DPI = 128

[Matplotlib-users] legend with proxy artists

2011-11-09 Thread Richard Ree
Hi, I read the legend guide, so when I did this: ax.legend([Circle((0,0),1,fc='red')], ['red circle']) I expected the symbol in the legend to be a red circle, but got a red rectangle. In fact, no matter what artists I pass in as the first argument, the legend shows rectangles (the colors are co