From: Sarat S. <sa...@tr...> - 2012-03-24 01:02:27
|
Hello: I wrote a visualization module using Gnuplot during 2007-08. I have returned to it after a long hiatus to revamp and add some features. As 'with' became a Python keyword, the following line doesn't work anymore. I tried searching for a workaround in the list archives without much success. d1 = Gnuplot.Data(y1,title='True Source',with='lines lw 5') ^ SyntaxError: invalid syntax Any pointers would be greatly appreciated. -Sarat. |