File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Changelog
66
77New features
88~~~~~~~~~~~~
9- - Added `MPLWidget ` as a widget containing just a Matplotlib canvas
9+ - Added `` MPLWidget ` ` as a widget containing just a Matplotlib canvas
1010 without any association with a napari viewer.
1111
1212Visual improvements
@@ -24,7 +24,7 @@ Changes
2424- Labels plotting with the features scatter widget no longer have underscores
2525 replaced with spaces.
2626- ``NapariMPLWidget.update_layers() `` has been removed as it is intended to be
27- private API. Use `NapariMPLWidget.on_update_layers ` instead to implement
27+ private API. Use `` NapariMPLWidget.on_update_layers ` ` instead to implement
2828 funcitonality when layer selection is changed.
2929
3030Bug fixes
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class NapariMPLWidget(MPLWidget):
103103 """
104104 Widget containing a Matplotlib canvas and toolbar.
105105
106- In addition to `BaseNapariMPLWidget`, this class handles callbacks
106+ In addition to `` BaseNapariMPLWidget` `, this class handles callbacks
107107 to automatically update figures when the layer selection or z-step
108108 is changed in the napari viewer. To take advantage of this sub-classes
109109 should implement the ``clear()`` and ``draw()`` methods.
You can’t perform that action at this time.
0 commit comments