PyWaffle icon indicating copy to clipboard operation
PyWaffle copied to clipboard

🧇 Make Waffle Charts in Python.

Results 6 PyWaffle issues
Sort by recently updated
recently updated
newest added

Is there a way to enable fractional blocks, so that there is no rounding? I'm especially running into issues where the rounding causes the total number of blocks to fluctuate,...

Feature Request

In Fedora, we have FontAwesome as an included package, and our packaging guidelines require bundled fonts to be ... debundled. I've patched this in to my package build scripts (see...

Feature Request

There seem to be a problem when saving figures **as pdf** with matplotlib.pyplot.savefig and using the characters argument in Waffle: some characters are replaced by others. list_character = ["🖳", "🐍"]...

When plotting a larger number of blocks, the width of the white space between them become unstable: ``` plt.figure( FigureClass=Waffle, rows=20, columns=80, values=[300, 700], figsize=(18, 10) ); plt.savefig('example.png') ``` ![image](https://user-images.githubusercontent.com/11890487/33184016-b6279972-d061-11e7-8817-79cfee1e9934.png)...

I have a strange problem with the PyWaffle library. I am running the examples and everything is working fine except the examples with fontawesome. I am running the following code...

Hello! Is there a way to control the border of each block? Because if there isn't, I get the impression that it's not possible to create dark, satisfying graphics with...