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