Skip to content

Commit

Permalink
reduce default figsize
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko984 committed Feb 15, 2020
1 parent 153db3f commit 2dbb66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervenn/_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


DEFAULT_FONTSIZE = 12
DEFAULT_FIGSIZE = (20, 12)
DEFAULT_FIGSIZE = (12, 7)


def get_alternated_ys(ys_count, low, high):
Expand Down

0 comments on commit 2dbb66e

Please sign in to comment.