Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af10505

Browse files
committedJan 11, 2024
Undo changes to example of HistogramWidget
1 parent 8da8a3f commit af10505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎examples/histogram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import napari
66

77
viewer = napari.Viewer()
8-
viewer.open_sample("napari", "coins")
8+
viewer.open_sample("napari", "kidney")
99

1010
viewer.window.add_plugin_dock_widget(
1111
plugin_name="napari-matplotlib", widget_name="Histogram"

0 commit comments

Comments
 (0)
Please sign in to comment.