sameRatio Function (GPL)

Syntax

sameRatio()

Description

Specifies that the same distance on each scale in a rectangular coordinate system represents the same difference in data values. For example, 2cm on both scales represent a difference of 1000.

Examples

Figure 1. Example: Creating a scatterplot with equal scales
COORD: rect(dim(1,2), sameRatio())
ELEMENT: point(position(salbegin*salary))