Re: [Matplotlib-users] Installing matplotlib from source on Snow Leopard

2010-10-24 Thread Friedrich Romstedt
Just got a little bit of spare time and looked up some words and remembered what I wrote you. I just want to clarify: 1) Not YOU are buggin us/me. Just the subject is keeping us writing emails to bugged users. 2) I used this word (to bug) in the wrong sense. I looked it up now and it was not w

[Matplotlib-users] GridSpec for Figure objects?

2010-10-24 Thread Nikolaus Rath
Hello, I would like to create subplots with different sizes using the object oriented API. However, it seems that the subplot2grid() method exists only in pyplot, but not as a Figure instance method. Am I looking in the wrong place? How do I use subplot2grid with an existing Figure object? Thank

[Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Ted Kord
Is it possible to insert an image in subplots? If it is, could some examples and possible documentation links be provided. Thx Ted -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new

Re: [Matplotlib-users] Text overlapping in mplot3d legends

2010-10-24 Thread Benjamin Root
On Mon, Oct 18, 2010 at 8:52 AM, Luis Quesada wrote: > Dear all, > > Is there a way of avoiding the overlap between the text of the labels > and the text of the ticks? This is what I am getting: > > > http://4c.ucc.ie/~lquesada/tmp/surface.pdf

Re: [Matplotlib-users] Question about legend on histogram plot

2010-10-24 Thread Jae-Joon Lee
On Sat, Oct 23, 2010 at 1:30 AM, Gökhan Sever wrote: > By the way, from the linked construct, changing width and height of > the rectangle doesn't have any affect. > This is an expected behavior. Legend handles only respect a subset of parent's properties. For example, for lines, the lengths of t

Re: [Matplotlib-users] getting minor ticks by default

2010-10-24 Thread Jae-Joon Lee
On Sat, Oct 23, 2010 at 5:25 AM, Jonathan Slavin wrote: > Is there some way to get minor tick marks on plots by default?  I can > do: > plt.minorticks_on() > easily enough, but it seems that there is no setting I can put in my > matplotlibrc file that will give me them by default.  Is that right?

Re: [Matplotlib-users] GridSpec for Figure objects?

2010-10-24 Thread Jae-Joon Lee
On Mon, Oct 25, 2010 at 3:14 AM, Nikolaus Rath wrote: > I would like to create subplots with different sizes using the object > oriented API. However, it seems that the subplot2grid() method exists > only in pyplot, but not as a Figure instance method. Am I looking in the > wrong place? How do I u

Re: [Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Jae-Joon Lee
There are a few ways to show images, where using imshow is one of them. http://matplotlib.sourceforge.net/api/pyplot_api.html?highlight=imshow#matplotlib.pyplot.imshow Take a look at the documentation. http://matplotlib.sourceforge.net/contents.html http://matplotlib.sourceforge.net/gallery.htm

Re: [Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Fabrice Silva
Le dimanche 24 octobre 2010 à 23:02 +0100, Ted Kord a écrit : > Is it possible to insert an image in subplots? If it is, could some > examples and possible documentation links be provided. > Have a look at http://matplotlib.sourceforge.net/gallery.html You may find some useful examples... -- Fa