Skip to content

micahcc/cppPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppPlot: Basic SVG/tga plotting in c++

Thie purpose of this library is to enable very basic function plotting from c++. TGA may eventually be deprecated, due to SVG being simpler and not requiring functions to create letters/numbers.

Currently SVG supports axes and will plot functions and arrays.

About

A C++ library for plotting basic functions and arrays to TGA file. TGA is used because it is a very simple image file format. No external dependencies.

Resources

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors