We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11590b2 commit 08a5086Copy full SHA for 08a5086
2 files changed
src/napari_matplotlib/tests/baseline/test_histogram_2D_bins.png
-1.44 KB
src/napari_matplotlib/tests/test_histogram.py
@@ -17,8 +17,8 @@ def test_histogram_2D_bins(make_napari_viewer, astronaut_data):
17
viewer.add_image(astronaut_data[0], **astronaut_data[1])
18
widget = HistogramWidget(viewer)
19
viewer.window.add_dock_widget(widget)
20
- widget.bins_start = -50
21
- widget.bins_stop = 300
+ widget.bins_start = 0
+ widget.bins_stop = 350
22
widget.bins_num = 35
23
fig = widget.figure
24
# Need to return a copy, as original figure is too eagerley garbage
0 commit comments