# File lib/gruff/deprecated.rb, line 21 def graph_height @graph_height * @scale end
# File lib/gruff/deprecated.rb, line 25 def graph_left @graph_left * @scale end
# File lib/gruff/deprecated.rb, line 17 def graph_top @graph_top * @scale end
# File lib/gruff/deprecated.rb, line 29 def graph_width @graph_width * @scale end
# File lib/gruff/deprecated.rb, line 9 def scale_measurements setup_graph_measurements end
# File lib/gruff/deprecated.rb, line 13 def total_height @rows + 10 end