Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gyli committed Oct 15, 2019
1 parent 6f8f6a7 commit ac0b552
Show file tree
Hide file tree
Showing 19 changed files with 1,214 additions and 1,214 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,15 +39,15 @@ fig = plt.figure(
FigureClass=Waffle,
rows=5,
columns=10,
values=[48, 46, 3],
values=[48, 46, 6],
figsize=(5, 3) # figsize is a parameter of matplotlib.pyplot.figure
)
plt.show()
```

![basic](examples/readme/basic.svg)

Note that the values are scaled to 24, 23 and 1 to fit 5 * 10 chart size.
Note that the values are scaled to 25, 24 and 1 to fit 5 * 10 chart size.

### 2. Values in dict & Auto-columns

Expand Down

0 comments on commit ac0b552

Please sign in to comment.