coord_scale
coord_scale(x, [y])
Scales the coordinate system
Syntaxe
scale(x=0.5, y=0.25)
scale(0.5)
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
x | yes | - | amount to scale along the positive x-axis |
y | - | - | amount to scale along the positive y-axis (=x if non set) |