Method: GraphImageDrawerModule#x_axis
- Defined in:
- lib/technical_graph/graph_image_drawer_module.rb
#x_axis(x_array, options = { :color => 'black', :width => 1 }) ⇒ Object
Draw one or many axis
34 35 36 |
# File 'lib/technical_graph/graph_image_drawer_module.rb', line 34 def x_axis(x_array, = { :color => 'black', :width => 1 }) axis(x_array, [], ) end |