From e25b234c9f11b273335bbeebdb343b1784143a71 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Mon, 3 Feb 2020 13:04:59 -0500 Subject: [PATCH] update description so result is indexed by algolia --- .../python/plotly/codegen/resources/plot-schema.json | 4 ++-- packages/python/plotly/plotly/graph_objs/__init__.py | 12 ++++++------ packages/python/plotly/plotly/graph_objs/_figure.py | 4 ++-- .../python/plotly/plotly/graph_objs/_figurewidget.py | 4 ++-- packages/python/plotly/plotly/validators/__init__.py | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/python/plotly/codegen/resources/plot-schema.json b/packages/python/plotly/codegen/resources/plot-schema.json index 215066634ba..a62f009c7f8 100644 --- a/packages/python/plotly/codegen/resources/plot-schema.json +++ b/packages/python/plotly/codegen/resources/plot-schema.json @@ -57324,14 +57324,14 @@ "role": "style", "dflt": "#fff", "editType": "plot", - "description": "Sets the color of paper where the graph is drawn." + "description": "Sets the background color of the paper where the graph is drawn." }, "plot_bgcolor": { "valType": "color", "role": "style", "dflt": "#fff", "editType": "layoutstyle", - "description": "Sets the color of plotting area in-between x and y axes." + "description": "Sets the background color of the plotting area in-between x and y axes." }, "separators": { "valType": "string", diff --git a/packages/python/plotly/plotly/graph_objs/__init__.py b/packages/python/plotly/plotly/graph_objs/__init__.py index 7449b7556af..8ecff9cf4fe 100644 --- a/packages/python/plotly/plotly/graph_objs/__init__.py +++ b/packages/python/plotly/plotly/graph_objs/__init__.py @@ -96070,7 +96070,7 @@ def orientation(self, val): @property def paper_bgcolor(self): """ - Sets the color of paper where the graph is drawn. + Sets the background color of the paper where the graph is drawn. The 'paper_bgcolor' property is a color and may be specified as: - A hex string (e.g. '#ff0000') @@ -96153,7 +96153,7 @@ def piecolorway(self, val): @property def plot_bgcolor(self): """ - Sets the color of plotting area in-between x and y axes. + Sets the background color of the plotting area in-between x and y axes. The 'plot_bgcolor' property is a color and may be specified as: - A hex string (e.g. '#ff0000') @@ -98684,14 +98684,14 @@ def _prop_descriptions(self): "polar" subplots. Rotates the entire polar by the given angle in legacy polar charts. paper_bgcolor - Sets the color of paper where the graph is drawn. + Sets the background color of the paper where the graph is drawn. piecolorway Sets the default pie slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendpiecolors`. plot_bgcolor - Sets the color of plotting area in-between x and y + Sets the background color of the plotting area in-between x and y axes. polar plotly.graph_objects.layout.Polar instance or dict with @@ -99198,14 +99198,14 @@ def __init__( "polar" subplots. Rotates the entire polar by the given angle in legacy polar charts. paper_bgcolor - Sets the color of paper where the graph is drawn. + Sets the background color of the paper where the graph is drawn. piecolorway Sets the default pie slice colors. Defaults to the main `colorway` used for trace colors. If you specify a new list here it can still be extended with lighter and darker colors, see `extendpiecolors`. plot_bgcolor - Sets the color of plotting area in-between x and y + Sets the background color of the plotting area in-between x and y axes. polar plotly.graph_objects.layout.Polar instance or dict with diff --git a/packages/python/plotly/plotly/graph_objs/_figure.py b/packages/python/plotly/plotly/graph_objs/_figure.py index e0077b12507..b31c1a3df77 100644 --- a/packages/python/plotly/plotly/graph_objs/_figure.py +++ b/packages/python/plotly/plotly/graph_objs/_figure.py @@ -370,7 +370,7 @@ def __init__( polar by the given angle in legacy polar charts. paper_bgcolor - Sets the color of paper where the graph is + Sets the background color of the paper where the graph is drawn. piecolorway Sets the default pie slice colors. Defaults to @@ -379,7 +379,7 @@ def __init__( extended with lighter and darker colors, see `extendpiecolors`. plot_bgcolor - Sets the color of plotting area in-between x + Sets the background color of the plotting area in-between x and y axes. polar plotly.graph_objects.layout.Polar instance or diff --git a/packages/python/plotly/plotly/graph_objs/_figurewidget.py b/packages/python/plotly/plotly/graph_objs/_figurewidget.py index 89042ba6645..aa850c52a0c 100644 --- a/packages/python/plotly/plotly/graph_objs/_figurewidget.py +++ b/packages/python/plotly/plotly/graph_objs/_figurewidget.py @@ -370,7 +370,7 @@ def __init__( polar by the given angle in legacy polar charts. paper_bgcolor - Sets the color of paper where the graph is + Sets the background color of the paper where the graph is drawn. piecolorway Sets the default pie slice colors. Defaults to @@ -379,7 +379,7 @@ def __init__( extended with lighter and darker colors, see `extendpiecolors`. plot_bgcolor - Sets the color of plotting area in-between x + Sets the background color of the plotting area in-between x and y axes. polar plotly.graph_objects.layout.Polar instance or diff --git a/packages/python/plotly/plotly/validators/__init__.py b/packages/python/plotly/plotly/validators/__init__.py index d8ae33ed55a..bb07bad9cd7 100644 --- a/packages/python/plotly/plotly/validators/__init__.py +++ b/packages/python/plotly/plotly/validators/__init__.py @@ -281,7 +281,7 @@ def __init__(self, plotly_name="layout", parent_name="", **kwargs): polar by the given angle in legacy polar charts. paper_bgcolor - Sets the color of paper where the graph is + Sets the background color of the paper where the graph is drawn. piecolorway Sets the default pie slice colors. Defaults to @@ -290,7 +290,7 @@ def __init__(self, plotly_name="layout", parent_name="", **kwargs): extended with lighter and darker colors, see `extendpiecolors`. plot_bgcolor - Sets the color of plotting area in-between x + Sets the background color of the plotting area in-between x and y axes. polar plotly.graph_objects.layout.Polar instance or