[vtkusers] Y axis title, Vertical orientation

Hom Nath Gharti hng.email at gmail.com
Thu Apr 23 08:53:18 EDT 2009


Does any body have succeeded to orient the Y axis title vertically?
Something like following don't work. It seems weird!
axes.GetYAxisActor2D().GetTitleTextProperty().SetOrientation(90)

or

ytprop = vtk.vtkTextProperty()
ytprop.SetColor(0.0, 0.0, 0.0)
ytprop.ShadowOff()
ytprop.SetOrientation(90)
..
..
axes.GetYAxisActor2D().GetTitleTextProperty(ytprop)

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090423/82cec8c7/attachment.htm>


More information about the vtkusers mailing list