In combination to events detection, it would be nice to be able to visualise the events on the results graph. We can access the detected events with (from [bouncing ball tutorial](https://pathsim.readthedocs.io/en/latest/examples/bouncing_ball.html)): ```python E1 = Event(...) for t in E1: print(t) ```