Method: YPetri::Agent::SimulationAspect#plot
- Defined in:
- lib/y_petri/agent/simulation_aspect.rb
#plot(features) ⇒ Object
Plot the recording reduced into the given feature set.
266 267 268 269 |
# File 'lib/y_petri/agent/simulation_aspect.rb', line 266 def plot features ff = simulation.net.State.Features( features ) simulation.recording.reduce_features( ff ).plot end |