useing bokeh to draw pie

I want to make sure whether I can draw a pie by bokeh. My version is 0.12.13 . It really took me a lot of time to search whether this version is supportive for a pie.
Can you give me a sure answer. Thank you very much. Waiting.

Hi,

You can draw pie charts with the "wedge" glyph. Would you be able to upgrade to 0.13? If so, there is an example here:

  https://bokeh.pydata.org/en/latest/docs/gallery/pie_chart.html

If you can't upgrade to 0.13, you will have to compute the start/end angles for the wedges yourself by hand, instead of using the "cumsum" transform (which is new as of 0.13)

THanks,

Bryan

ยทยทยท

On Sep 16, 2018, at 03:31, Grace Wong <[email protected]> wrote:

I want to make sure whether I can draw a pie by bokeh. My version is 0.12.13 . It really took me a lot of time to search whether this version is supportive for a pie.
Can you give me a sure answer. Thank you very much. Waiting.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/1a877c26-9824-4645-b3d5-bc26fb04d26d%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.