Questions about computing output file data visualization software calls in Aspect

Hi teachers, I want to invoke Gunplot software in my virtual machine to visualize the simulation result data of my experimental model, but when I look at the Aspect manual, I only see that Gunplot software can be used to visualize the data, but I don’t know the exact calling statements. I would like to ask all teachers to answer what statements need to be input to invoke Gunplot software in the virtual machine
Thank you, teachers!

Hi Xi Yuan,

gnuplot is a low-level visualization software that I would personally only use to plot data from the statistics file (as it is done in the manual). For looking at graphical output, I would suggest using ParaView or VisIt.

thank you!