SFGraphing icon indicating copy to clipboard operation
SFGraphing copied to clipboard

C++ Plot Library for SFML

Results 3 SFGraphing issues
Sort by recently updated
recently updated
newest added

Currently, `_plotDataSets` is stored as a vector of value, meaning data sets are actually copies of their original object. This creates the somewhat surprising behavior that modifying the underlying `PlotDataSet`...

To see how the project behaves and that any fresh code does not break build would be nice if there is a basic CI system. If you need any help,...

GCC for C++17 gave me the error as shown below. Ordering the member variables solves this problem. ``` make[1]: Entering directory '/home/richel/GitHubs/conquer_chess/build/Desktop-Debug' g++ -c -pipe -std=c++17 -Wall -Wextra -Wshadow -Wnon-virtual-dtor...