24 25 26
# File 'lib/squid/graph.rb', line 24 def draw @plot.box(h: height, border: border) { draw_graph if @data.any? } end