Lines Matching refs:gnuplot
6 graphs. The graph generation functionality depends on gnuplot, and if it
335 Plots graphs based on the results of an IOzone run. Uses gnuplot to
341 self.gnuplot = os_dep.command("gnuplot")
343 logging.error("Command gnuplot not found, disabling graph "
363 Creates data file without headers for gnuplot consumption.
382 For each one of the throughput parameters, generate a set of gnuplot
403 utils.system("%s %s" % (self.gnuplot, commands_path))
411 For each one of the throughput parameters, generate a set of gnuplot
442 utils.system("%s %s" % (self.gnuplot, commands_path))
450 Plot all graphs that are to be plotted, provided that we have gnuplot.