PythonQwt icon indicating copy to clipboard operation
PythonQwt copied to clipboard

Funcionality for plotting dates or timeseries?

Open titusjan opened this issue 9 years ago • 1 comments

First of all thanks for making this library.

Is it somehow possible to make line plots where the x-coordinates are Python datetime objects or Numpy datetime64 elements?

I couldn't find anything in the documentation or source. I'm not familiar with Qwt but it seems to have a QwtDate class. However this is apparently not ported to PythonQwt.

Any help would be appreciated.

titusjan avatar Sep 21 '16 17:09 titusjan

Have a look at the demo programs CPUplot.py and DataDemo.py in the subdirectory qwt/tests. They could provably be adapted to do what you want.

twillis449 avatar Mar 07 '17 20:03 twillis449