Method: Nyaplot::CircularPlot#add_chord

Defined in:
lib/bionya/plot.rb

#add_chord(matrix) ⇒ Object

Add chord to the plot

Parameters:

  • matrix (Array<Array>)

See Also:



43
44
45
# File 'lib/bionya/plot.rb', line 43

def add_chord(matrix)
  @matrix = matrix
end