plotpx 0.1.7

Pixel-focused plotting engine that renders magnitude grids, heatmaps, and spectra to RGBA buffers
Documentation
[[bin]]
name = "plotpx"
path = "src/main.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.num-complex]
version = "0.4"

[dependencies.png]
version = "0.17"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3"

[lib]
crate-type = ["rlib", "cdylib"]
name = "plotpx"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization", "graphics"]
description = "Pixel-focused plotting engine that renders magnitude grids, heatmaps, and spectra to RGBA buffers"
documentation = "https://docs.rs/plotpx"
edition = "2021"
keywords = ["plotting", "visualization", "graphics", "image-processing"]
license = "MIT"
name = "plotpx"
readme = "README.md"
repository = "https://github.com/stephenberry/plotpx"
version = "0.1.7"