We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ac00 commit 6cc20d8Copy full SHA for 6cc20d8
CONTRIBUTING.md
@@ -183,15 +183,15 @@ it may be necessary to to fix the width, height, margins, X axis range and Y axi
183
184
```
185
Plotly.newPlot(gd, [{
186
- x: [1, 1, 1, 2, 2, 2, 3, 3, 3],
187
- y: [1, 2, 3, 1, 2, 3, 1, 2, 3],
188
- mode: 'markers'
189
- }], {
190
- width: 400, height: 400,
191
- margin: {l: 100, r: 100, t: 100, b: 100},
192
- xaxis: {range: [0, 4]},
193
- yaxis: {range: [0, 4]}
194
- });
+ x: [1, 1, 1, 2, 2, 2, 3, 3, 3],
+ y: [1, 2, 3, 1, 2, 3, 1, 2, 3],
+ mode: 'markers'
+}], {
+ width: 400, height: 400,
+ margin: {l: 100, r: 100, t: 100, b: 100},
+ xaxis: {range: [0, 4]},
+ yaxis: {range: [0, 4]}
+});
195
196
197
This will produce the following plot, and say you want to simulate a selection path of (175, 175) to (225, 225):
0 commit comments