2021年4月11日星期日

C libraries for interactive plotting with GUI

I am writing a program in C that reads in data from a file and plots it in an interactive GUI. The GUI should enable the user to hover over data points, zoom, change axes etc using the plot's GUI (akin to plotting features in MATLAB).

I'm looking for a C library that can produce the interactive GUI of the plot that doesn't rely on MATLAB or Python libraries.

Is there a plotting library that can produce plots with the aforementioned tools via the plot's GUI in C?

https://stackoverflow.com/questions/67043803/c-libraries-for-interactive-plotting-with-gui April 11, 2021 at 06:19PM

没有评论:

发表评论