eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.57k stars 1.44k forks source link

How to make a "time-space diagram" #15746

Open kasop1 opened 18 hours ago

kasop1 commented 18 hours ago

I want to make a "time-space diagram". Is there any way to make it after doing the simulation in sumo? Thank you.

m-kro commented 18 hours ago

Have a look at plot_trajectories.py

kasop1 commented 18 hours ago

I will try it. Thank you.