Method: PAES_Analysis#plotSingleRun

Defined in:
lib/flukso/plots.rb

#plotSingleRunObject



269
270
271
272
273
274
# File 'lib/flukso/plots.rb', line 269

def plotSingleRun
  methods.grep(/^plotSingleRun_/){|m|
    self.send(m)
  }
  sleep(1)
end