forgot to add a chart option
authorNathan Binkert <binkertn@umich.edu>
Sun, 26 Feb 2006 05:19:02 +0000 (00:19 -0500)
committerNathan 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

index 095620172e3e200dcd4575d444159cfc0ddf0985..369a57fc6348f292196bbec4aad24c448a4daab6 100644 (file)
@@ -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,