Skip to content

Commit 36c0873

Browse files
committed
reverted unwanted change
1 parent 97fd4f3 commit 36c0873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plotly-express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ fig.show()
321321

322322
```python
323323
import plotly.express as px
324-
#px.set_mapbox_access_token(open(".mapbox_token").read())
324+
px.set_mapbox_access_token(open(".mapbox_token").read())
325325
carshare = px.data.carshare()
326326
fig = px.scatter_mapbox(carshare, lat="centroid_lat", lon="centroid_lon", color="peak_hour", size="car_hours",
327327
color_continuous_scale=px.colors.cyclical.IceFire, size_max=15, zoom=10)

0 commit comments

Comments
 (0)