Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko984 committed Aug 31, 2020
1 parent 12e4e13 commit c9cdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The image now looks clean, but chunks of size 1 to 3 look almost the same.
#### Avoid clutter in the X axis annotations
- Use the `min_width_for_annotation` argument to hide annotations for chunks smaller than this value.
```python
supervenn(sets, side_plots=False, widths_minmax_ratio=0.05)
supervenn(sets, side_plots=False, min_width_for_annotation=100)
```
<img src="https://i.imgur.com/YdCmHtZ.png" width=330>

Expand Down

0 comments on commit c9cdc98

Please sign in to comment.