Skip to content

Commit 6b2465b

Browse files
committed
paste grid_ref and grid_str to fig in make_subplots
1 parent bd16672 commit 6b2465b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plotly/tools.py

+4
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,10 @@ def _pad(s, cell_len=cell_len):
10861086
print(grid_str)
10871087

10881088
fig = graph_objs.Figure(layout=layout)
1089+
1090+
fig['_grid_ref'] = grid_ref
1091+
fig['_grid_str'] = grid_str
1092+
10891093
return fig
10901094

10911095

0 commit comments

Comments
 (0)