We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba29b6d + d9027cb commit 2589d17Copy full SHA for 2589d17
acme_diags/plot/cartopy/polar_plot.py
@@ -79,7 +79,7 @@ def plot_panel(n, fig, proj, pole, var, clevels,
79
center, radius = [0.5, 0.5], 0.5
80
verts = np.vstack([np.sin(theta), np.cos(theta)]).T
81
circle = mpath.Path(verts * radius + center)
82
- ax.set_boundary(circle, transform=ax.transAxes)
+ #ax.set_boundary(circle, transform=ax.transAxes)
83
84
# Plot titles
85
for i in range(3):
0 commit comments