/goatplot

Plotting library for Gtk+ 3.x using cairo

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

goatplot

Join the chat at https://gitter.im/drahnr/goatplot

Plotting library for Gtk+ 3.x using cairo.

Status

It does work for some cases but still leaves many features to be desired, not to mention that a huge refactor is required.

Build Status

widget screenshot from the testbinary

Build

To build the library and the demo just do

./waf configure debug -j2

For automated building i.e. in order to create a RPM package use

./waf configure --prefix=/usr build install --destdir=/tmp --notests --no-glade-dtd-check

as can be found in ./meta/*.

Note the use of build instead of release/debug, which does not inject any additional CFLAGS but only uses those from the environment.

Note: The demo will launch, a screenshot is created, the demo closes, this is expected behaviour and the demo can be launched again manually.