MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Point size based on axis units #95

Open tabrasel opened 3 years ago

tabrasel commented 3 years ago

Currently, goesaodc_plotScanPoints() draws points with the size units in ggplot's default millimeters. This can be annoying because depending on the dimensions of the rendered plot or the area it covers, points can overlap or become widely spaced out. Can we provide a pointSizeUnits option where the user can specify whether they want point size in axis units (degrees lon/lat) or something else (mm, inches, etc.)?