The changes in the lat/lon np.arrange lines round the lat/lon values to the hundredths place and spaces them out a little farther apart. This cosmetic change makes the plot axes less cluttered.
edges=False is added to the display.plot_grid() function, this allows the function to work with Py-ART and plot the grid.
Lastly, bbox_inches = 'tight' and dpi = 300 is added to the plt.savefig() function. This defaults a tight border and high resolution plot.
The changes in the lat/lon np.arrange lines round the lat/lon values to the hundredths place and spaces them out a little farther apart. This cosmetic change makes the plot axes less cluttered.
edges=False is added to the display.plot_grid() function, this allows the function to work with Py-ART and plot the grid.
Lastly, bbox_inches = 'tight' and dpi = 300 is added to the plt.savefig() function. This defaults a tight border and high resolution plot.