plotpx 0.1.7

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

[lib]
name = "plotpx"
crate-type = ["rlib", "cdylib"]

[dependencies]
png = "0.17"
num-complex = "0.4"
ab_glyph = "0.2"

[dev-dependencies]
criterion = "0.5"
tempfile = "3"