Skip to content

Commit

Permalink
Activate situate_axes=True for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 30, 2017
1 parent 90e5db0 commit 9b64830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/raster.py
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 9b64830

Please sign in to comment.