From: Oz N. <na...@gm...> - 2008-07-16 20:18:35
|
>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... |