Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e49a2e

Browse files
author
Xing Han Lu
authored
Change URL from githubusercontent to github.io
Shorter and nicer!
1 parent 1b4f698 commit 0e49a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/line-and-scatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fig.show()
208208
import plotly.graph_objects as go
209209
import pandas as pd
210210

211-
data= pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/2014_usa_states.csv")
211+
data= pd.read_csv("https://plotly.github.io/datasets/2014_usa_states.csv")
212212

213213
fig = go.Figure(data=go.Scatter(x=data['Postal'],
214214
y=data['Population'],

0 commit comments

Comments
 (0)