Skip to content

Commit f35c9fa

Browse files
committed
Fixed **kwargs bold formatting issue
1 parent 31c8a2f commit f35c9fa

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

bin/codegen/figure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def update_{plural_name}(
424424
**kwargs
425425
Additional property updates to apply to each selected
426426
{singular_name} object. If a property is specified in
427-
both patch and in **kwargs then the one in **kwargs
427+
both patch and in \\\\*\\\\*kwargs then the one in \\\\*\\\\*kwargs
428428
takes precedence.
429429
Returns
430430
-------
@@ -604,8 +604,8 @@ def update_{method_prefix}{plural_name}(
604604
creating subplots with secondary y-axes.
605605
**kwargs
606606
Additional property updates to apply to each selected {singular_name}. If
607-
a property is specified in both patch and in **kwargs then the
608-
one in **kwargs takes precedence.
607+
a property is specified in both patch and in \\\\\\\\*\\\\\\\\*kwargs then the
608+
one in \\\\\\\\*\\\\\\\\*kwargs takes precedence.
609609
610610
Returns
611611
-------

plotly/graph_objects/_figure.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21597,7 +21597,7 @@ def update_coloraxes(
2159721597
**kwargs
2159821598
Additional property updates to apply to each selected
2159921599
coloraxis object. If a property is specified in
21600-
both patch and in **kwargs then the one in **kwargs
21600+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2160121601
takes precedence.
2160221602
Returns
2160321603
-------
@@ -21709,7 +21709,7 @@ def update_geos(
2170921709
**kwargs
2171021710
Additional property updates to apply to each selected
2171121711
geo object. If a property is specified in
21712-
both patch and in **kwargs then the one in **kwargs
21712+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2171321713
takes precedence.
2171421714
Returns
2171521715
-------
@@ -21821,7 +21821,7 @@ def update_legends(
2182121821
**kwargs
2182221822
Additional property updates to apply to each selected
2182321823
legend object. If a property is specified in
21824-
both patch and in **kwargs then the one in **kwargs
21824+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2182521825
takes precedence.
2182621826
Returns
2182721827
-------
@@ -21933,7 +21933,7 @@ def update_maps(
2193321933
**kwargs
2193421934
Additional property updates to apply to each selected
2193521935
map object. If a property is specified in
21936-
both patch and in **kwargs then the one in **kwargs
21936+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2193721937
takes precedence.
2193821938
Returns
2193921939
-------
@@ -22045,7 +22045,7 @@ def update_mapboxes(
2204522045
**kwargs
2204622046
Additional property updates to apply to each selected
2204722047
mapbox object. If a property is specified in
22048-
both patch and in **kwargs then the one in **kwargs
22048+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2204922049
takes precedence.
2205022050
Returns
2205122051
-------
@@ -22157,7 +22157,7 @@ def update_polars(
2215722157
**kwargs
2215822158
Additional property updates to apply to each selected
2215922159
polar object. If a property is specified in
22160-
both patch and in **kwargs then the one in **kwargs
22160+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2216122161
takes precedence.
2216222162
Returns
2216322163
-------
@@ -22269,7 +22269,7 @@ def update_scenes(
2226922269
**kwargs
2227022270
Additional property updates to apply to each selected
2227122271
scene object. If a property is specified in
22272-
both patch and in **kwargs then the one in **kwargs
22272+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2227322273
takes precedence.
2227422274
Returns
2227522275
-------
@@ -22381,7 +22381,7 @@ def update_smiths(
2238122381
**kwargs
2238222382
Additional property updates to apply to each selected
2238322383
smith object. If a property is specified in
22384-
both patch and in **kwargs then the one in **kwargs
22384+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2238522385
takes precedence.
2238622386
Returns
2238722387
-------
@@ -22493,7 +22493,7 @@ def update_ternaries(
2249322493
**kwargs
2249422494
Additional property updates to apply to each selected
2249522495
ternary object. If a property is specified in
22496-
both patch and in **kwargs then the one in **kwargs
22496+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2249722497
takes precedence.
2249822498
Returns
2249922499
-------
@@ -22605,7 +22605,7 @@ def update_xaxes(
2260522605
**kwargs
2260622606
Additional property updates to apply to each selected
2260722607
xaxis object. If a property is specified in
22608-
both patch and in **kwargs then the one in **kwargs
22608+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2260922609
takes precedence.
2261022610
Returns
2261122611
-------
@@ -22766,7 +22766,7 @@ def update_yaxes(
2276622766
**kwargs
2276722767
Additional property updates to apply to each selected
2276822768
yaxis object. If a property is specified in
22769-
both patch and in **kwargs then the one in **kwargs
22769+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2277022770
takes precedence.
2277122771
Returns
2277222772
-------
@@ -22925,8 +22925,8 @@ def update_annotations(
2292522925
creating subplots with secondary y-axes.
2292622926
**kwargs
2292722927
Additional property updates to apply to each selected annotation. If
22928-
a property is specified in both patch and in **kwargs then the
22929-
one in **kwargs takes precedence.
22928+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
22929+
one in \\\\*\\\\*kwargs takes precedence.
2293022930

2293122931
Returns
2293222932
-------
@@ -23503,8 +23503,8 @@ def update_layout_images(
2350323503
creating subplots with secondary y-axes.
2350423504
**kwargs
2350523505
Additional property updates to apply to each selected image. If
23506-
a property is specified in both patch and in **kwargs then the
23507-
one in **kwargs takes precedence.
23506+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
23507+
one in \\\\*\\\\*kwargs takes precedence.
2350823508

2350923509
Returns
2351023510
-------
@@ -23830,8 +23830,8 @@ def update_selections(
2383023830
creating subplots with secondary y-axes.
2383123831
**kwargs
2383223832
Additional property updates to apply to each selected selection. If
23833-
a property is specified in both patch and in **kwargs then the
23834-
one in **kwargs takes precedence.
23833+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
23834+
one in \\\\*\\\\*kwargs takes precedence.
2383523835

2383623836
Returns
2383723837
-------
@@ -24134,8 +24134,8 @@ def update_shapes(
2413424134
creating subplots with secondary y-axes.
2413524135
**kwargs
2413624136
Additional property updates to apply to each selected shape. If
24137-
a property is specified in both patch and in **kwargs then the
24138-
one in **kwargs takes precedence.
24137+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
24138+
one in \\\\*\\\\*kwargs takes precedence.
2413924139

2414024140
Returns
2414124141
-------

plotly/graph_objects/_figurewidget.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21601,7 +21601,7 @@ def update_coloraxes(
2160121601
**kwargs
2160221602
Additional property updates to apply to each selected
2160321603
coloraxis object. If a property is specified in
21604-
both patch and in **kwargs then the one in **kwargs
21604+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2160521605
takes precedence.
2160621606
Returns
2160721607
-------
@@ -21713,7 +21713,7 @@ def update_geos(
2171321713
**kwargs
2171421714
Additional property updates to apply to each selected
2171521715
geo object. If a property is specified in
21716-
both patch and in **kwargs then the one in **kwargs
21716+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2171721717
takes precedence.
2171821718
Returns
2171921719
-------
@@ -21825,7 +21825,7 @@ def update_legends(
2182521825
**kwargs
2182621826
Additional property updates to apply to each selected
2182721827
legend object. If a property is specified in
21828-
both patch and in **kwargs then the one in **kwargs
21828+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2182921829
takes precedence.
2183021830
Returns
2183121831
-------
@@ -21937,7 +21937,7 @@ def update_maps(
2193721937
**kwargs
2193821938
Additional property updates to apply to each selected
2193921939
map object. If a property is specified in
21940-
both patch and in **kwargs then the one in **kwargs
21940+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2194121941
takes precedence.
2194221942
Returns
2194321943
-------
@@ -22049,7 +22049,7 @@ def update_mapboxes(
2204922049
**kwargs
2205022050
Additional property updates to apply to each selected
2205122051
mapbox object. If a property is specified in
22052-
both patch and in **kwargs then the one in **kwargs
22052+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2205322053
takes precedence.
2205422054
Returns
2205522055
-------
@@ -22161,7 +22161,7 @@ def update_polars(
2216122161
**kwargs
2216222162
Additional property updates to apply to each selected
2216322163
polar object. If a property is specified in
22164-
both patch and in **kwargs then the one in **kwargs
22164+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2216522165
takes precedence.
2216622166
Returns
2216722167
-------
@@ -22273,7 +22273,7 @@ def update_scenes(
2227322273
**kwargs
2227422274
Additional property updates to apply to each selected
2227522275
scene object. If a property is specified in
22276-
both patch and in **kwargs then the one in **kwargs
22276+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2227722277
takes precedence.
2227822278
Returns
2227922279
-------
@@ -22385,7 +22385,7 @@ def update_smiths(
2238522385
**kwargs
2238622386
Additional property updates to apply to each selected
2238722387
smith object. If a property is specified in
22388-
both patch and in **kwargs then the one in **kwargs
22388+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2238922389
takes precedence.
2239022390
Returns
2239122391
-------
@@ -22497,7 +22497,7 @@ def update_ternaries(
2249722497
**kwargs
2249822498
Additional property updates to apply to each selected
2249922499
ternary object. If a property is specified in
22500-
both patch and in **kwargs then the one in **kwargs
22500+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2250122501
takes precedence.
2250222502
Returns
2250322503
-------
@@ -22609,7 +22609,7 @@ def update_xaxes(
2260922609
**kwargs
2261022610
Additional property updates to apply to each selected
2261122611
xaxis object. If a property is specified in
22612-
both patch and in **kwargs then the one in **kwargs
22612+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2261322613
takes precedence.
2261422614
Returns
2261522615
-------
@@ -22770,7 +22770,7 @@ def update_yaxes(
2277022770
**kwargs
2277122771
Additional property updates to apply to each selected
2277222772
yaxis object. If a property is specified in
22773-
both patch and in **kwargs then the one in **kwargs
22773+
both patch and in \\*\\*kwargs then the one in \\*\\*kwargs
2277422774
takes precedence.
2277522775
Returns
2277622776
-------
@@ -22929,8 +22929,8 @@ def update_annotations(
2292922929
creating subplots with secondary y-axes.
2293022930
**kwargs
2293122931
Additional property updates to apply to each selected annotation. If
22932-
a property is specified in both patch and in **kwargs then the
22933-
one in **kwargs takes precedence.
22932+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
22933+
one in \\\\*\\\\*kwargs takes precedence.
2293422934

2293522935
Returns
2293622936
-------
@@ -23507,8 +23507,8 @@ def update_layout_images(
2350723507
creating subplots with secondary y-axes.
2350823508
**kwargs
2350923509
Additional property updates to apply to each selected image. If
23510-
a property is specified in both patch and in **kwargs then the
23511-
one in **kwargs takes precedence.
23510+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
23511+
one in \\\\*\\\\*kwargs takes precedence.
2351223512

2351323513
Returns
2351423514
-------
@@ -23834,8 +23834,8 @@ def update_selections(
2383423834
creating subplots with secondary y-axes.
2383523835
**kwargs
2383623836
Additional property updates to apply to each selected selection. If
23837-
a property is specified in both patch and in **kwargs then the
23838-
one in **kwargs takes precedence.
23837+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
23838+
one in \\\\*\\\\*kwargs takes precedence.
2383923839

2384023840
Returns
2384123841
-------
@@ -24138,8 +24138,8 @@ def update_shapes(
2413824138
creating subplots with secondary y-axes.
2413924139
**kwargs
2414024140
Additional property updates to apply to each selected shape. If
24141-
a property is specified in both patch and in **kwargs then the
24142-
one in **kwargs takes precedence.
24141+
a property is specified in both patch and in \\\\*\\\\*kwargs then the
24142+
one in \\\\*\\\\*kwargs takes precedence.
2414324143

2414424144
Returns
2414524145
-------

0 commit comments

Comments
 (0)