Skip to content

Commit

Permalink
Activate situate_axes=True for consistency (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Feb 19, 2018
1 parent a7e8f18 commit ecfb67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RasterPlot(ColorbarPlot):
colorbar = param.Boolean(default=False, doc="""
Whether to add a colorbar to the plot.""")

situate_axes = param.Boolean(default=False, doc="""
situate_axes = param.Boolean(default=True, doc="""
Whether to situate the image relative to other plots. """)

style_opts = ['alpha', 'cmap', 'interpolation', 'visible',
Expand Down

0 comments on commit ecfb67a

Please sign in to comment.