Skip to content

Commit

Permalink
Temporary fix for RasterGridPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 10, 2016
1 parent 25ff7d1 commit 46b8324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/plotting/mpl/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ 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)
self.streams = []

def _finalize_artist(self, key):
pass
Expand Down

0 comments on commit 46b8324

Please sign in to comment.