Replies: 2 comments 8 replies
-
I have same question. |
Beta Was this translation helpful? Give feedback.
-
Hi @Rullec matplot++ doesn't work at this level of abstraction. Backends could but are not required to allow exposing the raster image buffer as binary data. In fact, they are not even required to be raster images, as they could be vector images. If you need plots inside an OpenGL application for debugging, it'd easier to use something at this level of abstraction, such ImGui + ImPlot. If it's not for debugging, then you'd have to draw the plot yourself depending on the level of customization you need. If you need plots in a Qt application, it'd be easier to use Qt Charts. And so on... |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Thanks for your excellent work on this lib, I love it a lot. I work on win10 and gnuplot backend, and really eager to know:
matplotplusplus
draw silently? at this moment it pops up a window, which is not my intention.Thanks a lot!
Bests,
Xudong
Beta Was this translation helpful? Give feedback.
All reactions