Hi everybody The following has been tested on Ferret 7.1 on Mac OSX 10.12, Ferret 6.9.3 on RedHat 2.6.32 and PyFerret 7.1 on RedHat 2.6.32 Several questions : - Why PLOT and SHADE do not show the same time axes ? - Why is there a empty part on the right of the PLOT ? - Why is there a empty part on the left on the SHADE ? - Why the SHADE is cropped on the right part ? - Why this behavior is depending on the viewport definition ? But the real question is : can I find a workaround to have matching time axes between SHADE and PLOT ? Thank you for any kind of help ! Olivier USE "https://vesg.ipsl.upmc.fr/thredds/dodsC/work_thredds/p86mart/FERRET_DEBUG/PL01_1ts_thetao_point.nc" CANCEL WINDOW/ALL SET WINDOW 1 DEFINE VIEWPORT/X=0.0,0.5/Y=0.5,1.0 v1 DEFINE VIEWPORT/X=0.0,0.5/Y=0.0,0.5 v2 SET VIEW v1 ; PLOT/K=1:20/LINE thetao[K=1], thetao[K=@MIN]
|