class CooCoo::OutputGrapher

Public Instance Methods

pen_scale(x) click to toggle source
# File lib/coo-coo/grapher.rb, line 113
def pen_scale(x)
  2.0 * x
end
populate(name, network, input_and_outputs) click to toggle source
Calls superclass method CooCoo::Grapher#populate
# File lib/coo-coo/grapher.rb, line 109
def populate(name, network, input_and_outputs)
  super(name, network, input_and_outputs)
end