Skip to content

Commit 3f7572a

Browse files
committed
pep8 and add TODO
1 parent 7b0e5d1 commit 3f7572a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plotly/tools.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ def get_subplots(rows=1, columns=1, print_grid=False, **kwargs):
492492

493493

494494
def make_subplots(rows=1, cols=1,
495-
shared_xaxes=False, shared_yaxes=False,
496-
start_cell='bottom-left', print_grid=False,
497-
**kwargs):
495+
shared_xaxes=False, shared_yaxes=False,
496+
start_cell='top-left', print_grid=False,
497+
**kwargs):
498498
"""Return an instance of plotly.graph_objs.Figure
499499
with the subplots domain set in 'layout'.
500500
@@ -754,6 +754,7 @@ def _checks(item, defaults):
754754
r=0.0,
755755
b=0.0,
756756
t=0.0
757+
# TODO add support for 'w' and 'h'
757758
)
758759
_check_keys_and_fill('specs', specs, SPEC_defaults)
759760

0 commit comments

Comments
 (0)