@@ -2493,7 +2493,7 @@ def _get_child_prop_defaults(self, child):
2493
2493
2494
2494
def _init_child_props (self , child ):
2495
2495
"""
2496
- Initialize the properites dict for a child trace or layout
2496
+ Initialize the properties dict for a child trace or layout
2497
2497
2498
2498
Note: this method must match the name/signature of one on
2499
2499
BasePlotlyType
@@ -3632,12 +3632,7 @@ def write_html(self, *args, **kwargs):
3632
3632
3633
3633
If 'directory', a script tag is included that references an external
3634
3634
plotly.min.js bundle that is assumed to reside in the same
3635
- directory as the HTML file. If `file` is a string to a local file path
3636
- and `full_html` is True then
3637
-
3638
- If 'directory', a script tag is included that references an external
3639
- plotly.min.js bundle that is assumed to reside in the same
3640
- directory as the HTML file. If `file` is a string to a local file
3635
+ directory as the HTML file. If `file` is a string to a local file
3641
3636
path and `full_html` is True, then the plotly.min.js bundle is copied
3642
3637
into the directory of the resulting HTML file. If a file named
3643
3638
plotly.min.js already exists in the output directory then this file
@@ -3712,8 +3707,7 @@ def write_html(self, *args, **kwargs):
3712
3707
3713
3708
Returns
3714
3709
-------
3715
- str
3716
- Representation of figure as an HTML div string
3710
+ None
3717
3711
"""
3718
3712
import plotly .io as pio
3719
3713
0 commit comments