openradar / TINT

TINT Is Not TITAN. Python code for tracking objects. Specifically storm cells.
BSD 2-Clause "Simplified" License
80 stars 43 forks source link

FIX: lat lon plot axes naming, plot_grid() edges=False, and higher resolution plt.savefig() #31

Closed scarani closed 5 years ago

scarani commented 5 years ago

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.