Skip to content

Commit

Permalink
had problems with tight_layout, removing that for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed May 19, 2016
1 parent c23fe4e commit eb6c5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyret/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def wrapper(*args, figsize=None, **kwargs):
kwargs['fig'] = kwargs['ax'].get_figure()

func(*args, **kwargs)
plt.tight_layout()
plt.show()
plt.draw()
return kwargs['fig'], kwargs['ax']
Expand Down

0 comments on commit eb6c5b3

Please sign in to comment.