plotiron 0.1.0

A Rust plotting library that integrates DOT graph rendering with traditional plotting capabilities
Documentation
[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.svg]
version = "0.13"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "test_subgraph"
path = "examples/test_subgraph.rs"

[lib]
name = "plotiron"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization"]
description = "A Rust plotting library that integrates DOT graph rendering with traditional plotting capabilities"
edition = "2024"
keywords = ["dot", "plot"]
license = "MIT"
name = "plotiron"
readme = "README.md"
version = "0.1.0"