coord_scale
Scales the coordinate system
coord_scale(
x,
[y]
)
Scales the coordinate system
Syntaxe
coord_scale(x=0.5, y=0.25)
scale(0.5)
Arguments
| Name | Type | 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) |