Skip to content

Commit

Permalink
label transfer function and simulation axes
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Dec 21, 2024
1 parent a27624d commit cdb7c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/models/inplane_oriented_thick_pol3d_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@

viewer.grid.enabled = True
viewer.grid.shape = (2, 5)
viewer.dims.axis_labels = ["COMPONENT", "Z", "Y", "X"]

input("Showing object, data, and recon. Press <enter> to quit...")
1 change: 1 addition & 0 deletions waveorder/visuals/napari_visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ def add_transfer_function_to_viewer(
True,
False,
)
viewer.dims.axis_labels = ("DATA", "OBJECT", "Z", "Y", "X")

0 comments on commit cdb7c44

Please sign in to comment.