TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Matplot++ – A Plotting Tool for C++

137 点作者 ponderingfish将近 5 年前

14 条评论

ponderingfish将近 5 年前
Excited to give this a shot next week. Earlier, I had to export all my data to txt&#x2F;csv and use either matlab, python, gnuplot to visualize it.<p>It would be great to be able to do this directly within code and conditionally turn it on&#x2F;off for debugging using some #ifdefs.
7thaccount将近 5 年前
I love how the page has screenshots of hundreds of types of charts. This is usually what I want to first look at for a plotting library.
marmaduke将近 5 年前
It’s pretty amazing to be reading the examples and almost feel like it’s code for matplotlib save an auto or angle brackets here and there. I’ve spent hours waiting for matplotlib to render data over the years.<p>I just hope the compile times aren’t atrocious or that some kind of interactive mode is possible.
khiner将近 5 年前
Wow this looks incredible! I’ve been looking for a C++ plotting library suitable for real-time audio visualization but with a matplotlib-like api. This looks to fit the bill perfectly, and with great documentation. Well done, following.
tobiasks将近 5 年前
Does anyone know if there is any effort going on to make gnuplot also available as a lib?<p>Dependencies like gnuplot are nice on linux machines, but distributing it on Windows is always a little bit painful
评论 #24322289 未加载
__ryan__将近 5 年前
This looks really cool.<p>Another great plotting library for C++, if you can use Qt, is Qwt:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;opencor&#x2F;qwt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opencor&#x2F;qwt</a> <a href="https:&#x2F;&#x2F;qwt.sourceforge.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qwt.sourceforge.io&#x2F;</a>
beagle3将近 5 年前
Looks absolutely incredible. Sort of matplotlib for c++, will look into the internals when I have the time.<p>Seems like everything for Python these days is matplotlib based; Whereas everything for R is ggplot2 based (but even the ggplot libraries for Python are mostly based on matplotlib).
评论 #24323389 未加载
winrid将近 5 年前
If you&#x27;re familiar with Matplot on Python, you might find this useful. I&#x27;ve been using it lately <a href="https:&#x2F;&#x2F;github.com&#x2F;lava&#x2F;matplotlib-cpp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lava&#x2F;matplotlib-cpp</a><p>The posted library does look nicer though.
amirmasoudabdol将近 5 年前
This looks really good. It’s much more intuitive than most other gnuplot wrapper I’ve seen and tested.
spacedcowboy将近 5 年前
This is amazing. I’ve been looking for something like this for a while.<p>It doesn’t do the one type of plot I actually want for the project I’m working on (x,y,z data as a 3d bar chart “surface”), but that takes nothing away from just how good this is.
dburenok11将近 5 年前
Very very cool. What does it mean by x, y are any ranges? Do x and y have to be arrays?
评论 #24321845 未加载
billfruit将近 5 年前
Looks very promising... I wanted something like this for sometime for a project..<p>Is is a new project or has it been around for some time? Github history shows only commits from Aug 2020 onwards only..
nxpnsv将近 5 年前
Impressive. I would have loved this back when i made all my plots with root 2.x...
quantaum_dot将近 5 年前
Looks great, a wide range of different plots.