Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] plot_net_dump visualization

Both files passed to the plotting script must cover the same time intervals. The first file is used for the colors and the second for the width (the same file may be used for both parts).
By passing two files with different time ranges to the script, no color and width data with the same timestamps are found.

Am Fr., 3. Sept. 2021 um 08:01 Uhr schrieb Iulia Onică <onica.iulia26@xxxxxxxxx>:
It is not like there is no plot at all. By removing the limits it gets zoomed out.
It is plotted like this:
image.png
The problem is that it is not colored at all.
Also, the path I am using looks looks this:
python D:/prog/tools/visualization/plot_net_dump.py

Do you have any idea what might be?

Thank you!

On Fri, Sep 3, 2021 at 8:49 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Possibly, you are plotting an empty spatial range. Try running your command without --xlim and --ylim.  Also, the tool is located at SUMO_HOME/tools/visualization. If you put it someplace else it may not find it's libraries.

Am Do., 2. Sept. 2021 um 19:49 Uhr schrieb Iulia Onică <onica.iulia26@xxxxxxxxx>:
Hello,

I was trying to get a plot using plot_net_dump python script but it seems like nothing is plotted.
I used the following command:
python .SUMO HOME/plot_net_dump.py -v -n pr.net.xml --measures speed,entered --xlabel [m] --ylabel [m]  --default-width 0.5 -i  dumps_0_500.xml,dumps_500_1000.xml --xlim 300,1500 --ylim 1100,2300 --min-color-value -1000 --max-color-value 1000 --min-width-value -1000 --max-width-value 1000 --colormap seismic

And nothing gets colored on the map. I ran the simulation with a random traffic using random_trips.py and with this code for the additional file:
<edgeData id="dumps_0_500" freq="20" file="dumps_0_500.xml" excludeEmpty="true" begin="0" end="500"/>
<edgeData id="dumps_500_1000" freq="20" file="dumps_500_1000.xml" excludeEmpty="true" begin="500" end="1000"/>

The output file looks like this:
image.png

Do you know which may be the problem?

Thanks a lot,
Iulia
_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev
_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev


--

etti.png

Iulia-Petronela Onică

Student | Faculty of Electronics Telecommunications and Information Technology


+(40) 751 391 832

Skype: onica.iulia26

Alternative e-mail:  iulia.onica@xxxxxxxxx


fb.pngin.png


What you feel is what you become.

_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev

Back to the top