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

Skip to content

Commit 6ee0272

Browse files
committed
🎎 heatmap documentation tyop
1 parent dc9e8ce commit 6ee0272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/heatmap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Plotly.Plots.register(heatmap, 'heatmap', ['cartesian', '2dMap'], {
3232
'(starting from the bottom of the plot) and the j-th partition',
3333
'of the x-axis (starting from the left of the plot).',
3434
'This behavior can be flipped by using `transpose`.',
35-
'Moreover, `x` (`y`) can be provided with M or M+1 (N or N+1) elements',
35+
'Moreover, `x` (`y`) can be provided with M or M+1 (N or N+1) elements.',
3636
'If M (N), then the coordinates correspond to the center of the',
3737
'heatmap cells and the cells have equal width.',
3838
'If M+1 (N+1), then the coordinates correspond to the edges of the',

0 commit comments

Comments
 (0)