Thank you for the wonderful tool you have given us. Gnuplot.py is
amazing. I am having some difficulty though and I would love a
workaround or solution to a problem I am experiencing. I am having
difficulty with "with" being a reserved word in python. For instance:
plot1=Gnuplot.PlotItems.Data(list_tuple, with = "linetype", title =
"title")
g.plot(plot1)
I receive an error:
SyntaxError: invalid syntax
and Idle highlights "with"
Any help would be appreciated. I was hoping to solve the problem
without resorting to writing the data to a txt file and then hacking
together a plot script all the time.
Thank you again!
Gerald Rude
|