SFGraphing
SFGraphing copied to clipboard
C++ Plot Library for SFML
Results
2
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,...