Is there a way that I can make VTK have the Y axis go down (when increasing values) rather than up?
I'd like my VTK windows to match my non-VTK windows in displaying data, which all have the Y axis going down.
Is there a way that I can make VTK have the Y axis go down (when increasing values) rather than up?
I'd like my VTK windows to match my non-VTK windows in displaying data, which all have the Y axis going down.
I'm not familiar with VTK, but the function SetReverseYAxis()
might be what you need.