sandialabs / toyplot

Interactive plotting for Python.
https://toyplot.readthedocs.io
Other
427 stars 39 forks source link

Pie / Donut charts #168

Open johanndt opened 7 years ago

johanndt commented 7 years ago

Please don't shoot me, but I'd just like to put in a request for pie or donut style charts. Yes I know data scientists abhor them. And I know they show only relative values not absolute. But sadly we deal with pointy haired bosses every day who love their pie charts.

At the moment we use reportlab for it - but I find the API very clunky compared to toyplot. Maybe even a wrapper around reportlab would be good enough?

tshead commented 7 years ago

Consider yourself chastised :)

In the world of Toyplot, a hypothetical pie chart would consist of a bar mark added to a (hypothetical) set of polar coordinates. I have a bunch of other distractions at the moment, but I’d accept a pull request along those lines.

Cheers, Tim