Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoErgodic committed Aug 18, 2015
1 parent 3a6b65f commit 819bf50
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 @@ -60,7 +60,7 @@ Displayed intersections can also be filtered or sorted by size or degree:
pyu.plot(data_dict, unique_keys = ['title'], sort_by='degree', inters_size_bounds=(20, 400))
```
produces
![basic filtering](https://github.com/ImSoErgodic/py-upset/blob/master/basic_filtered.png "")
![basic filtering](https://github.com/ImSoErgodic/py-upset/blob/master/pictures/basic_filtered.png "")

The example above also uses the `unique_keys` kwarg, which specifies columns of the underlying data frames in
`data_dict` that can be used to uniquely identify rows and possibly speed up the computation of intersections.
Expand Down

0 comments on commit 819bf50

Please sign in to comment.