Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporary fix for RasterGridPlot
  • Loading branch information
philippjfr committed Dec 10, 2016
1 parent 25ff7d1 commit 5140a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions holoviews/plotting/mpl/raster.py
Expand Up @@ -309,6 +309,9 @@ def __init__(self, layout, keys=None, dimensions=None, create_axes=False, ranges
width, height, _, _, _, _ = self.border_extents
if self.aspect == 'equal':
self.aspect = float(width/height)
# Note that streams are not supported on RasterGridPlot
# until that is implemented this stub is needed
self.streams = []

def _finalize_artist(self, key):
pass
Expand Down

0 comments on commit 5140a3f

Please sign in to comment.