Expand description
Parameter bundling structs for plot functions.
This module organizes the many individual parameters of plotting functions into logical, reusable structs. This improves code readability, maintainability, and makes it easier to extend functionality without modifying function signatures.
Structsยง
- Color
Params - Color mapping parameters.
- Colorbar
Geometry - Colorbar geometry and configuration.
- Colorbar
Layout Config - Colorbar layout configuration parameters.
- Colorbar
Params - Colorbar rendering parameters for PDF output.
- Colorbar
PdfLabel Config - Colorbar label configuration for rendering.
- Display
Params - Display and layout parameters.
- Geometry
Rect - Layout geometry for rendering regions.
- Gnomonic
Params - Gnomonic projection parameters bundling all related data.
- Graticule
Coordinates - Associated coordinate systems for graticule rendering.
- Graticule
Params - Graticule overlay parameters.
- Graticule
Render Params - Graticule rendering parameters.
- Graticule
Spacing - Graticule line spacing configuration.
- Hammer
Params - Hammer projection parameters bundling all related data.
- Mollweide
Params - Mollweide projection parameters bundling all related data.
- Plot
Data - Core plot data: map, dimensions, and output location.
- Render
Grid Params - Grid rendering parameters for projection sampling. Generic over the projection type to enable Send+Sync trait bounds for parallelization.
- Render
Mollweide Params - Pixel rendering parameters for mollweide projection.
- Scale
Params - Scale and color transformation parameters.