plotkit-polars 0.4.0

Polars DataFrame/Series integration for plotkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "plotkit-polars"
version = "0.4.0"
edition = "2021"
rust-version = "1.75"
description = "Polars DataFrame/Series integration for plotkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/anonymousAAK/plotrs"

[dependencies]
plotkit-core = { path = "../plotkit-core", version = "0.4.0", features = ["polars"] }
polars = { version = "0.46", default-features = false }