axis title rotation
Brought to you by:
rathmann
Sorry if this is a duplicate request or if you have already implemented this recently..
It would be nice to be able to rotate axis titles and not just numbers/labels in QwtScaleWidget. The most important usage case would be to rotate vertical axes' titles by 90 degrees to be horizontal - so maybe arbitrary rotation angle isn't really necessary and a second layout case like QwtScaleWidget::TitleHorizontal would suffice? QwtScaleWidget::TitleInverted already handles the 180 degree case.
Thanks and keep up the great work!!
Anonymous
I have attached a patch that will do this.
Is there any intention to implement this?