Changes one or more axes to linear scale.
chips> [D #] LINEAR [<coor>]
Argument: D #
Description: drawing area number designation
Options: integer numbers
Default: current drawing area
See the D command for more information about
this argument.
Argument: <coor>
Description: axis coordinates
Options: X, Y
Default: both X and Y
The command LOG is used to return an
axis to log scale.
CIAO allows some plot attributes to be changed using the ChIPS
state object and resource file. See
"ahelp chips" for further
details.
chips> CURVE data/example.dat
chips> LOG X
chips> LOG
chips> LINEAR
The data is plotted, then the X-axis is changed to logarithmic scale.
The second LOG command changes both the X and Y axes to logarithmic
scale, and the LINEAR command returns both axes to linear scale.
- chips
-
axes,
drawarea,
errs,
font,
grids,
label,
levels,
limits,
line,
location,
log,
relativesize,
split,
symbol,
ticks,
tickvals,
title,
xlabel,
ylabel,
zlabel
|