Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
|
Include the Gtkmm-PLplot header:
This includes every header installed by Gtkmm-PLplot, so can slow down compilation, but suffices for this simple example. Assuming that your program source file is program.cc
, compile it with:
Alternatively, if using autoconf, use the following in configure.ac:
Then use the generated GTKMMPLPLOT_CFLAGS
and GTKMMPLPLOT_LIBS
variables in the project Makefile.am
files. For example: