From 6ee0272fccb096252b189f9f83ff7c4836ca474f Mon Sep 17 00:00:00 2001 From: chriddyp Date: Wed, 25 Nov 2015 11:53:48 -0500 Subject: [PATCH] :dolls: heatmap documentation tyop --- src/traces/heatmap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traces/heatmap/index.js b/src/traces/heatmap/index.js index ac96a949d42..25f24b373ed 100644 --- a/src/traces/heatmap/index.js +++ b/src/traces/heatmap/index.js @@ -32,7 +32,7 @@ Plotly.Plots.register(heatmap, 'heatmap', ['cartesian', '2dMap'], { '(starting from the bottom of the plot) and the j-th partition', 'of the x-axis (starting from the left of the plot).', 'This behavior can be flipped by using `transpose`.', - '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.', 'If M (N), then the coordinates correspond to the center of the', 'heatmap cells and the cells have equal width.', 'If M+1 (N+1), then the coordinates correspond to the edges of the',