Skip to content

Commit 5f051d6

Browse files
committed
FIX: temporary fix for issue #39
1 parent 2f8c06c commit 5f051d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlotInterface/maps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def subplot(self, axes, subfigure):
535535
self.addGraticule(axes, mapobj)
536536
self.addMapScale(mapobj)
537537

538-
class HazardMap(MaskedContourMapFigure):
538+
class HazardMap(FilledContourMapFigure):
539539
"""
540540
A map for presenting return level data. Ocean areas are masked, and
541541
the data is smoothed using a Gaussian kernel.

0 commit comments

Comments
 (0)