Skip to content

Commit

Permalink
"Orientation Legend" -> "Visualization" tab (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler authored Aug 25, 2023
1 parent e48b116 commit 7f56ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/napari-plugin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ If the **Orientation*** layer has a matching **Retardance*** layer in the layer
If the **BirefringenceOverlay*** needs to be regenerated, an **Orientation*** layer can be dragged to the top of the layer list:
![](./images/no-overlay.png)

The **Orientation Legend** tab shows the mapping between HSV colors and the orientation, and the **Overlay Retardance Maximum** slider controls the mapping between retardance values and saturated colors in the overlay.
The **Visualization** tab shows the mapping between HSV colors and the orientation, and the **Overlay Retardance Maximum** slider controls the mapping between retardance values and saturated colors in the overlay.
![](./images/overlay-demo.png)
2 changes: 1 addition & 1 deletion recOrder/plugin/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def __init__(self, napari_viewer: Viewer):

# Hide temporarily unsupported "Overlay" functions
self.ui.tabWidget.setTabText(
self.ui.tabWidget.indexOf(self.ui.Display), "Orientation Legend"
self.ui.tabWidget.indexOf(self.ui.Display), "Visualization"
)
self.ui.label_orientation_legend.setHidden(True)
self.ui.DisplayOptions.setHidden(True)
Expand Down

0 comments on commit 7f56ed0

Please sign in to comment.