# File lib/gruff/scatter.rb, line 52
  def setup_drawing
    # TODO Need to get x-axis labels working. Current behavior will be to not allow.
    @labels = {}

    super

    # Translate our values so that we can use the base methods for drawing
    # the standard chart stuff
    @column_count = @x_spread
  end