I have a C program running in 64-bit Xubuntu 14.04 that computes a bunch of things and then plots the result in GNUplot using the system()
command to run the GNUPlot script. The script plots the data to a .eps file, but I'd like to change that to a popup window.
Is there a way that I can have the plot display this popup window and update it every time that the new plot is generated (i.e. when the data is computed and the GNUplot script is called)?