cpplot
cpplot copied to clipboard
Interactive graphs and charts for C++, viewable in-browser
Plotly provides a JSONSchema for graph objects which, assuming the schema is correct, should guarantee that the output is renderable. Currently, production of figures can be hit-and-miss, since the outgoing...
I'd love to use cpplot, but hesitate to do so as it seems it has been quite a while since there has been any activity. Are there plans to continue...
As I see your project uses conan as a package manager I would like to ask if you are planning to upload a conan package on bintray or conan-center?or if...
First: I love this. I have been searching for a way to have plotly on C++. I'm plotting graphs of temperature against time. Currently I'm doing this in QT with...
Tests print a lot of data to the screen (according to a side comment in #20) - review test output to stdout and tidy up if needed
[==========] 14 tests from 1 test suite ran. (98439 ms total) [ PASSED ] 14 tests. This was built with Win 10 MSVS 2015. The current issue is with GLOG...
I am considering trying it with Win 10 MSVS 2015 and 64 bit
To follow #6 using this [guide for conan based travis testing](https://docs.conan.io/en/latest/integrations/ci/travisci.html) This [pr into catch which does the same](https://github.com/catchorg/Catch2/pull/943/files)
Time for a code review. This library was started as me hacking and copying/pasting bits from other libraries, and hasn't really had a coherent design, either of the API or...