We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2451dc9 commit 108e8e2Copy full SHA for 108e8e2
examples/correct/plot_cloud_mask.py
@@ -61,6 +61,6 @@
61
62
# And now we can plot the masked reflectivity field.
63
display = pyart.graph.RadarDisplay(cloud_mask_radar)
64
-display.plot("reflectivity_copol")
+display.plot("reflectivity_cloud_mask")
65
display.set_limits(xlim=(0, 55))
66
plt.show()
0 commit comments