runmat-plot 0.4.0

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
7
8
9
10
//! Modern styling and theming system for RunMat plots
//!
//! Provides professional themes, typography, and layout systems that integrate
//! seamlessly with RunMat's configuration system.

pub mod config;
pub mod theme;

pub use config::{validate_theme_config, PlotThemeConfig, ThemeVariant};
pub use theme::{Layout, ModernDarkTheme, Typography};