From c8b0271a895728e462f2a30dbe2010ce599a8a9b Mon Sep 17 00:00:00 2001 From: Mateusz Paprocki Date: Thu, 6 Apr 2023 15:30:42 +0200 Subject: [PATCH] Update webgl documentation with new glyphs --- docs/bokeh/source/docs/user_guide/output/webgl.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/bokeh/source/docs/user_guide/output/webgl.rst b/docs/bokeh/source/docs/user_guide/output/webgl.rst index dc961f71fce..66c570c8e15 100644 --- a/docs/bokeh/source/docs/user_guide/output/webgl.rst +++ b/docs/bokeh/source/docs/user_guide/output/webgl.rst @@ -37,6 +37,10 @@ Supported glyphs Bokeh's WebGL support covers the following fixed-shape glyphs: +* :func:`~bokeh.plotting.figure.annular_wedge` + +* :func:`~bokeh.plotting.figure.annulus` + * :func:`~bokeh.plotting.figure.block` * :func:`~bokeh.plotting.figure.circle` @@ -53,6 +57,8 @@ Bokeh's WebGL support covers the following fixed-shape glyphs: * :func:`~bokeh.plotting.figure.vbar` +* :func:`~bokeh.plotting.figure.wedge` + WebGL support for these fixed-shape glyphs covers the following properties: * all :ref:`fill properties `