Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Nov 17, 2022
1 parent bc2f0ba commit e69ed94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plotting/glyphs.py
Expand Up @@ -2,11 +2,11 @@
Such as annular wedge, annulus, arc, bezier, circle, ellipse, Hbar, line etc.
.. bokeh-example-metadata::
:apis: bokeh.plotting.figure.annular_wedge, bokeh.plotting.figure.annulus, bokeh.plotting.figure.arc, bokeh.plotting.figure.bezier, bokeh.plotting.figure.circle, bokeh.plotting.figure.ellipse, bokeh.plotting.figure.scatter # noqa
:apis: bokeh.plotting.figure.annular_wedge, bokeh.plotting.figure.annulus, bokeh.plotting.figure.arc, bokeh.plotting.figure.bezier, bokeh.plotting.figure.circle, bokeh.plotting.figure.ellipse, bokeh.plotting.figure.scatter
:refs: :ref:`userguide_plotting_figure`
:keywords: glyphs, scatter, annular, wedge, line
'''
''' # noqa
import numpy as np

from bokeh.layouts import gridplot
Expand Down

0 comments on commit e69ed94

Please sign in to comment.