Quote:
I've seen some old references to interest in a Time/Date axis. Has anyone done this yet, even in an alpha or beta stage? If not, we're interested in implementing this.
A QwtDateTimeScaleEngine is on my TODO list, but nothing has been done yet. Your contribution is very welcome.
Quote:
By the way, this being done in conjunction with an effort to implement a stock or securities charting QwtPlotItem to show OHLC bars (Open, High, Low, Close).
Qwt 5.2 is planned to include new type of curves and other plot items ( a couple of them are already implemented). Therefore the implementation of QwtPlotCurve had been reorganized, so that you can implement curves with other types of data/symbols more easily. So I recommend to start with the code from the SVN trunk instead of Qwt 5.1 - if you can.