PbPlots Versions Save

A plotting library available in many programming languages.

v0.1.9.1

2 years ago
  • Fixed bug in code where a program compiled with MinGW would throw the following error:

terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 4294967295) >= this->size() (which is 36)

v0.1.9.0

2 years ago

Added error checking and reporting.

v0.1.8.0

3 years ago
  • Bug fixes, Thanks to Isaac Sorensen
  • Added examples

v0.1.7.3

3 years ago

Minor adjustments to the C++ version to directly compile in Visual Studio.

v0.1.7.2

4 years ago

Improved C++ example.

v0.1.7.1

4 years ago

Improved the C library layout.

v0.1.7

4 years ago

This release contains various bug fixes.

v0.1.3

4 years ago

This release contains scatter plots, configuring plots, custom drawing on plots, line types and point types, multiple plots on an image and multiple series in the same plot.