Skip to content

Commit

Permalink
Square figure for ordered mantissas plot
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Jan 29, 2020
1 parent 35c7e94 commit 0214a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benford/benford.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def report(self, show_plot=True):
self.show_plot()
self.arc_test()

def show_plot(self, figsize=(12, 6)):
def show_plot(self, figsize=(12, 12)):
'''
plots the ordered mantissas and a line with the expected
inclination. Defaults to True.
Expand Down

0 comments on commit 0214a47

Please sign in to comment.