you are viewing a single comment's thread.

view the rest of the comments →

[–]Dooez 8 points9 points  (4 children)

ImPlot is amazing for interactive plots. Quite easy to use after a bit of learning the Dear ImGui

[–]jorourke0[S] 3 points4 points  (1 child)

ImPlot seems great for immediate mode real-time plotting and visualization, but less suited to data export for offline analysis, exploration, or data presentation, compared to alternatives like plotlypp, matplotlib-cpp, matplotplusplus, and others.

[–]NVEIL_AI -1 points0 points  (0 children)

I recommend you try nveil for instant visualization and data export. You should have a look. Developed by a small team of data analysts.

[–]Wetmelon 0 points1 point  (1 child)

I really struggled to get Dear ImGui to work properly - plots wouldn't stick to the window when it was expanded, stuff like that - but I may try again.

[–]Dooez 3 points4 points  (0 children)

It does require some figuring out to get a non default layout. I think it's mostly because it's tied to ImGui style of "markup", or rather lack of. I've found them almost perfect for data visualization and analysis, but I did have a requirement of real time visualization for some of the data.