Lines Matching defs:plot
6 # ./scripts/plot.py bench.csv -xSIZE -ybench_read -W80 -H17
364 def plot(self, coords, *,
1080 # this may force the plot to be larger than the requested dimensions,
1104 # create a plot for each subplot
1120 # so re-extract for each plot
1152 # plot!
1153 plot = Plot(
1164 plot.plot(
1170 s.plot = plot
1245 # draw plot?
1276 # draw plot!
1277 f.write(s.plot.draw(subrow, color=color))
1567 help="Add subplot-specific arguments to the main plot.")