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
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
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
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
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
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
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
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
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
---