Skip to content

Commit 108e8e2

Browse files
authored
FIX: Used wrong field in plot. (#1643)
1 parent 2451dc9 commit 108e8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/correct/plot_cloud_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161

6262
# And now we can plot the masked reflectivity field.
6363
display = pyart.graph.RadarDisplay(cloud_mask_radar)
64-
display.plot("reflectivity_copol")
64+
display.plot("reflectivity_cloud_mask")
6565
display.set_limits(xlim=(0, 55))
6666
plt.show()

0 commit comments

Comments
 (0)