Skip to content

Commit fa9633a

Browse files
committed
Update multiple-axes.md
1 parent e25b643 commit fa9633a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: doc/python/multiple-axes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ fig.add_trace(
396396

397397
fig.update_layout(
398398
legend=dict(orientation="h"),
399-
xaxis=dict(showgrid=True, ticklen=10, tickwidth=3),
400399
yaxis=dict(
401400
title=dict(text="Total number of diners"),
402401
side="left",
@@ -411,6 +410,8 @@ fig.update_layout(
411410
),
412411
)
413412

413+
fig.show()
414+
414415
```
415416

416417
#### Reference

0 commit comments

Comments
 (0)