Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Custom Colormap for Visualization

You can use option --colormap to pick among a large range of predfined maps: https://matplotlib.org/stable/gallery/color/colormap_reference.html
User-defined colormaps are not supported but pull-requests are welcome.

Am Fr., 24. Feb. 2023 um 09:57 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
Hi all,
is it possible to pass to plot_net_dump.py and other scripts a custom colormap?
This might be created within matplotlib with ListedColormap(), like:

https://matplotlib.org/stable/tutorials/colors/colormap-manipulation.html#creating-listed-colormaps

Thanks.

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top