PlotPyStack / guiqwt

Efficient 2D plotting Python library based on PythonQwt
https://pypi.python.org/pypi/guiqwt
Other
80 stars 20 forks source link

X Axis in datetime format #65

Closed MikeKilo closed 2 years ago

MikeKilo commented 8 years ago

I'm having hard time implementing X axis in datetime format. I am using seconds from epoch / GPS time as X axis, and want to present it in time of day format. Tried this: https://groups.google.com/forum/#!msg/guidata_guiqwt/3iVWxw1oiRY/Gbe6nlAPvWIJ But changes in dependencies keep raising exceptions.

Any ideas?

PierreRaybaut commented 2 years ago

See this new example for a X-axis with time data: https://github.com/PierreRaybaut/guiqwt/blob/master/guiqwt/tests/plot_timecurve.py