/Plotter

Enter an analytic function (also 2-variable functions with Plotter2) and plot it with gnuplot.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Plotter

Enter an analytic function and plot it between two points of its domain.

Plotter2

Define into FUNCTION.h an analytic 2-variable function and plot it in 3D with gnuplot.

Usage

To run Plotter.c simply execute bash script with:

bash start.sh

For Plotter2 define into FUNCTION.h an f(x,y) and execute:

bash start.sh

Contrib

Written with the tinyexpr library: https://github.com/codeplea/tinyexpr