Module: Nyaplot::ChartMethods

Included in:
Plot
Defined in:
lib/nyaplot/chart_method.rb

Instance Method Summary collapse

Instance Method Details

#add_annotationObject

short-cut methods for adding primitives



42
43
44
45
# File 'lib/nyaplot/chart_method.rb', line 42

def add_annotation()
  add_text
  add_arrow
end

#add_arrowObject



56
57
# File 'lib/nyaplot/chart_method.rb', line 56

def add_arrow()
end

#add_circleObject



50
51
# File 'lib/nyaplot/chart_method.rb', line 50

def add_circle()
end

#add_rectObject



47
48
# File 'lib/nyaplot/chart_method.rb', line 47

def add_rect()
end

#add_textObject



53
54
# File 'lib/nyaplot/chart_method.rb', line 53

def add_text()
end