[IPython-user] Setting the linewidth with Gnuplot2
Francesc Alted
falted at pytables.org
Thu Sep 30 10:18:51 CDT 2004
A Dijous 30 Setembre 2004 15:33, Andrea Riciputi va escriure:
[...]
> So that when I want to plot something I can do:
>
> gp.plot(GP.Data(x, y, with = "lines ls 20"))
>
Yes, this works. It's just that I'm used to the way:
from IPython.GnuplotInteractive import *
plot(nrows[:], time2[:], titles=["Standard"], with="lines ls 1")
but this does not seems to work. Is that possible at all?
In [144]: IPython.__version__
Out[144]: '0.6.2'
Cheers,
--
Francesc Alted
More information about the IPython-user
mailing list