Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron committed Dec 14, 2021
1 parent 7e56d58 commit fa98038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygtm/physical.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from matplotlib.patches import Rectangle
from matplotlib.collections import PatchCollection


class physical_space:
def __init__(self, lon, lat, resolution):
self.lon = lon
Expand Down Expand Up @@ -169,4 +170,4 @@ def bins_contour(self, ax, edgecolor='k', bin_id=None, projection=None):
p = PatchCollection(patches, match_original=True)

ax.add_collection(p)
return
return

0 comments on commit fa98038

Please sign in to comment.