twine-plot 0.4.2

Plotting utilities for Twine, a Rust framework for functional and composable system modeling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "twine-plot"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
description = "Plotting utilities for Twine, a Rust framework for functional and composable system modeling."
keywords = ["twine", "framework", "plotting", "visualization"]

[dependencies]
eframe = "0.31.1"
egui_plot = "0.31.0"