plotpy 0.1.0

Rust plotting library using Python (Matplotlib)
Documentation

Rust plotting library using Python (Matplotlib)

Work in progress...

This package implements a plotting library, with its own functions. However, internally, this package generates a Python script with Matplotlib commands. Then, this package runs the script using process::Command.

Documentation:

Installation

Add the following lines to Cargo.toml:

[dependencies]
plotpy = "*"