missing.interpolate Function (GPL)
Syntax
missing.interpolate()
Description
Specifies that the graphic element is interpolated through missing values. That is, the graphic element is continuous from one valid value to another, regardless of missing values between the valid values.
Examples
ELEMENT: line(position(x*y), missing.interpolate())