JuliaPlots/Plots.jl

Draw closed hollow shapes

Open

#972 opened on Jul 17, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (381 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (1,943 stars)
PR merge metrics
 (Avg merge 3d 12h) (2 merged PRs in 30d)

Description

Hi. It's cool to create custom shapes (Shape objects) with Plots, which can be used to draw creative figures (like the Batman example in ExamplePlots), or as new markers, for instance. I would like to know if there is some way to create such shapes with "holes", e.g. a ring, which would be like two concentric circles, but with the smaller one "removing" part of the filled area.

Contributor guide