Skip to content

Commit

Permalink
dark template for map
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarabedian committed Jul 8, 2020
1 parent d7b17a9 commit 348a1a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
fig = px.scatter_mapbox(data_frame=df2, lat="lat", lon="long",
color="polarity", color_continuous_scale=px.colors.diverging.Picnic,
color_continuous_midpoint=0, zoom=3, text="city")
fig.update_layout(mapbox_style="dark", mapbox_accesstoken=mapbox_token)
# fig.update_layout(mapbox_style="dark", mapbox_accesstoken=mapbox_token, template="plotly_dark")
fig.update_layout(mapbox_style="dark", mapbox_accesstoken=mapbox_token, template="plotly_dark")

avg_sent_fig = go.Figure(go.Indicator(
mode="gauge+number",
Expand Down

0 comments on commit 348a1a4

Please sign in to comment.