Hi Jakob, thank you so much for your reply. One more question: How can I plot the total emissions in the entire simulation?
Regards > Message: 2 > Date: Mon, 9 May 2016 09:03:51 +0200 > From: Jakob Erdmann <[email protected]> > Subject: Re: [sumo-devel] Indentation error in plot_net_dump.py? > To: Andres Felipe Acosta Gil <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: > <CAMbUcbyERTVGxnhGLrtvJ_RARaaAu= > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > To plot multiple intervals, you need to add the string '%s' somewhere in > the output file name > (i.e. -o plot%s.png). Otherwhise, only the first interval will be plotted > (and if there are few emissions you will not see colors) > > regards, > Jakob > > > 2016-05-05 2:03 GMT+02:00 Andres Felipe Acosta Gil <[email protected]>: > > > Dear SUMO community. > > > > I am trying to visualize edges' CO2 emissions in a SUMO network > > using plot_net_dump.py. Unfortunately, I could not visualize any colors > in > > the resulting plot. When looking at the sources, I found that the > plotting > > process is inside the for loop that populates the colors and widths (for > t > > in times:). Unindenting the lines associated to this process resulted in > a > > colored plot. Am I using plot_net_dump.py incorrectly, or am I right in > > regards to the indentation issue? > > > > Best Regards! > > > > -- > > Andres Felipe Acosta Gil, MSc student - Software developer > > Universidad Nacional de Colombia - Medell?n > > Facultad de Minas > > Tel: +57 (4) 4255295 > > Institutional e-mail: [email protected] > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with Applications > > Manager > > Applications Manager provides deep performance insights into multiple > > tiers of > > your business applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > _______________________________________________ > > sumo-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sumo-devel > > > > -- Andres Felipe Acosta Gil, MSc student - Software developer Universidad Nacional de Colombia - MedellĂn Facultad de Minas Tel: +57 (4) 4255295 Institutional e-mail: [email protected] ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
