Quote Originally Posted by Uwe
Have a look at the cpuplot example of Qwt.

Uwe
Thank you.

But I need much more control of the scale widget.

Normally my widget must look like this:
0---1---2---3---4---5---6

But in my case time is not perfectly linear and it can look so:
0---1---2--3---4---5---6

This case is very bad. Time counter is surprisely reseted:
0---1---xxxx0---1---2---6 (xxxx --- fail --- descending time)

That is why I need to divide scale, count values and maybe draw it by myself.

Can I do it in Qwt ?