File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.4.0
2
- =====
1
+ Changelog
2
+ =========
3
+
4
+ 0.3.0
5
+ -----
6
+
7
+ Visual improvements
8
+ ~~~~~~~~~~~~~~~~~~~
9
+ - The background of ``napari-matplotlib `` figures and axes is now transparent.
10
+ - The icons in the Matplotlib toolbar are now the same size as icons in the napari window.
3
11
4
12
Changes
5
- -------
13
+ ~~~~~~~
6
14
- The scatter widgets no longer use a LogNorm() for 2D histogram scaling.
7
15
This is to move the widget in line with the philosophy of using Matplotlib default
8
16
settings throughout ``napari-matplotlib ``. This still leaves open the option of
9
17
adding the option to change the normalization in the future. If this is something
10
18
you would be interested in please open an issue at https://github.com/matplotlib/napari-matplotlib.
11
19
- Labels plotting with the features scatter widget no longer have underscores
12
20
replaced with spaces.
21
+
22
+ Bug fixes
23
+ ~~~~~~~~~
24
+ - Importing ``napari-matplotlib `` no longer affects how plots are rendered in
25
+ Jupyter notebooks.
26
+
27
+ Other
28
+ ~~~~~
29
+ - ``napari-matplotlib `` is now tested on macOS and Windows.
30
+ - Type annotations have been completed throughout the code base.
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ map one or more Image layers on to a 1D histogram plot.
15
15
:caption: Contents:
16
16
17
17
auto_examples/index
18
+ changelog
18
19
api
You can’t perform that action at this time.
0 commit comments