Re: [Matplotlib-users] wrapping y axis tick labels?

2012-07-20 Thread Benjamin Root
On Fri, Jul 20, 2012 at 10:55 PM, C M wrote: > How possible would it be to wrap y axis tick labels after a certain > text length? I have a horizontal bar plot where some bars' labels are > too long and therefore cut off. I can scrunch the width of the whole > plot to accommodate them, but I'd m

[Matplotlib-users] wrapping y axis tick labels?

2012-07-20 Thread C M
How possible would it be to wrap y axis tick labels after a certain text length? I have a horizontal bar plot where some bars' labels are too long and therefore cut off. I can scrunch the width of the whole plot to accommodate them, but I'd much rather wrap long text and allow a little more space

Re: [Matplotlib-users] 2D Quiver in Axes3D

2012-07-20 Thread Damon McDougall
On Fri, Jul 20, 2012 at 10:12:43AM -0500, Benjamin Root wrote: > On Fri, Jul 20, 2012 at 8:50 AM, Damon McDougall > wrote: > > > Howdy all, > > > > Not sure if I'm being a giant noob, but is there any way to plot a > > vector field (a la quiver) on the (x, y)-plane of an Axes3D object? The > > beh

Re: [Matplotlib-users] 2D Quiver in Axes3D

2012-07-20 Thread Benjamin Root
On Fri, Jul 20, 2012 at 8:50 AM, Damon McDougall wrote: > Howdy all, > > Not sure if I'm being a giant noob, but is there any way to plot a > vector field (a la quiver) on the (x, y)-plane of an Axes3D object? The > behaviour I desire is exactly that of > > http://matplotlib.sourceforge.net/mpl_to

Re: [Matplotlib-users] Drawing arrows on Axes

2012-07-20 Thread Benjamin Root
On Thu, Jul 19, 2012 at 3:17 PM, ObsessiveMathsFreak < obsessivemathsfr...@gmail.com> wrote: > I used sagemath which uses matplotlib as its plotting interface. After > extensive investigation I was extremely disappointed to find that > matplotlib has no fundamental support for drawing arrows at th

[Matplotlib-users] 2D Quiver in Axes3D

2012-07-20 Thread Damon McDougall
Howdy all, Not sure if I'm being a giant noob, but is there any way to plot a vector field (a la quiver) on the (x, y)-plane of an Axes3D object? The behaviour I desire is exactly that of http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html#filled-contour-plots But instead of a co

Re: [Matplotlib-users] [matplotlib-users] How to switch colormaps

2012-07-20 Thread Benjamin Root
On Fri, Jul 20, 2012 at 5:39 AM, Damon McDougall wrote: > On Fri, Jul 20, 2012 at 12:14:08PM +0200, Fabien Lafont wrote: > > Hello everyone, > > > > Is it possible to have automaticaly more than 3 colors when Iplot a > graph? > > When I plot it put the first in blue the second in green the third i

Re: [Matplotlib-users] [matplotlib-users] How to switch colormaps

2012-07-20 Thread Damon McDougall
On Fri, Jul 20, 2012 at 12:14:08PM +0200, Fabien Lafont wrote: > Hello everyone, > > Is it possible to have automaticaly more than 3 colors when Iplot a graph? > When I plot it put the first in blue the second in green the third in red > and the fourth in blue again. I want to use more colors to d

[Matplotlib-users] [matplotlib-users] How to switch colormaps

2012-07-20 Thread Fabien Lafont
Hello everyone, Is it possible to have automaticaly more than 3 colors when Iplot a graph? When I plot it put the first in blue the second in green the third in red and the fourth in blue again. I want to use more colors to differenciate the curves. Is it possible? Fabien ---