Skip to content

Commit

Permalink
Improve docstring for totals_plot_elements=0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 31, 2023
1 parent c16ea7b commit b380d07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upsetplot/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,10 @@ class UpSet:
Setting to 0 is handled.
totals_plot_elements : int
The totals plot should be large enough to fit this many matrix
elements. Use totals_plot_elements=0 to disable the totals plot.
elements. Set to 0 to disable the totals plot.
.. versionchanged:: 0.9
Setting to 0 is handled.
show_counts : bool or str, default=False
Whether to label the intersection size bars with the cardinality
of the intersection. When a string, this formats the number.
Expand Down

0 comments on commit b380d07

Please sign in to comment.