A Rust library for drawing plots, powered by Gnuplot.
Switch branches/tags
Nothing to show
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
doc
examples Forgot to add the example. Oct 7, 2018
src Move the margin setting to the common location. Dec 11, 2018
.gitignore Update gitignore Dec 16, 2017
.travis.yml Update docs css, fix doc script? May 26, 2018
Cargo.toml Allow specifying if an axis is time or not. Oct 7, 2018
LICENSE License the code under LGPL, release examples into public domain Jul 20, 2013
Readme.md
cargo_util.py Update docs css, fix doc script? May 26, 2018
rustfmt.toml Reformat using the new rustfmt. May 10, 2018

Readme.md

RustGnuplot

A Gnuplot controller written in Rust.

Build Status

Documentation

See here

Examples

A somewhat involved 2D example:

2D Example plot

Features

  • Simple 2D plots
    • lines
    • points
    • points + lines
    • error bars
    • ...and more!
  • Simple 3D plots
    • surface plots
    • heatmaps
    • contours

Building

Via Cargo

cargo build