NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 20 forks source link

Vertical time axis has unwanted space at each end #1520

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by steven.c.hankin on 25 Mar 2015 18:56 UTC As demonstrated here:

! err_vertical_time_axis.jnl
! notice the extra space at the top and bottom of the time axis.
! in some circumstances this leads to corrupted looking plots

define axis/t=0:1368:3/unit=hour/t0="06-may-2011" t1d
let var = SIN(T[gt=t1d]/100)
plot/trans var

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/2248

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 26 Mar 2015 00:10 UTC I don't see this with the installed Ferret executable, nor the previous version, ferret_v6.93. After you next update your code let's check this again.