Skip to content

gtkmm-plplot-2.4

Compare
Choose a tag to compare
@tschoonj tschoonj released this 07 Feb 11:24
· 62 commits to master since this release

New features:

  • PlotData2D::replace_datapoints: new method
  • PlotData2D::size: new method
  • PlotData2D::remove_datapoint: new method
  • Remove minimum of two points in PlotData2D (contributed by @Ersikan)
  • Ensure PlotData2D derived classes work with empty arrays

Changes:

  • Replace use of deprecated std::bind2nd with lambdas

This release maintains API compatibility, but breaks the ABI. This means that your existing code will need to get recompiled before it will work with this release.