>You can transpose your inputs.  For numpy arrays: x = x.transpose()

i wrote:
for np arrays: x = x.transpose()

but I still get a syntax error.



> > Also, one more thing, I can't find how to expand the borders of the plot,
> > say from 350 to 400
> > (same for depth) I tried usig xlim and ylim(0,900) but no result.
>
> >Subsequent calls to plot will call the autoscaler, so either you need
> >to set the xlim *after* all the plotting commands or turn off
> >autoscaling entirely by passing the autoscale_on=False property to the
> >axes, eg
>
> >plt.gca().set_autoscale_on(False)
>

That does for the one of the problems.

And I still haven't manage to plot the 4th series.

still many thanks...
hope I can figure this out...
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to