From 6b38da65f13f2c8ce77af9cc29265cd5b9d9e6ba Mon Sep 17 00:00:00 2001 From: Kaiser Pister Date: Tue, 26 Jul 2022 12:44:37 -0500 Subject: [PATCH] Fix typo in the Scatter3D constructor documentation --- packages/python/plotly/plotly/graph_objs/_scatter3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/plotly/graph_objs/_scatter3d.py b/packages/python/plotly/plotly/graph_objs/_scatter3d.py index b4d85d25ce1..c7635492631 100644 --- a/packages/python/plotly/plotly/graph_objs/_scatter3d.py +++ b/packages/python/plotly/plotly/graph_objs/_scatter3d.py @@ -2292,7 +2292,7 @@ def __init__( legendrank Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while - with `*reversed* `legend.traceorder` they are on + with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than