Skip to content

Commit

Permalink
Savefig bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed May 21, 2019
1 parent c3ed852 commit fe37f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proplot/subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def savefig(self, filename, **kwargs):
kwargs['transparent'] = False
# Finally, save
self._lock_twins()
self._auto_bboxs(renderer)
self._auto_bboxs()
self._auto_title_pos() # just applies the spacing
self._auto_smart_tight_layout()
for axis in self._span_labels:
Expand Down

0 comments on commit fe37f28

Please sign in to comment.