Skip to content

Commit

Permalink
Enabled fix_aspect by default
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 21, 2016
1 parent f618ecc commit 935f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class LayoutPlot(GenericLayoutPlot, CompositePlot):
(left, bottom, right, top), defining the size of the border
around the subplots.""")

fix_aspect = param.Boolean(default=False, doc="""Apply a fix to the
fix_aspect = param.Boolean(default=True, doc="""Apply a fix to the
figure aspect to take into account non-square plots (will be the
default in future versions""")

Expand Down

0 comments on commit 935f975

Please sign in to comment.