Searched refs:savefig (Results 1 - 3 of 3) sorted by relevance

/gem5/util/stats/
H A Dbarchart.py268 def savefig(self, name): member in class:BarChart
269 self.figure.savefig(name)
328 chart1.savefig('/tmp/test1.png')
329 chart1.savefig('/tmp/test1.ps')
330 chart1.savefig('/tmp/test1.eps')
338 chart2.savefig('/tmp/test2.png')
339 chart2.savefig('/tmp/test2.ps')
H A Doutput.py204 chart.savefig(joinpath(directory, pngname))
205 chart.savefig(joinpath(directory, epsname))
206 chart.savefig(joinpath(directory, psname))
/gem5/util/plot_dram/
H A DPlotPowerStates.py224 plt.savefig(idlePlotName(plot_dir), format='eps')
288 plt.savefig(plot_name, format='eps', bbox_inches='tight')

Completed in 6 milliseconds