File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -316,14 +316,14 @@ def plot(
316316 2. An :class:`matplotlib.artist.Artist` instance.
317317 3. A list/tuple of Figure/Artist instances.
318318 4. An object with a 'figure' attribute pointing to a
319- :class:`matplotlib.figure.Figure` instance.
319+ :class:`matplotlib.figure.Figure` instance.
320320 5. A :class:`PIL.Image.Image` instance.
321321
322322 Tip
323323 ----
324324 This decorator should be applied **before** the ``@output`` decorator. Also, the
325- name of the decorated function (or ``@output(id=...)``) should match the ``id`` of
326- a :func:`~shiny.ui.output_plot` container (see :func:`~shiny.ui.output_plot` for
325+ name of the decorated function (or ``@output(id=...)``) should match the ``id`` of a
326+ :func:`~shiny.ui.output_plot` container (see :func:`~shiny.ui.output_plot` for
327327 example usage).
328328
329329 See Also
You can’t perform that action at this time.
0 commit comments