rplot 0.0.1

RPlot is a advanced library for data visualization, designed to be used in conjunction with RNum. It offers matplotlib like functionality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rplot"
version = "0.0.1"
edition = "2021"
authors = ["Eli Fischl <vio@ocf.berkeley.edu>","Patrick Unick <dev_storm@winux.com>"]
license = "MIT"
keywords = ["plotting", "data_visualization"]
repository = "https://github.com/Vio-Eli/rnum"
description = "RPlot is a advanced library for data visualization, designed to be used in conjunction with RNum. It offers matplotlib like functionality."

[lib]

[dependencies]