Search
Search results
-
Appendix B: PPLUS Guide
... %RANGE,min,max,ntic %XAXIS/qualifier,xlow,xhigh,xtic,y[,nmstc][,lint][,xunit][,ipos][,csize][,frmt] ... WHILE expression THEN WINDOW,ON/OFF XAXIS,XLO,XHI,XTIC XFOR,frmt XLAB,label ...
Documentation page - 07/27/2018 - 09:36
-
Appendix B: PPLUS Guide
... %RANGE,min,max,ntic %XAXIS/qualifier,xlow,xhigh,xtic,y[,nmstc][,lint][,xunit][,ipos][,csize][,frmt] ... WHILE expression THEN WINDOW,ON/OFF XAXIS,XLO,XHI,XTIC XFOR,frmt XLAB,label ...
Documentation page - 04/03/2017 - 17:31
-
11.6 UTILITY FUNCTIONS
... To make the code more readable: X_AXIS (=1) ARG1 (=1) ARG5 (=5) ... bad_flag, bad_flag_result) i1 = arg_lo_ss(X_AXIS,ARG1) i2 = arg_lo_ss(X_AXIS,ARG2) DO 400 i=res_lo_ss(X_AXIS), ...
Documentation page - 03/24/2020 - 12:01
-
6.3 AXES
... Function XAXIS* controls numeric labeling and tics on the X axis (redundant with /HLIMITS) PPL XAXIS YAXIS* controls numeric labeling and tics on ...
Documentation page - 04/30/2018 - 16:20
-
10.2 SIMPLE CONVERSIONS USING FERRET
... data set: yes? DEFINE AXIS/x=1:360:1/units=degrees xaxis yes? DEFINE AXIS/y=1:180:1/units=degrees yaxis yes? DEFINE GRID/x=xaxis/y=yaxis uv_grid yes? FILE/GRID=uv_grid/BAD=-999/VAR="u,v" uv.data yes? ...
Documentation page - 04/29/2019 - 15:26
-
PPLUS COMMAND FILES
... affecting the labeling of the axes are: XAXIS Controls numeric labeling and tics on the x-axis. ... is read from the command file. Specifically, when the %XAXIS command is read from a command file, an x-axis is immediately drawn on ...
Documentation page - 07/10/2017 - 11:57
-
Full Index
... regular, in SHOW AXIS removing from plot RETURN=XAXIS etc. reversed, in netCDF files reversing Z axis seasonal ...
Documentation page - 09/28/2020 - 17:03
-
COMMAND SYNOPSIS
... Appendix B Sec4.2.1 X- And Y-axis XAXIS Controls numeric labeling and tics on the x-axis. YAXIS Controls numeric labeling and tics on the y-axis. AXATIC ...
Documentation page - 04/16/2018 - 17:02
-
Reading ascii data representing a grid
... yes? DEFINE AXIS/X=221:227:2/UNITS=degrees_east xaxis yes? DEFINE AXIS/Y=11:15:2/UNITS=degrees_north yaxis (using whatever ... first two values in each input record. yes? DEFINE GRID/X=xaxis/Y=yaxis xygrid yes? FILE/VAR="dummy1,dummy2,bathy" myfile.txt 2) For ...
Basic page - 04/16/2018 - 11:35
-
11.5 NOTES AND SUGGESTIONS
... how to do it with two arguments: ... i1 = arg_lo_ss(X_AXIS,ARG1) i2 = arg_lo_ss(X_AXIS,ARG2) DO 400 i=res_lo_ss(X_AXIS), res_hi_ss(X_AXIS) j1 = arg_lo_ss(Y_AXIS,ARG1) j2 = ...
Documentation page - 04/03/2017 - 17:31