# File lib/sparklines.rb, line 615 def plot_error(options={}) create_canvas(40, 15, 'white') @draw.fill('red') @draw.line(0,0,40,15) @draw.line(0,15,40,0) @draw.draw(@canvas) @canvas end