Skip to content

Commit

Permalink
daily effective in bright blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Babenhauserheide committed Nov 24, 2012
1 parent 25dadf6 commit f65a293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.py
Expand Up @@ -396,7 +396,7 @@ def binarySearch(distinctSamples, samples):
'DEF:daily-size={0}:effective-size:AVERAGE:step={1}'.format(args.rrd, int(totalSeconds(mediumPeriod))),
'DEF:effective-size={0}:effective-size:AVERAGE:step={1}'.format(args.rrd, int(totalSeconds(shortPeriod))),
'LINE2:instantaneous-size#FF0000:Hourly Instantaneous',
'LINE2:daily-size#0000FF:Daily Effective',
'LINE2:daily-size#0099FF:Daily Effective',
'LINE2:effective-size#0000FF:Weekly Effective',
'-v', 'Size Estimate',
'--right-axis', '1:0',
Expand Down

0 comments on commit f65a293

Please sign in to comment.