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.
1 parent 1a7e61b commit 98ec7f7Copy full SHA for 98ec7f7
python/histograms.md
@@ -303,19 +303,19 @@ trace3 = go.Histogram(x=x,
303
xbins=dict(
304
start='1969-11-15',
305
end='1972-03-31',
306
- size='M18'), # M18 stands for 18 months)
+ size='M18')) # M18 stands for 18 months
307
308
trace4 = go.Histogram(x=x,
309
310
311
312
- size='M4') # 4 months bin size)
+ size='M4')) # M4 months bin size
313
314
trace5 = go.Histogram(x=x,
315
316
317
318
- size='M2'), # 2 months)
+ size='M2')) # M2 months
319
320
fig.append_trace(trace0, 1, 1)
321
fig.append_trace(trace1, 1, 2)
0 commit comments