Re: [Matplotlib-users] Compound paths

2008-09-03 Thread Michael Droettboom
I'm always glad to see that old chestnut resurface, but it doesn't really address the need for a hole in the middle. (I'm sure the dolphins are very happy about that...) matplotlib paths use the "non-zero" filling rule, so the directionality of the path affects filling. The best concise des

Re: [Matplotlib-users] Compound paths

2008-09-03 Thread Alan G Isaac
Paul Novak wrote: > Are there any more examples of matplotlib's new path functionality, in > addition to the one in examples/api/path_patch_demo.py? http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg07706.html --

[Matplotlib-users] Compound paths

2008-09-02 Thread Paul Novak
Are there any more examples of matplotlib's new path functionality, in addition to the one in examples/api/path_patch_demo.py? Specifically, I would like an example of using compound paths to draw a donut-shape that shows the inner and outer edge and fills the donut with a color. Thank you, Pau