Skip to content

Releases: InductiveComputerScience/pbPlots

v0.1.9.1

30 May 18:03
Compare
Choose a tag to compare
  • 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

02 Nov 10:32
Compare
Choose a tag to compare

Added error checking and reporting.

v0.1.8.0

19 Nov 16:49
Compare
Choose a tag to compare
  • Bug fixes, Thanks to Isaac Sorensen
  • Added examples

v0.1.7.3

03 Nov 15:57
Compare
Choose a tag to compare

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

v0.1.7.2

09 May 15:04
Compare
Choose a tag to compare

Improved C++ example.

v0.1.7.1

06 May 07:41
Compare
Choose a tag to compare

Improved the C library layout.

v0.1.7

30 Apr 11:13
Compare
Choose a tag to compare

This release contains various bug fixes.

v0.1.3

20 Apr 11:18
Compare
Choose a tag to compare

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.