Correct title in gnuplot graph

This commit is contained in:
Richard Berger
2021-06-01 16:57:37 -04:00
parent 62675e6e2b
commit 313389c0ad

View File

@ -57,7 +57,7 @@ if me == 0:
gn = gnu() gn = gnu()
gn.plot(xaxis,yaxis) gn.plot(xaxis,yaxis)
gn.xrange(0,nsteps) gn.xrange(0,nsteps)
gn.title(compute,"Timestep","Temperature") gn.title(compute.replace('_', ' '),"Timestep","Temperature")
# run nfreq steps at a time w/out pre/post, query compute, refresh plot # run nfreq steps at a time w/out pre/post, query compute, refresh plot