Skip to content

A Rust library for drawing plots, powered by Gnuplot.

License

Notifications You must be signed in to change notification settings

iainireland/RustGnuplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Via CMake 2.8

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<your_prefix_goes_here>
make -j
make install

About

A Rust library for drawing plots, powered by Gnuplot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 76.8%
  • CMake 23.2%