File tree 1 file changed +21
-4
lines changed
1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ 2.0.0
4
+ -----
5
+ Changes to custom theming
6
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
7
+ ``napari-matplotlib `` now uses colours from the current napari theme to customise the
8
+ Matplotlib plots. See `the example on creating a new napari theme
9
+ <https://napari.org/stable/gallery/new_theme.html> `_ for a helpful guide on how to
10
+ create custom napari themes.
11
+
12
+ This means support for custom Matplotlib styles sheets has been removed.
13
+
14
+ If you spot any issues with the new theming, please report them at
15
+ https://github.com/matplotlib/napari-matplotlib/issues.
16
+
17
+ Other changes
18
+ ~~~~~~~~~~~~~
19
+ - Histogram bin sizes for integer-type data are now force to be an integer.
20
+ - The ``HistogramWidget `` now has two vertical lines showing the contrast limits used
21
+ to render the selected layer in the main napari window.
22
+ - Added an example gallery for the ``FeaturesHistogramWidget ``.
23
+
3
24
1.2.0
4
25
-----
5
26
Changes
@@ -8,10 +29,6 @@ Changes
8
29
- Histogram plots of points and vector layers are now coloured with their napari colourmap.
9
30
- Added support for Matplotlib 3.8
10
31
11
- Bug fixes
12
- ~~~~~~~~~
13
- - Use integer bin limits for integer images in ``HistogramWidget ``
14
-
15
32
1.1.0
16
33
-----
17
34
Additions
You can’t perform that action at this time.
0 commit comments