lib/y_petri/dsl.rb in y_petri-2.1.22 vs lib/y_petri/dsl.rb in y_petri-2.1.24
- old
+ new
@@ -54,13 +54,12 @@
:new_timed_simulation,
:run!,
:print_recording,
:plot,
:plot_selected,
- # :plot_state,
+ :plot_state,
:plot_flux,
+ :plot_firing,
+ :plot_gradient,
+ :plot_delta,
to: :y_petri_agent
-
- def plot_state **nn
- simulation.recording.marking.plot **nn
- end
end