Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
figuetbe committed Dec 18, 2024
1 parent aaecb58 commit 49ed555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/visualize/plotly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All kwargs arguments are passed directly to the corresponding method.
)

It is also possible to combine elements by constructing a
:class:`~plotly.graph_objects.Scattermapbox` object:
:class:`~plotly.graph_objects.Scattermap` object:

.. jupyter-execute::

Expand All @@ -79,7 +79,7 @@ It is also possible to combine elements by constructing a
)

fig.add_trace(
belevingsvlucht.Scattermapbox(
belevingsvlucht.Scattermap(
mode="lines",
line=dict(color="#f58518", width=1),
showlegend=False,
Expand All @@ -90,7 +90,7 @@ It is also possible to combine elements by constructing a
width=600,
height=600,
margin=dict(l=50, r=0, t=40, b=40),
mapbox=dict(
map=dict(
style="carto-positron",
zoom=7,
center=airports["EHLE"].latlon_dict,
Expand Down

0 comments on commit 49ed555

Please sign in to comment.