Chapters: 1: Introduction 2: Simple example 3: Invocation 4: Finer Control 5: X-Y Plots 6: Contour Plots 7: Image Plots 8: Examples 9: Gri Commands 10: Programming 11: Environment 12: Emacs Mode 13: History 14: Installation 15: Gri Bugs 16: Test Suite 17: Gri in Press 18: Acknowledgments 19: License Indices: Concepts Commands Variables |
4.2: Axis scalingGri normally assumes that you are plotting scientific graphs, and therefore whenever it sees a command like `draw curve ' or
`draw symbol ', it draws an appropriate axis first. You can turn
this feature off, by using `draw axes none ' before the other
`draw ' command.
Furthermore, Gri picks axis scales by itself, by scanning the (`
Gri normally draws axes labelled at left and bottom, and with an axis
frame with tics all around. If you don't like this default axis style
you can specify other styles. For example, if the commands
`
For your general use, Gri stores the minimum and maximum x and y
values of the axes in the variables `
To determine the minimum and maximum values of column data, you
may use the built-in RPN functions `
Gri stores the last (x,y) pair on a curve (whether data or axis) in the
`
Gri stores the axis sizes in `
|