We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5bc9b1 + 0b80f5c commit 27e9f4bCopy full SHA for 27e9f4b
doc/python/bubble-maps.md
@@ -85,7 +85,7 @@ df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/2014_
85
df.head()
86
87
df['text'] = df['name'] + '<br>Population ' + (df['pop']/1e6).astype(str)+' million'
88
-limits = [(0,2),(3,10),(11,20),(21,50),(50,3000)]
+limits = [(0,3),(3,11),(11,21),(21,50),(50,3000)]
89
colors = ["royalblue","crimson","lightseagreen","orange","lightgrey"]
90
cities = []
91
scale = 5000
0 commit comments