We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877a9bb commit e5353aaCopy full SHA for e5353aa
doc/features/items/examples.rst
@@ -66,7 +66,7 @@ using :py:class:`.PlotWidget` and :py:class:`.PlotOptions`::
66
67
>>> import guidata
68
>>> app = guidata.qapplication()
69
- >>> from plotpy.widgets.baseplot import PlotWidget, PlotOptions
+ >>> from plotpy.plot import PlotWidget, PlotOptions
70
>>> plot = PlotWidget(options=PlotOptions(title="Example", type="image"))
71
72
...or using the :py:class:`.PlotBuilder` (see :py:attr:`plotpy.builder.make`)::
0 commit comments