File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ def ridgeplot(
403403 The Plotly template to use in this figure. This can be the name of a
404404 registered template (e.g., ``"plotly_dark"``), a
405405 :class:`plotly.graph_objects.layout.Template
406- <plotly.graph_objs.layout.Template>` object , or a dictionary with a
406+ <plotly.graph_objs.layout.Template>` instance , or a dictionary with a
407407 template's properties. See `Plotly's theming and templates guide`_
408408 for more details. If not specified (default), the plot will be
409409 rendered using Plotly's current default template (i.e.,
Original file line number Diff line number Diff line change 1515def validate_coerce_template (template : PlotlyTemplate | None ) -> go .layout .Template | None :
1616 """Convert mixed template representations into a
1717 :class:`plotly.graph_objects.layout.Template
18- <plotly.graph_objs.layout.Template>` object .
18+ <plotly.graph_objs.layout.Template>` instance .
1919
2020 ``None`` is passed through as-is, meaning that no template has been
2121 specified and that Plotly's current default template should be used.
Original file line number Diff line number Diff line change 7474PlotlyTemplate : TypeAlias = go .layout .Template | dict [str , Any ] | str
7575"""A Plotly figure template can be represented by a
7676:class:`plotly.graph_objects.layout.Template <plotly.graph_objs.layout.Template>`
77- object , a dictionary with a template's properties, or the name of a registered
77+ instance , a dictionary with a template's properties, or the name of a registered
7878template (e.g., ``"plotly_dark"``).
7979
8080See `Plotly's theming and templates guide
You can’t perform that action at this time.
0 commit comments