I want to create something like the image below:
I’ve looked in the qwtplot documentation, but I think it is not possible to be done.
Anyone ever tried it?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at this question’s answer: Not Drawing QWT Plot Axis
You should create your own
QwtScaleDrawsubclass and redefinevirtual QwtText label(double) constas described in the link to something like this:For more information on format and precision of the value have a look here.
You can add a custom label using QwtPlotMarker.
This may look like this:
If you want to set more properties for the plot marker, please have a look at the QwtPlotMarker doc