I'm sampling voltages and currents at a millisecond resolution and placing
the data in files. Example:

2010-01-01 01:01:00.000,-6933.0
2010-01-01 01:01:00.001,-6933.0
2010-01-01 01:01:00.002,-6925.0
2010-01-01 01:01:00.003,-6914.0
2010-01-01 01:01:00.004,-6905.0
2010-01-01 01:01:00.005,-6933.0
2010-01-01 01:01:00.006,-6925.0

Then I use plotfile to plot the data:

import matplotlib.pyplot as plt
plt.plotfile(fname,(0,1))
plt.show()

If the data span is small (less then a second), the x axis resolution
covers years. It would seem the autoscale is unable to track at this level.
I can zoom in though. Any thoughts?

-Tim





------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to