Live plotting feature #124
-
Hi, Does this library provide any live plotting functionality? I was trying to integrate plotting libraries with cling/Jupyter for doing some live plotting. Was able to integrate matplotplusplus with jupyter. Static plots are working fine. But I need to do some live plotting. Please give some advice if anybody has worked on it. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you mean plotting inside a loop or something like that, there should be no problem. Lots of examples do that. I don't see any reason why it shouldn't work on xeus-cling either. I often use xeus-cling / jupyter / matplot++ for short experiments, etc. The only problem here could be the performance because gnuplot pipes are a little slow if you need many frames per second, and the OpenGL canvas is still on the way. But it should be fine for most applications. |
Beta Was this translation helpful? Give feedback.
If you mean plotting inside a loop or something like that, there should be no problem. Lots of examples do that.
I don't see any reason why it shouldn't work on xeus-cling either. I often use xeus-cling / jupyter / matplot++ for short experiments, etc.
The only problem here could be the performance because gnuplot pipes are a little slow if you need many frames per second, and the OpenGL canvas is still on the way. But it should be fine for most applications.