Skip to content

audiofilter/cpplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status (Mac Clang)

Build Status

cpplot; Simple plotting in C++ Copyright Tony Kirke + others below

Taken from Cpplot + MATPLOT++ This version has MATPLOT++ sources included already Also it is modified to compile on Mac OSX 10.9


Copyright Jonatan Olofsson, 2011-2012 License: GPLv3+ Author: Jonatan Olofsson (jonatan.olofsson@gmail.com)

The cpplot library intends to provide a simple, well-written plotting library for use in GPL'ed projects.

Although completely rewritten, this library is originally based on MATPLOT++ (MATLAB-like plotting tool in C++) Copyright (c) 2011 Yuichi Katori All Rights Reserved Author: Yuichi Katori (yuichi.katori@gmail.com)

Getting Started

To compile cpplot,

$ cd build $ cmake .. $ make

Compiling of examples may be optionally disabled in cmake

About

Simple C++ plotting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.8%
  • C 38.2%