Transformations¶
The glumpy.transforms
module offers common transforms (interactive or not)
that can be combined with other shaders and objects, espcially collections.
Warning
In all transforms, parameters must be passed by name (param=value) because positional arguments are reserved for the super class (Snippet).
A transform must be attached to a window such as to receive user events.
-
Quantitative scale — Quantitative scale
Linear scale — Linear scale
Power scale — Power scale
Log scale — Log scale
-
Orthographic — Orthographic projection
Perspective — Perspective projection
-
transform-conic-equal-area
— Conic Equal Areatransform-albers
— Alberstransform-azimuthal-equal-area
— Azimuthal Equal Areatransform-azimuthal-equidistant
— Azimuthal Equidistant