117 118 119 120 121 122 123
# File 'lib/charty/vector_adapters.rb', line 117 def inverse_log_scale(method) Charty::Vector.new( self.map {|x| 10.0 ** x }, index: index, name: name ) end