Hi,<br><br>I have been trying to change the properties of the y-axis label in one of my xy plots obtained in VTK. I use the following piece of code<br><br> self.xyplot.GetYAxisActor2D().GetTitleTextProperty().SetOrientation(45.0)<br>
self.xyplot.GetYAxisActor2D().GetTitleTextProperty().ItalicOn()<br> self.xyplot.GetYAxisActor2D().GetTitleTextProperty().BoldOn()<br> self.xyplot.GetYAxisActor2D().GetTitleTextProperty().SetColor(1.0,0.0,0.0)<br>
print self.xyplot.GetYAxisActor2D().GetTitleTextProperty().GetColor()<br> print self.xyplot.GetYAxisActor2D().GetTitleTextProperty().GetOrientation()<br><br>I notice that the print statements do reflect the changes I made but there is absolutely no change in the plot itself. Is there some kind of an Update() like method I need to call ? My main aim is to rotate the Y axis label by 90 degrees but none of the text property changes are reflected and so I was wondering if I was overlooking something very silly.<br>
<br>Thanks in advance!<br>Venkat<br>-- <br>Venkattraman<br>