runmat-plot 0.4.1

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Export functionality for static images and interactive formats
//!
//! Supports PNG, SVG, PDF, HTML, and other output formats.

pub mod image;
pub mod native_surface;
pub mod vector;
pub mod web;

pub use image::*;
pub use vector::*;
#[allow(unused_imports)]
pub use web::*;