2
votes

I have a column of numbers that are expressed in scientific notation

1.00E-05
1.26E-05
   ...

I'm really new to gnuplot, so I'm wondering if there's something I need to do to these guys before I can plot them. I'm making a histogram with frequency vs. values (the above numbers) if that's relevant.

Thanks.

1

1 Answers

2
votes

There should be no problem reading in that format automatically with gnuplot--I do it all the time :)