Skip to content

Unable to create fully transparent map in pyart #1404

Answered by jrwebster
gabrielcassol asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gabrielcassol ,

You can remove the lines by not specifying a resolution, setting embellish to false for the plot_ppi function, and adding plt.box(False). Here is an update for your code:

display.plot_ppi_map('reflectivity_horizontal', 
                     0, 
                     cmap = 'pyart_HomeyerRainbow', 
                     ticks = ZH_ticks, 
                     min_lon = lon1, 
                     max_lon = lon2, 
                     min_lat = lat2, 
                     max_lat = lat1,
                     ax = ax, 
                     # resolution = None, 
                     embellish = False,
                     colorbar_flag = '', 
                     title = '',…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gabrielcassol
Comment options

@scollis
Comment options

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