# File mrplot/plots/bar.rb, line 56
    def get_value(data_value, windowspace)
      return (data_value.to_f   - @yrange.first)/(@yrange.last - @yrange.first)*windowspace.height
    end