XY plot, density plot, and other related widgets for GTK3
LibBetta is a GTK-based C library for plotting, with an emphasis on interactivity and speed
rather than production of publication-quality graphics.
The stable branch contains a GTK3 version. Development of a GTK4 version is ongoing in the master branch.
It is based on code from GUPPI and GOffice and has no dependencies beyond GTK.
LibBetta is approaching usefulness but is under active development. The API is not
yet stable. API reference documentation can be found here.
Current functionality:
Compilation is done using meson. To clone and compile, do something like the following:
$ git clone https://github.com/scojo202/libbetta
$ cd libbetta
$ meson build # may want to use --prefix to set installation directory
$ cd build
$ ninja
# ninja install
LibBetta has been successfully compiled and used in Linux, MacOS X, and Windows 10.