Hello!

I need to draw some time-based financial data in my QwtPlot but not all the time periods are actually full: when the market is closed, it doesn't produce any data leading to gaps in the graph if a continuous xBottom scale is used. Because of this, financial software usually "hide" this time-gaps, and that is what I need to do.

The problem can be seen in the images below (notice that while in the diary graph the gaps are something like torable, in the 30-minutes based graph the gaps are unacceptable!).
mShare Export 2013 02 05-17 36 29.jpg
mShare Export 2013 02 05-17 37 11.jpg

Notice: the problem with the candle's accumulation has nothing to do with this problem.

I would like to know how could I "edit" the xBottom scale so to cut out this gaps. I have the impression that Seamus had the same problem as presented in the thread [http://www.qtcentre.org/threads/5217...rading-curves], but I simply couldn't understand how he managed to solve his problem.

Thanks for any help,

Momergil