From: Edurne D. <ed...@ke...> - 2005-04-18 08:39:30
|
Hello, I have some troubles with Gnuplot. I'm working with python gnuplot.py module. I don't know why an error message appears in my screen when trying to draw a plot. This is the message: Traceback (most recent call last): File "<stdin>", line 1, in ? File "graficas.py", line 55 Gnuplot.plot 'fichero0' with linespoints, 'fichero1' with linespoints ^ SyntaxError: invalid syntax How must the be the name of the file so that I can call it without problems?? when I create these files with python I don't give them any extension since it seems not to be necessary. I would be also pleased if you could help me with another question: can I change names to every point in the axis?? I mean... I want to represent dates in the Xaxis. To do so I have previously converted those dates to seconds with python since I know the file must contain just numbers. But once I have created the files I don't want to see the X axis divided into numbers, but into dates, so can I change the names of the divisions of the axis? And in case it must be divided into many points.... can I make my graph to move horizontally with the help of any kind of bar?is there any way to create it? Thank you very very much for your help!! Edurne from Spain. |