You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gnuplot is very lightweight solution. we can use FILE *gnuplotPipe = popen("gnuplot -persist", "w"); then we send data points in a for loop with some small sleep.
While working on https://github.com/onlytailei/CppRobotics/pulls I noticed OpenCV installation takes long time and looked into where & how opencv was being used. Seems like it's mostly for plotting purposes and I was wondering if you considered using a much smaller library focusing on plotting, e.g., http://stahlke.org/dan/gnuplot-iostream/ ?
The text was updated successfully, but these errors were encountered: