Gtkmm Plplot Save

a scientific plotting library for Gtkmm leveraging the power of PLplot

Project README

CI Language grade: C/C++ Total alerts Sponsor PayPal Amazon Wish list Gitter

Gtkmm-PLplot

Gtkmm-PLplot is a simple plotting library that brings the power of PLplot to Gtkmm. It does so by relying on the Gtk::DrawingArea widget whose drawing signal uses PLplot's extcairo plotting device to generate publication quality plots on your screen...

Currently this library is under heavy development but it should already be useful for simple two-dimensional graphs. The API should not be considered to be stable at all and will be changed without warning...

Gtkmm-PLplot is licensed under the LGPLv3.

Features

  • Create plots using two std::vector, std::valarray and boost::multi_array objects.
  • Zoom in by dragging a selection box.
  • Support for two-dimensional plots, polar plots, contour plots with or without shaded regions, three-dimensional line plots
  • Supports multiple, independently controlled plots on a single canvas.
  • Extensive use of libsigc++ signals
  • Highly extensible

Requirements

  • Gtkmm4
  • PLplot (at least 5.11.0 but earlier versions may also work, the C++ bindings are required)
  • a C++17 compiler (GCC, clang...)
  • Boost (optional)

Supported platforms

Development occurs mostly on a Mac but I will ensure it also runs properly on Windows and Linux...

Documentation

I have generated documentation with Doxygen. Have a look at http://tschoonj.github.io/gtkmm-plplot.

Downloads

Tarballs can be found here

Homebrew users as well as Linux aficionados will find installations instructions in the documentation

TODO

  • plsurf3d, plmesh
  • histograms
  • Scroll to zoom in/out
  • plimage
  • ...

Tom Schoonjans

Open Source Agenda is not affiliated with "Gtkmm Plplot" Project. README Source: tschoonj/gtkmm-plplot

Open Source Agenda Badge

Open Source Agenda Rating