Skip to content

Commit

Permalink
Minor whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 26, 2017
1 parent 55d9d82 commit 78e2d65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions holoviews/plotting/mpl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def grid_selector(grid):
framelesscls.show_frame = False
else:
# Raster types, Path types and VectorField should have frames
for framedcls in [VectorFieldPlot, ContourPlot, PathPlot,
RasterPlot, QuadMeshPlot, HeatMapPlot, PolygonPlot]:
for framedcls in [VectorFieldPlot, ContourPlot, PathPlot, RasterPlot,
QuadMeshPlot, HeatMapPlot, PolygonPlot]:
framedcls.show_frame = True


Expand Down Expand Up @@ -247,4 +247,3 @@ def grid_selector(grid):

# Interface
options.TimeSeries = Options('style', color=Cycle())

0 comments on commit 78e2d65

Please sign in to comment.