You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These plots are built with arguments and functionalities to be as much as possible analogous with pandapower's
7
7
matlpotlib plotting library.
8
8
There is a functionality to translate pandapower network elements into plotly collections (traces).
9
-
The different collections for lines, buses or transformers can than be drawn.
9
+
The different collections for lines, buses or transformers can then be drawn.
10
10
11
11
In order to get idea about interactive plot features and possibilities see the `tutorial <http://nbviewer.jupyter.org/github/e2nIEE/pandapower/blob/develop/tutorials/plotly_built-in.ipynb>`_.
12
12
13
-
14
13
If a network has geocoordinates, there is a possibility to represent interactive plots on `MapLibre <https://maplibre.org/>`_ maps.
15
14
16
15
.. note::
17
16
18
-
Plots on MapLibre maps are free.
19
-
Previously Plotly library used `Mapbox <https://www.mapbox.com/>`_ services which were working
20
-
only considering you have a Mapbox account and a `Mapbox Access Token <https://www.mapbox.com/studio>`_.
21
-
22
-
In previous pandapower versions (until v3.1.3) there was a functionality to
23
-
set and get a Mapbox token in pandapower.
24
-
After getting a mapbox token it can be set to pandapower as the following ::
25
-
26
-
from pandapower.plotting.plotly.mapbox_plot import set_mapbox_token
27
-
set_mapbox_token('<token>')
28
-
29
-
This functionality is still working but deprecated and useless in future
17
+
Previously Plotly library used `Mapbox <https://www.mapbox.com/>`_ services which required
18
+
a Mapbox account and a `Mapbox Access Token <https://www.mapbox.com/studio>`_.
19
+
Setting and getting the token is deprecated and will be removed in a future
0 commit comments