| Author |
Comment/Response |
Mark P
|
12/29/07 05:10am
I am having some trouble with DateListPlot.
I am trying to plot data obtained from a binary file. Each run of my experiment, which lasts 8s, produces 80000 data points; i.e. 10000 data points per second.
I usually ListLinePlot all of 'runs' together, typically about 100-150. I use MaxPlotPoints -> 1000, to speed up the process.
However, the 'x' axis, which represents time, has a scale of ticks 20000, 40000, 60000, 80000; when I would like it to read 1s, 2s, 3s, 4s....8s.
DateListPlot could solve this problem, but I can't wait the 5-10 minutes that it takes to plot the data (that is when MaxPlotPoints -> 500).
Is there a simple way to change the ticks on x axis, i.e. just change the graphical output?
Thankyou,
Mark
URL: , |
|