plotlars

(β˜… 668)

Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and Plotly library.

  • .gitignore
  • .pre-commit-config.yaml
  • Cargo.lock
  • Cargo.toml
  • CHANGELOG.md
  • LICENSE.txt
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/alceal/plotlars

Downloads the entire project code from GitHub to your computer.

cd plotlars

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cargo add plotlars --features plotly

Type this command into your terminal and run it.

cargo add plotlars --features plotters

Type this command into your terminal and run it.

cargo add plotlars --features plotly,format-json

Type this command into your terminal and run it.

cargo add plotlars --features plotly,format-excel

Type this command into your terminal and run it.

cargo run --features plotly --example plotly_barplot

Builds and then immediately runs the program.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation