-
My Lord, I just came over from the matplotlib-cpp library and it was awful. Seg faults littered everywhere. Couldn't include the library's .h file more than once across my project (Yes, you can only include and use the library once in a single file. As soon as you try to include it and use it in a second file in your project, it flips out and crashes). AND I had to manually kill the python interpreter on program exit because it doesn't do it on its own which causes a seg fault. Not to mention that it's still just a wrapper around python so I have to install Python and it's slow as shit. I can't even clear graphs correctly in that library without seg faulting. I know that library hasn't been maintained in years, but it's got 4.5k stars and is the first thing that shows up on Google. I'm surprised that there aren't more plotting or graphing libraries for C++. I just found this repo and I haven't tried it yet but I'm sure it's way better than matplotlib-cpp, it'd be difficult not to be. @alandefreitas I appreciate this repo. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Confirmed, this library is great. |
Beta Was this translation helpful? Give feedback.
-
Thanks. We're not able to maintain this library either. We don't have the human resources and won't have them in the foreseeable future. Meanwhile, C++ and CMake changed, and we learned from our mistakes. Best practices for everything changed, too. The best we could do is put a disclaimer in README.md. But people are finding the library useful, and we've been seeing contributions that fix problems whenever we need small changes to keep it working. |
Beta Was this translation helpful? Give feedback.
Confirmed, this library is great.