GridLines is a factory class that returns the appropriate subclass of AbstractGridLines for a given ControlSpec, e.g. a LinearGridLines or ExponentialGridLines for a linear or exponential spec, respectively. See those help files for examples and information on modifying their behavior.
| spec |
A ControlSpec that defines the minimum and maximum values, warp and step. |
A subclass of AbstractGridLines, e.g. LinearGridLines or ExponentialGridLines.