NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
58 stars 22 forks source link

missing graticule line for a y-axis #129

Closed ACManke closed 11 months ago

ACManke commented 1 year ago

Ryo Furue reported this on the Ferret Users List, 11/9/22. The first (lowest down) graticule line for a Y-axis is very often missing.

set data coads_climatology
set mode grat:dash
shade/x=100:150/y=18S:30N/L=1 SST

This occurs any time the distance between the lower coordinate axis and the first graticule line is smaller than the distance between tic marks/ graticule lines along the rest of the Y-axis. It does not occur on the X-axis. The style of the graticule line (dashes, color, etc) does not affect this.

@ryofurue

ACManke commented 11 months ago

This bug is fixed