Created
November 1, 2021 14:51
-
-
Save squeezer44/9e364f06a83d31d4def316b8fd00f11c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## with plotly.express | |
fig_2 = px.line(gpx_df, x='time', y=['speed_kilometers_per_hour', | |
'distance_total_geodesic_kilometers', | |
'altitude'], | |
template='plotly_dark') | |
fig_2.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment