Method: Rdata#set_x_axis_format

Defined in:
lib/rdata.rb

#set_x_axis_format(format = "number") ⇒ Object

With this function you can set the format of the X axis values. Todays formats are the following :

  • number used by defaults

  • metric number that will be displayed with k/m/g units



176
177
178
# File 'lib/rdata.rb', line 176

def set_x_axis_format(format="number")
  @data_description["format"]["x"] = format
end