projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3667a
)
forgot to add a chart option
author
Nathan Binkert
<binkertn@umich.edu>
Sun, 26 Feb 2006 05:19:02 +0000
(
00:19
-0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Sun, 26 Feb 2006 05:19:02 +0000
(
00:19
-0500)
util/stats/chart.py:
add a bool config option for determining
if the legend is inside or outside the figure
--HG--
extra : convert_revision :
e862d1832a0cc3c1837758cc247bc77c0a02ec12
util/stats/chart.py
patch
|
blob
|
history
diff --git
a/util/stats/chart.py
b/util/stats/chart.py
index 095620172e3e200dcd4575d444159cfc0ddf0985..369a57fc6348f292196bbec4aad24c448a4daab6 100644
(file)
--- a/
util/stats/chart.py
+++ b/
util/stats/chart.py
@@
-31,6
+31,7
@@
class ChartOptions(object):
defaults = { 'chart_size' : (8, 4),
'figure_size' : [0.1, 0.1, 0.6, 0.85],
'title' : None,
+ 'fig_legend' : True,
'legend' : None,
'legend_loc' : 'upper right',
'legend_size' : 6,