AdelKS / ZeGrapher

2D Math and Data plotter.
https://zegrapher.com
GNU General Public License v3.0
66 stars 8 forks source link
2d curves math math-functions parametric-equation plot sequences

ZeGrapher logo with name

Build Status Gitter

ZeGrapher example

ZeGrapher is a free, open source and easy to use software for plotting mathematical objects. It can plot functions, sequences, parametric equations and data on the plane.

Official website: https://zegrapher.com/


Features

ZeGrapher is in a deep rework stage, the features described here may still not be implemented.

Compile from sources

To compile from sources, ZeGrapher needs the following tools and libraries:

To build

$ meson setup build
$ cd build
$ meson compile
$ cd ..

This creates the ZeGrapher executable in build/src/ZeGrapher that you can directly run.

Packaging