Skip to content

Commit 08892a9

Browse files
committed
update shared_{x,y}axes docstring
1 parent 87d645a commit 08892a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

plotly/tools.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -557,18 +557,20 @@ def make_subplots(rows=1, cols=1,
557557
558558
shared_xaxes (kwarg, boolean or list, default=False)
559559
Assign shared x axes.
560-
If True, all x axes are shared.
560+
If True, subplots in the same grid column have one common
561+
shared x-axis at the bottom of the gird.
561562
562563
To assign shared x axes per subplot grid cell (see 'specs'),
563-
send list (or list of lists, one list per shared axis)
564+
send list (or list of lists, one list per shared x axis)
564565
of cell index tuples.
565566
566567
shared_yaxes (kwarg, boolean or list, default=False)
567568
Assign shared y axes.
568-
If True, all y axes are shared.
569+
If True, subplots in the same grid row have one common
570+
shared y-axis on the left-hand side of the gird.
569571
570572
To assign shared y axes per subplot grid cell (see 'specs'),
571-
send list (or list of lists, one list per shared axis)
573+
send list (or list of lists, one list per shared y axis)
572574
of cell index tuples.
573575
574576
start_cell (kwarg, 'bottom-left' or 'top-left', default='top-left')

0 commit comments

Comments
 (0)