Skip to content

Commit

Permalink
FIX: Used wrong field in plot. (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 4, 2024
1 parent 2451dc9 commit 108e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/correct/plot_cloud_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@

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

0 comments on commit 108e8e2

Please sign in to comment.