Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
/ Plotin Public archive

Scientific plot library on gnuplot for C++

Notifications You must be signed in to change notification settings

luislve17/Plotin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotin

Plug & use instructions:

Just paste the "plotin" and "PlotinData" folders in the same path as your project

  * Path
    |-to
      |- my_project.cpp
      |- PlotinData (empty)
      |- plotin
        |-Plot.h
        |-Plot.cpp
        |-Plotin_types.h

To import in "my_project" just add

#include "plotin/Plot.h"

To compile:

g++ my_project.cpp plotin/Plot.cpp

Available methods (see examples)

  • Plot scatters
  • Plot curves
  • Animate scatters

Requirements

  • Have gnuplot 5.0 patchlevel 3 installed

Final notes

  • THIS MAY ONLY WORK ON LINUX, other OS have not been tested.

About

Scientific plot library on gnuplot for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published