Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BUG: Incorrect indentation for adjust_subplots
  • Loading branch information
scottza authored and fgb committed Feb 23, 2011
commit 411b15380ea0252209f28fa9ef61a5294d98d678
2 changes: 1 addition & 1 deletion lib/matplotlib/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def autofmt_xdate(self, bottom=0.2, rotation=30, ha='right'):
label.set_visible(False)
ax.set_xlabel('')

self.subplots_adjust(bottom=bottom)
self.subplots_adjust(bottom=bottom)

def get_children(self):
'get a list of artists contained in the figure'
Expand Down