Correct title in gnuplot graph
This commit is contained in:
@ -57,7 +57,7 @@ if me == 0:
|
||||
gn = gnu()
|
||||
gn.plot(xaxis,yaxis)
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user