trase
trase copied to clipboard
📊 A lightweight plotting library
Try to plot with dashed lines. 
Fixes #143
Is there an example where I can choose the colors directly rather than let the library choose a mapping between data types and colors? Something like: ```cpp auto data =...
some of the examples need `curl` to be installed, this should be added to the github actions workflow https://github.com/trase-cpp/trase/runs/619139621?check_suite_focus=true broken in #139 I think
fmt
@martinjrobins just playing around with [{fmt}](https://fmt.dev/latest/index.html). Not suggesting we should use it, but wanted an excuse to have a go with it. It seems very nice! And you can put...
See this article for an optimised version of the Viridis colourmap for people with color vision deficiency https://doi.org/10.1371/journal.pone.0199239
When running in debug mode the histogram_gl example causes an error. **Note**: to run the example in real debug mode, the following lines have to be commented out in CMakeLists.txt:...
It would be good to have mock Backend and AnimatedBackend classes to use in tests. At the moment we use BackendSVG for all the tests, which requires manual intervention to...
interactive backends (eg backendgl) are currently implemented as a bunch of functions in the base Backend class (e.g. is_interactive(), get_mouse_pos() etc). These perhaps should all be added in a derived...
I would like to implement some helper to make this kind of thing look less nasty (easier to read, reason about, and maintain): ```cpp m_out