Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27e9f4b

Browse files
Merge pull request #4514 from mikekinde/patch-1
Update bubble-maps.md
2 parents f5bc9b1 + 0b80f5c commit 27e9f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/python/bubble-maps.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/2014_
8585
df.head()
8686

8787
df['text'] = df['name'] + '<br>Population ' + (df['pop']/1e6).astype(str)+' million'
88-
limits = [(0,2),(3,10),(11,20),(21,50),(50,3000)]
88+
limits = [(0,3),(3,11),(11,21),(21,50),(50,3000)]
8989
colors = ["royalblue","crimson","lightseagreen","orange","lightgrey"]
9090
cities = []
9191
scale = 5000

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /