-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
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')
This is probably outside the original scope of the package and maybe should even be discouraged, but sometimes is useful to give the reader the impression of dealing with a large population. Feel free to close this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
