From a05d53d26532822ae01cf0a8eea295829cc30669 Mon Sep 17 00:00:00 2001
From: Philipp Rudiger
Date: Sun, 8 Oct 2017 12:16:08 +0100
Subject: [PATCH] Activate situate_axes=True for consistency
---
holoviews/plotting/mpl/raster.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/holoviews/plotting/mpl/raster.py b/holoviews/plotting/mpl/raster.py
index adf85e18f8..647212cf25 100644
--- a/holoviews/plotting/mpl/raster.py
+++ b/holoviews/plotting/mpl/raster.py
@@ -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',