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.5: Axis RangeTo override axis ranges set by Gri, use `set x axis ' and
`set y axis '. With these commands, you specify the range of the axes; you
may also set the interval for numbered tics, and an interval for
unnumbered tics. The unnumbered tics must be at an interval that
divides evenly into the numbered tic interval, but the numbered tic
interval need not divide into the min/max range. Thus,
`set x axis 0 1.1 0.5 ' will create an axis that will range from 0 to 1.1, with
labelled tics at the values 0, 0.5 and 1.
|