From: <kai...@t-...> - 2004-03-08 22:38:12
|
Hi, There is no specific keyword argument for linewidth, but you can type ... with="step lw 5" Michael Xavier Brouckaert wrote: >What is the equivalent in gnuplot-py to "plot XXX lw 5" ? >I couldn't find how to do change the linewidth... >I'm using this call currently : > g.replot(Gnuplot.Data(dataset_content, title=fileName, with="step")) >But I couldn't append lw="5" or linewidth="5" to it. >And I haven't found how to change the width afterwards. > -- Michael Haggerty mh...@al... |