Skip to content

Commit 2589d17

Browse files
Merge pull request #320 from E3SM-Project/square_polar_plots
Use square shape polar plots to fix issue 318
2 parents ba29b6d + d9027cb commit 2589d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme_diags/plot/cartopy/polar_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def plot_panel(n, fig, proj, pole, var, clevels,
7979
center, radius = [0.5, 0.5], 0.5
8080
verts = np.vstack([np.sin(theta), np.cos(theta)]).T
8181
circle = mpath.Path(verts * radius + center)
82-
ax.set_boundary(circle, transform=ax.transAxes)
82+
#ax.set_boundary(circle, transform=ax.transAxes)
8383

8484
# Plot titles
8585
for i in range(3):

0 commit comments

Comments
 (0)