Skip to content

Svg backend cannot draw annular_wedge correctly [BUG] #9213

Description

@ruoyu0088

Here is the code:

from bokeh.plotting import figure, show

p = figure(plot_width=400, plot_height=400, output_backend="svg")
p.annular_wedge(x=[1, 2, 3], y=[1, 2, 3], inner_radius=0.1, outer_radius=0.25,
                start_angle=0.4, end_angle=4.8, color="green", alpha=0.6)

show(p)

and the output:

chrome_2019-09-05_11-31-37

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions