TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Edit axis labels #389

Closed DanicaSTFC closed 4 months ago

DanicaSTFC commented 5 months ago

Describe your changes

Note: this PR does NOT add unit test for the interactor (changes in Wrappers/Python/ccpi/viewer/CILViewer2D.py). The x, y, z pressing and label editing should be added in a new PR.

Describe any testing you have performed

Consider adding example code to examples

Link relevant issues

Partially closes #122. Long text in the labels would still be not formatted well. Opened #398

Checklist when you are ready to request a review

Contribution Notes

Qt contributions should follow Qt naming conventions i.e. camelCase method names.

VTK contributions should follow VTK naming conventions i.e. PascalCase method names.