Plotly Network Plots

pandapower provides interactive network plots using Plotly. These plots are built with arguments and functionalities to be as much as possible analogous with pandapower’s matlpotlib plotting library. There is a functionality to translate pandapower network elements into plotly collections (traces). The different collections for lines, buses or transformers can then be drawn.

In order to get idea about interactive plot features and possibilities see the tutorial.

If a network has geocoordinates, there is a possibility to represent interactive plots on MapLibre maps.

Note

Previously Plotly library used Mapbox services which required a Mapbox account and a Mapbox Access Token. Setting and getting the token is deprecated and will be removed in a future pandapower releases.