[package]
edition = "2021"
name = "plotpy"
version = "1.21.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust plotting library using Python (Matplotlib)"
homepage = "https://github.com/cpmech/plotpy"
documentation = "https://docs.rs/plotpy"
readme = "README.md"
keywords = [
"plot",
"2D",
"3D",
"python",
"matplotlib",
]
categories = [
"mathematics",
"science",
]
license = "MIT"
repository = "https://github.com/cpmech/plotpy"
[lib]
name = "plotpy"
path = "src/lib.rs"
[[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_dark_mode"
path = "tests/test_dark_mode.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"
[dependencies.num-traits]
version = "0.2"