Highlights
- Added proper legends for network visualizations (`network`, `network_average`, `network_anim`)
- This addresses https://github.com/toruseo/UXsim/issues/172
- Added new visualization mode "flow_delay" in addition to the previous "density_speed"
- In "density_speed" mode, the width represents density and the color represents speed. Although this is intuitive, they are almost linearly correlated and not very informative.
- 
- In "flow_delay" mode, the width represents flow and the color represents delay (inversely proportional to speed). They are not linearly correlated and can be informative.
- 
- Reference trajectory plot (`network_fancy`)
- 
- Which style is best likely depends on the user's preference.
What's Changed
* add legends for `network`, `network_average`, `network_anim` by toruseo in https://github.com/toruseo/UXsim/pull/198
* Add "flow_speed" visualization mode for network plot by toruseo in https://github.com/toruseo/UXsim/pull/199
* Change color scheme for "flow_speed" plot; Update automated tests for jupyter notebook demos by toruseo in https://github.com/toruseo/UXsim/pull/200
* minor update for network visualization by toruseo in https://github.com/toruseo/UXsim/pull/201
* Update pyproject.toml by toruseo in https://github.com/toruseo/UXsim/pull/202
**Full Changelog**: https://github.com/toruseo/UXsim/compare/v1.7.4...v1.7.5