File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ Here's a short example:
3030
3131 The following properties and methods are useful for working with the figure and any axes within the widget:
3232
33- - `~.MPLWidget .figure ` provides access to the figure
34- - :meth: `~.MPLWidget .add_single_axes ` adds a single axes to the figure, which can be accessed using the ``.axes `` attribute.
35- - :meth: `~.MPLWidget .apply_napari_colorscheme ` can be used to apply the napari colorscheme to any Axes you setup manually on the figure.
33+ - `~.BaseNapariMPLWidget .figure ` provides access to the figure
34+ - :meth: `~.BaseNapariMPLWidget .add_single_axes ` adds a single axes to the figure, which can be accessed using the ``.axes `` attribute.
35+ - :meth: `~.BaseNapariMPLWidget .apply_napari_colorscheme ` can be used to apply the napari colorscheme to any Axes you setup manually on the figure.
3636
3737Working with napari layers
3838--------------------------
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class NapariMPLWidget(BaseNapariMPLWidget):
129129
130130 See Also
131131 --------
132- MPLWidget : The parent class of this widget. Contains helpful methods
132+ BaseNapariMPLWidget : The parent class of this widget. Contains helpful methods
133133 for creating and working with the Matplotlib figure and any axes.
134134 """
135135
You can’t perform that action at this time.
0 commit comments