Skip to content

Commit 1e63ed4

Browse files
Update doc/python/hover-text-and-formatting.md
Co-authored-by: Adam <adam@plot.ly>
1 parent d628817 commit 1e63ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/hover-text-and-formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ fig=px.scatter(df,
275275
y='Life Expectancy (years)',
276276
color='continent',
277277
size=np.sqrt(df['pop']),
278-
# Specifying data to make availabe to the hovertemplate
278+
# Specifying data to make available to the hovertemplate
279279
# The px custom_data parameter has an underscore, whike the analogous graph objects customdata parameter has no underscore.
280280
# The px custom_data parameter is a list of column names in the data frame, while the graph objects customdata parameter expects a data frame or a numpy array.
281281
custom_data=['country', 'continent', 'pop'],

0 commit comments

Comments
 (0)