Skip to content

Commit

Permalink
Default HSV colormap (#471)
Browse files Browse the repository at this point in the history
* default HSV colormap

* reinstate original fix

* remove experimental flag for pyqt6

---------

Co-authored-by: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com>
  • Loading branch information
talonchandler and ziw-liu committed Jul 15, 2024
1 parent a6d842a commit 7687259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recOrder/io/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def ret_ori_overlay(
czyx,
ret_min: float = 1,
ret_max: Union[float, Literal["auto"]] = 10,
cmap: Literal["JCh", "HSV"] = "JCh",
cmap: Literal["JCh", "HSV"] = "HSV",
):
"""
Creates an overlay of retardance and orientation with two different colormap options.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ acq =
pyqtgraph>=0.12.3
napari-ome-zarr>=0.3.2 # drag and drop convenience
ome-zarr==0.8.3 # unpin when resolved: https://github.com/ome/napari-ome-zarr/issues/111
napari[pyqt6_experimental]
napari[pyqt6]

[options.package_data]
* = *.yaml
Expand Down

0 comments on commit 7687259

Please sign in to comment.