Skip to content

kranfix/matplotpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATPLOT++ (MATLAB-like plotting tool in C++)

What is this?

This is a fork from https://code.google.com/p/matplotpp/ and

Required library

We need to install freeglut

Ubuntu:

$ sudo apt-get install freeglut3-dev

Fedora:

$ sudo yum install freeglut-devel

Compile MATPLOT++ library

Clone the repositoy:

git clone git@github.com:kranfix/matplotpp.git

Place into the project:

cd matplotpp

And excetute the Makefile:

make

Compile the examples

Only type the following:

$ cd matplotpp
$ make build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published