Hi, I'm new to pyxplot from gnuplot, and a small problem for me seems to be exponentials in data files. I get a warning (it's printed in yellow) whenever I have data like:
-4.5519144E-15
The software that produces the data files has no option to not do this.
Any ideas?
ben.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-09-13
Use 'e' , not 'E'
Or replace E by *10**( )
It should work :D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm new to pyxplot from gnuplot, and a small problem for me seems to be exponentials in data files. I get a warning (it's printed in yellow) whenever I have data like:
The software that produces the data files has no option to not do this.
Any ideas?
ben.
Use 'e' , not 'E'
Or replace E by *10**( )
It should work :D