|
From: Steve P. <sj...@gm...> - 2025-03-31 16:25:53
|
Hi - in tools/pizza/gnu.py are these 2 lines near the top: try: from DEFAULTS import PIZZA_GNUPLOT except: PIZZA_GNUPLOT = "gnuplot" For the 2nd line, try this instead: except: PIZZA_GNUPLOT = "gnuplot -p" The -p is for "persist". If you have edited DEFAULTS,py to uncomment the PIZZA_GNUPLOT line and add your own local path to gnuplot, then you would need to add the -p there. This works for me on my Linux box. Steve On Mon, Mar 31, 2025 at 2:47 AM Paul Trivard <bos...@gm...> wrote: > Hello SPARTA users, > > Testing logplot.py (with gnuplot 5.4.1) for plotting convergence, > > Every thing works well but the gnuplot windows is closing extremely very > fast ... w/o any action from the keyboard. > > I'm fighting with different tests without any success > > Any recommandation welcome > > Thank ou by advance > > Jean-Pierre > |