Skip to content
Discussion options

You must be logged in to vote

@BlueNalgene You'll want to add the gatefilter to the plotting code, something like:

gatefilter = pyart.correct.GateFilter(radar)
gatefilter.exclude_above_toa(3000)

display.plot(
    plot[0],
    plot[2], 
    ax=ax, 
    title=plot[1],
    gatefilter=gatefilter,
    colorbar_label='Rho_HV', 
    axislabels=('East-West distance from radar (km)', 'North-South distance from radar (km)'),
)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BlueNalgene
Comment options

@zssherman
Comment options

Answer selected by BlueNalgene
@BlueNalgene
Comment options

@zssherman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants