kunaltawatia / graph_in_pgm

c++ module to make a graph of *.pgm image format from c++ mathematical expression in one variable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotting graphs in .pgm

cpp module to plot a graph in .pgm image format from mathematical expression in one variable.


Setup

git clone http://github.com/kunaltawatia/graph_in_pgm
cd graph_in_pgm
chmod +x compile.sh
./compile.sh

Now files are compiled and ready to be used.

Run

./main "x* x - 2* x + 1"

Deprecation Notice

This was my first time playing with programmatic imaging and fstream 😁

About

c++ module to make a graph of *.pgm image format from c++ mathematical expression in one variable.


Languages

Language:C++ 99.5%Language:Shell 0.5%