gyli / PyWaffle

🧇 Make Waffle Charts in Python.
MIT License
578 stars 105 forks source link

Add the ability to create chart on axis #28

Closed gyli closed 2 years ago

gyli commented 2 years ago

From https://twitter.com/numberstorm/status/1532401352952930305

We want to have something like

fig, ax = plt.subplots
waffle.make_waffle(ax=ax)

Seems it could be done by creating a new class method make_waffle, calling _waffle.

gyli commented 2 years ago

Fixed in https://github.com/gyli/PyWaffle/pull/29