Dear Jakob
Apologies to bother you again.
As per your suggestions, I generated the attached graphs using the below commands:
1) Occupancy vs Time Loss -- plotXMLAttributes.py edge_data.xml -i id -x occupancy -y timeLoss -s --scatterplot --xlabel Occupancy(%) --ylabel TimeLoss(s)
2) Density vs Speed -- plotXMLAttributes.py edge_data.xml -i id -x density -y speed --yfactor 3.6 -s --scatterplot --xlabel density --ylabel km/h"
3) Density vs Arrived -- plotXMLAttributes.py edge_data.xml -i id -x density -y arrived --yfactor 60 -s --scatterplot --xlabel density --ylabel VehPerHour
I would be grateful if could clear the following confusions:
1. Why no data is plotted on the left side of all graphs.
2. In Graph_2: why the speed is high even though the density is high ... should not the speed be slow when the density is high? If we have high density, the vehicles will move slowly.
3. In Graph_3: similarly if the density is high then the number of Vehperhour leaving the edge should be less but in the attached graph it is opposite.
Please find the attached configuration files and graphs
Please guide me where I am making mistakes.
Thank you