File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
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+
3241.2.0
425-----
526Changes
@@ -8,10 +29,6 @@ Changes
829- Histogram plots of points and vector layers are now coloured with their napari colourmap.
930- Added support for Matplotlib 3.8
1031
11- Bug fixes
12- ~~~~~~~~~
13- - Use integer bin limits for integer images in ``HistogramWidget ``
14-
15321.1.0
1633-----
1734Additions
You can’t perform that action at this time.
0 commit comments