plot icon indicating copy to clipboard operation
plot copied to clipboard

Header-only terminal plotting library for C++

Results 5 plot issues
Sort by recently updated
recently updated
newest added

Make it compile nicely on 32 bit ARM platform

Design a plotting API (so that this library starts doing what it's meant to do :smile:). It should feature various axis options, plot styles, automatic scaling, function/range/container data sources, automatic...

It would be nice to have a simple API to define, run and display animations.

This amounts to two changes: - Support Windows Console API in `terminal.hpp` functions - Implement Unicode console output through `WriteConsoleW`. This means switching to `wstring` and `wostream`, or setting up...

``` ./src/plot/plot_lib.hpp:3915:11: error: no matching function for call to 'max' utils::max(1l, rct.p2.y/cell_rows + (rct.p2.y%cell_rows != 0)) } ^~~~~~~~~~ ./src/plot/plot_lib.hpp:59:24: note: candidate template ignored: deduced conflicting types for parameter 'T' ('long'...