plotiron 0.1.0

A Rust plotting library that integrates DOT graph rendering with traditional plotting capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "plotiron"
version = "0.1.0"
edition = "2024"
description = "A Rust plotting library that integrates DOT graph rendering with traditional plotting capabilities"
license = "MIT"
keywords = ["dot", "plot"]
categories = ["visualization"]

[dependencies]
svg = "0.13"
num-traits = "0.2"
rand = "0.8"