@@ -1015,8 +1015,9 @@ class Contours(PlotlyDict):
1015
1015
"""
1016
1016
Valid attributes for 'contours' at path [] under parents ():
1017
1017
1018
- ['coloring', 'end', 'operation', 'showlines', 'size', 'start', 'type',
1019
- 'value', 'x', 'y', 'z']
1018
+ ['coloring', 'end', 'labelfont', 'labelformat', 'operation',
1019
+ 'showlabels', 'showlines', 'size', 'start', 'type', 'value', 'x', 'y',
1020
+ 'z']
1020
1021
1021
1022
Run `<contours-object>.help('attribute')` on any of the above.
1022
1023
'<contours-object>' is the object at []
@@ -1640,14 +1641,14 @@ class Scatter(PlotlyDict):
1640
1641
"""
1641
1642
Valid attributes for 'scatter' at path [] under parents ():
1642
1643
1643
- ['connectgaps ', 'customdata ', 'customdatasrc ', 'dx ', 'dy', 'error_x ',
1644
- 'error_y ', 'fill ', 'fillcolor ', 'hoverinfo ', 'hoverinfosrc ',
1645
- 'hoverlabel ', 'hoveron ', 'hovertext ', 'hovertextsrc ', 'ids', 'idssrc ',
1646
- 'legendgroup ', 'line ', 'marker ', 'mode ', 'name ', 'opacity ', 'r ',
1647
- 'rsrc', 'showlegend', 'stream', 't', 'text', 'textfont ',
1648
- 'textposition ', 'textpositionsrc ', 'textsrc ', 'tsrc ', 'type', 'uid ',
1649
- 'visible ', 'x ', 'x0 ', 'xaxis ', 'xcalendar ', 'xsrc ', 'y ', 'y0 ', 'yaxis ',
1650
- 'ycalendar', 'ysrc']
1644
+ ['cliponaxis ', 'connectgaps ', 'customdata ', 'customdatasrc ', 'dx ',
1645
+ 'dy ', 'error_x ', 'error_y ', 'fill ', 'fillcolor', 'hoverinfo ',
1646
+ 'hoverinfosrc ', 'hoverlabel ', 'hoveron ', 'hovertext ', 'hovertextsrc ',
1647
+ 'ids ', 'idssrc ', 'legendgroup ', 'line ', 'marker ', 'mode ', 'name ',
1648
+ 'opacity', 'r', ' rsrc', 'showlegend', 'stream', 't', 'text',
1649
+ 'textfont ', 'textposition ', 'textpositionsrc ', 'textsrc ', 'tsrc ',
1650
+ 'type ', 'uid ', 'visible ', 'x ', 'x0 ', 'xaxis ', 'xcalendar ', 'xsrc ', 'y ',
1651
+ 'y0', 'yaxis', ' ycalendar', 'ysrc']
1651
1652
1652
1653
Run `<scatter-object>.help('attribute')` on any of the above.
1653
1654
'<scatter-object>' is the object at []
@@ -1753,12 +1754,13 @@ class Scatterternary(PlotlyDict):
1753
1754
"""
1754
1755
Valid attributes for 'scatterternary' at path [] under parents ():
1755
1756
1756
- ['a', 'asrc', 'b', 'bsrc', 'c', 'connectgaps', 'csrc', 'customdata',
1757
- 'customdatasrc', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1758
- 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
1759
- 'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity',
1760
- 'showlegend', 'stream', 'subplot', 'sum', 'text', 'textfont',
1761
- 'textposition', 'textpositionsrc', 'textsrc', 'type', 'uid', 'visible']
1757
+ ['a', 'asrc', 'b', 'bsrc', 'c', 'cliponaxis', 'connectgaps', 'csrc',
1758
+ 'customdata', 'customdatasrc', 'fill', 'fillcolor', 'hoverinfo',
1759
+ 'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
1760
+ 'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
1761
+ 'opacity', 'showlegend', 'stream', 'subplot', 'sum', 'text',
1762
+ 'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'type',
1763
+ 'uid', 'visible']
1762
1764
1763
1765
Run `<scatterternary-object>.help('attribute')` on any of the above.
1764
1766
'<scatterternary-object>' is the object at []
@@ -1826,9 +1828,9 @@ class XAxis(PlotlyDict):
1826
1828
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
1827
1829
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
1828
1830
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1829
- 'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor ',
1830
- 'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range ',
1831
- 'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
1831
+ 'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer ',
1832
+ 'linecolor', ' linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1833
+ 'range', ' rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
1832
1834
'scaleratio', 'separatethousands', 'showaxeslabels', 'showbackground',
1833
1835
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
1834
1836
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
@@ -1865,9 +1867,9 @@ class YAxis(PlotlyDict):
1865
1867
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
1866
1868
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
1867
1869
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1868
- 'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor ',
1869
- 'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range ',
1870
- 'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
1870
+ 'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer ',
1871
+ 'linecolor', ' linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1872
+ 'range', ' rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
1871
1873
'showaxeslabels', 'showbackground', 'showexponent', 'showgrid',
1872
1874
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
1873
1875
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',
0 commit comments