next up previous contents
Next: Working Directories and Up: Changes to System Previous: New Garbage Collector

Missing and Non-Numerical Data in Graphs

It is now possible to give plotting functions data sequences that contain non-numerical values, such as missing value codes. Points with one or more non-numerical coordinates are marked internally as masked. This means they are not drawn and are not considered for the calculation of scaling information.

Any non-numerical lisp item can be used as a missing data code, but nil should be avoided since it also represents the empty list and can cause confusion in vectorized operations.



Luke Tierney
Wed Feb 26 05:25:18 CST 1997