plotpy 1.16.0

Rust plotting library using Python (Matplotlib)
Documentation
[dependencies.num-traits]
version = "0.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Rust plotting library using Python (Matplotlib)"
documentation = "https://docs.rs/plotpy"
edition = "2021"
homepage = "https://github.com/cpmech/plotpy"
keywords = ["plot", "2D", "3D", "python", "matplotlib"]
license = "MIT"
name = "plotpy"
readme = "README.md"
repository = "https://github.com/cpmech/plotpy"
version = "1.16.0"

[[test]]
name = "test_barplot"
path = "tests/test_barplot.rs"

[[test]]
name = "test_boxplot"
path = "tests/test_boxplot.rs"

[[test]]
name = "test_canvas"
path = "tests/test_canvas.rs"

[[test]]
name = "test_contour"
path = "tests/test_contour.rs"

[[test]]
name = "test_curve"
path = "tests/test_curve.rs"

[[test]]
name = "test_fill_between"
path = "tests/test_fill_between.rs"

[[test]]
name = "test_histogram"
path = "tests/test_histogram.rs"

[[test]]
name = "test_image"
path = "tests/test_image.rs"

[[test]]
name = "test_inset_axes"
path = "tests/test_inset_axes.rs"

[[test]]
name = "test_legend"
path = "tests/test_legend.rs"

[[test]]
name = "test_plot"
path = "tests/test_plot.rs"

[[test]]
name = "test_slope_icon"
path = "tests/test_slope_icon.rs"

[[test]]
name = "test_stream"
path = "tests/test_stream.rs"

[[test]]
name = "test_subplot"
path = "tests/test_subplot.rs"

[[test]]
name = "test_subplot_3d"
path = "tests/test_subplot_3d.rs"

[[test]]
name = "test_surface"
path = "tests/test_surface.rs"

[[test]]
name = "test_surface_geometry"
path = "tests/test_surface_geometry.rs"

[[test]]
name = "test_text"
path = "tests/test_text.rs"