From 079ca40984834de2eb0732dca9a592721c283291 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Thu, 27 Oct 2022 14:46:48 -0400 Subject: [PATCH 1/3] trigger doc build --- doc/python/dumbbell-plots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/dumbbell-plots.md b/doc/python/dumbbell-plots.md index b41bb46048f..f36a94c4e5a 100644 --- a/doc/python/dumbbell-plots.md +++ b/doc/python/dumbbell-plots.md @@ -109,7 +109,7 @@ fig.show() In this example, we add arrow markers to the plot. The first trace adds the lines connecting the data points and arrow markers. The second trace adds circle markers. On the first trace, we use `standoff=8` to position the arrow marker back from the data point. -For the arrow marker to point directly at the circle marker, this value should be half the circle marker size. +For the arrow marker to point directly at the circle marker, this value should be half the circle marker size, which is hardcoded to 16 here. ```python import pandas as pd From 282e610614acad8586f3555b6feb1c9e06843348 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 28 Oct 2022 13:04:17 -0400 Subject: [PATCH 2/3] Update dumbbell-plots.md --- doc/python/dumbbell-plots.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/python/dumbbell-plots.md b/doc/python/dumbbell-plots.md index f36a94c4e5a..224187c6596 100644 --- a/doc/python/dumbbell-plots.md +++ b/doc/python/dumbbell-plots.md @@ -94,7 +94,6 @@ fig = go.Figure( fig.update_layout( title="Life Expectancy in Europe: 1952 and 2002", - width=1000, height=1000, showlegend=False, ) @@ -165,7 +164,6 @@ fig = go.Figure( fig.update_layout( title="Life Expectancy in Europe: 1952 and 2002", - width=1000, height=1000, showlegend=False, ) From c79d31f4df0591c1d2064939b3369cfea95b52e8 Mon Sep 17 00:00:00 2001 From: Quinten Goens Date: Wed, 2 Nov 2022 21:59:45 +0100 Subject: [PATCH 3/3] Update aggregations.md (Typo) Fixed a minor typo (quater to quarter). --- doc/python/aggregations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/aggregations.md b/doc/python/aggregations.md index b171bf6ca5c..012eed4be87 100644 --- a/doc/python/aggregations.md +++ b/doc/python/aggregations.md @@ -191,7 +191,7 @@ layout = dict( method = 'restyle', ), dict( args = ['xbins.size', 'M3'], - label = 'Quater', + label = 'Quarter', method = 'restyle', ), dict( args = ['xbins.size', 'M6'],