Skip to content

Commit

Permalink
Simplify the code
Browse files Browse the repository at this point in the history
  • Loading branch information
gyli committed Oct 6, 2019
1 parent fc23077 commit aad5a2f
Show file tree
Hide file tree
Showing 15 changed files with 941 additions and 1,024 deletions.
6 changes: 3 additions & 3 deletions docs/examples/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ fig = plt.figure(
rows=5,
values=[48, 46, 3],
colors=["#FFA500", "#4384FF", "#C0C0C0"],
icons=['sun', 'cloud-showers-heavy', 'snowflake'],
icons=['sun', 'cloud-showers-heavy', 'font-awesome-flag'],
icon_size=12,
icon_style=['regular', 'solid', 'regular'],
icon_style=['regular', 'solid', 'brands'],
icon_legend=False,
legend={
'labels': ['sun', 'shower', 'snow'],
'labels': ['sun', 'shower', 'flag'],
'loc': 'upper left',
'bbox_to_anchor': (1, 1)
}
Expand Down
Loading

0 comments on commit aad5a2f

Please sign in to comment.