[Thread Prev][Thread Next][Index]

graticule clobbers plot title and axis labels



Hi,

I've come across a situation where using "go graticule" causes my plot
title and horizontal axis labels to vanish. I'm finding this with ferret
v5.51 and v5.22. I've produced a scaled down version w/ a NetCDF file w/
the following CDL content :

netcdf foo {
dimensions:
        TIME = UNLIMITED ; // (8 currently)
variables:
        double TIME(TIME) ;
                TIME:units = "days since 0000-01-01 00:00:00" ;
        double var(TIME) ;
                var:long_name = "Test Variable" ;
                var:units = "kg" ;
data:

 TIME = 182, 547, 912, 1277, 1642, 2007, 2372, 2737 ;

 var = 1, 2, 3, 4, 4, 3, 2, 1 ;
}


I am using the following ferret commands :

use foo
plot var
go graticule
plot var

The first plot looks fine, but the second one has no title or horizontal
axis labels. Any thoughts on a workaround?

Thanks, Keith



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement