plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Document Inaccurate

Open kannanwisen opened this issue 4 years ago • 0 comments

Kindly refer the below link

https://plotly.com/python-api-reference/generated/plotly.subplots.make_subplots.html

The make_subplots function signature says print_grid=False. But the explanation says print_grid (boolean (default True).

The correct value is print_grid=False

kannanwisen avatar Jun 08 '21 19:06 kannanwisen