We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc9e8ce + 6ee0272 commit 459c928Copy full SHA for 459c928
src/traces/heatmap/index.js
@@ -32,7 +32,7 @@ Plotly.Plots.register(heatmap, 'heatmap', ['cartesian', '2dMap'], {
32
'(starting from the bottom of the plot) and the j-th partition',
33
'of the x-axis (starting from the left of the plot).',
34
'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',
+ 'Moreover, `x` (`y`) can be provided with M or M+1 (N or N+1) elements.',
36
'If M (N), then the coordinates correspond to the center of the',
37
'heatmap cells and the cells have equal width.',
38
'If M+1 (N+1), then the coordinates correspond to the edges of the',
0 commit comments