You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.