Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Dec 4, 2024
1 parent ff8d0ae commit dd1f205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plots/EnsoPlotTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ def my_map(model, filename_nc, dict_param, reference, metric_variables, figure_n
lreg = ReferenceRegions(regions[metric_variables[0]])
lons = [lreg["longitude"][0]] * 2 + [lreg["longitude"][1]] * 2
lats = list(lreg["latitude"]) + list(reversed(list(lreg["latitude"])))
#x, y = locmap(lons, lats)
x, y = lons, lats
ax.add_patch(Polygon(list(zip(x, y)), edgecolor="k", linewidth=3, linestyle="-", facecolor="none"))
# if ii == 0 and plot_metric is True:
Expand Down

0 comments on commit dd1f205

Please sign in to comment.