Changes one or more axes to logarithmic scale.
chips> [D #] LOG [<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
Note that a warning is returned when a LOG command is issued for data
containing negative or zero values: "Warning: negative and
zero values ignored in log scale".
The command LINEAR is used to return an
axis to linear 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,
linear,
location,
relativesize,
split,
symbol,
ticks,
tickvals,
title,
xlabel,
ylabel,
zlabel
|