dataMaximum Function (GPL)

Syntax

dataMaximum()

Description

Specifies that the maximum of the scale is exactly the same as the maximum of the data. Otherwise, a "nice" maximum is used. For example, if the last data value is 97, a "nice" maximum for the scale may be 100. dataMaximum forces the scale to end at 97.

Examples

Figure 1. Example: Specifying a maximum on the 2nd dimension (y axis)
SCALE: linear(dim(2), dataMaximum())