From aef2ebd1f3e808108f061cb8f60ca5bd9ff8a321 Mon Sep 17 00:00:00 2001 From: AJSTYLE-lab Date: Fri, 16 Jan 2026 01:29:29 +0500 Subject: [PATCH 1/2] CHORE: fix ruff lint issues --- _plotly_utils/basevalidators.py | 99 ++++++++++++----- codegen/utils.py | 3 +- commands.py | 4 +- plotly/_subplots.py | 24 +++-- plotly/basedatatypes.py | 16 ++- plotly/callbacks.py | 4 +- plotly/express/_core.py | 10 +- plotly/figure_factory/_violin.py | 18 +++- plotly/graph_objs/_bar.py | 6 +- plotly/graph_objs/_barpolar.py | 6 +- plotly/graph_objs/_box.py | 6 +- plotly/graph_objs/_candlestick.py | 6 +- plotly/graph_objs/_carpet.py | 6 +- plotly/graph_objs/_choropleth.py | 6 +- plotly/graph_objs/_choroplethmap.py | 6 +- plotly/graph_objs/_choroplethmapbox.py | 6 +- plotly/graph_objs/_cone.py | 6 +- plotly/graph_objs/_contour.py | 6 +- plotly/graph_objs/_contourcarpet.py | 6 +- plotly/graph_objs/_densitymap.py | 6 +- plotly/graph_objs/_densitymapbox.py | 6 +- plotly/graph_objs/_frame.py | 6 +- plotly/graph_objs/_funnel.py | 6 +- plotly/graph_objs/_funnelarea.py | 6 +- plotly/graph_objs/_heatmap.py | 6 +- plotly/graph_objs/_histogram.py | 6 +- plotly/graph_objs/_histogram2d.py | 6 +- plotly/graph_objs/_histogram2dcontour.py | 6 +- plotly/graph_objs/_icicle.py | 6 +- plotly/graph_objs/_image.py | 6 +- plotly/graph_objs/_indicator.py | 6 +- plotly/graph_objs/_isosurface.py | 6 +- plotly/graph_objs/_layout.py | 6 +- plotly/graph_objs/_mesh3d.py | 6 +- plotly/graph_objs/_ohlc.py | 6 +- plotly/graph_objs/_parcats.py | 6 +- plotly/graph_objs/_parcoords.py | 6 +- plotly/graph_objs/_pie.py | 6 +- plotly/graph_objs/_sankey.py | 6 +- plotly/graph_objs/_scatter.py | 6 +- plotly/graph_objs/_scatter3d.py | 6 +- plotly/graph_objs/_scattercarpet.py | 6 +- plotly/graph_objs/_scattergeo.py | 6 +- plotly/graph_objs/_scattergl.py | 6 +- plotly/graph_objs/_scattermap.py | 6 +- plotly/graph_objs/_scattermapbox.py | 6 +- plotly/graph_objs/_scatterpolar.py | 6 +- plotly/graph_objs/_scatterpolargl.py | 6 +- plotly/graph_objs/_scattersmith.py | 6 +- plotly/graph_objs/_scatterternary.py | 6 +- plotly/graph_objs/_splom.py | 6 +- plotly/graph_objs/_streamtube.py | 6 +- plotly/graph_objs/_sunburst.py | 6 +- plotly/graph_objs/_surface.py | 6 +- plotly/graph_objs/_table.py | 6 +- plotly/graph_objs/_treemap.py | 6 +- plotly/graph_objs/_violin.py | 6 +- plotly/graph_objs/_volume.py | 6 +- plotly/graph_objs/_waterfall.py | 6 +- plotly/graph_objs/bar/_error_x.py | 6 +- plotly/graph_objs/bar/_error_y.py | 6 +- plotly/graph_objs/bar/_hoverlabel.py | 6 +- plotly/graph_objs/bar/_insidetextfont.py | 6 +- plotly/graph_objs/bar/_legendgrouptitle.py | 6 +- plotly/graph_objs/bar/_marker.py | 6 +- plotly/graph_objs/bar/_outsidetextfont.py | 6 +- plotly/graph_objs/bar/_selected.py | 6 +- plotly/graph_objs/bar/_stream.py | 6 +- plotly/graph_objs/bar/_textfont.py | 6 +- plotly/graph_objs/bar/_unselected.py | 6 +- plotly/graph_objs/bar/hoverlabel/_font.py | 6 +- .../graph_objs/bar/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/bar/marker/_colorbar.py | 6 +- plotly/graph_objs/bar/marker/_line.py | 6 +- plotly/graph_objs/bar/marker/_pattern.py | 6 +- .../bar/marker/colorbar/_tickfont.py | 6 +- .../bar/marker/colorbar/_tickformatstop.py | 6 +- .../graph_objs/bar/marker/colorbar/_title.py | 6 +- .../bar/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/bar/selected/_marker.py | 6 +- plotly/graph_objs/bar/selected/_textfont.py | 6 +- plotly/graph_objs/bar/unselected/_marker.py | 6 +- plotly/graph_objs/bar/unselected/_textfont.py | 6 +- plotly/graph_objs/barpolar/_hoverlabel.py | 6 +- .../graph_objs/barpolar/_legendgrouptitle.py | 6 +- plotly/graph_objs/barpolar/_marker.py | 6 +- plotly/graph_objs/barpolar/_selected.py | 6 +- plotly/graph_objs/barpolar/_stream.py | 6 +- plotly/graph_objs/barpolar/_unselected.py | 6 +- .../graph_objs/barpolar/hoverlabel/_font.py | 6 +- .../barpolar/legendgrouptitle/_font.py | 6 +- .../graph_objs/barpolar/marker/_colorbar.py | 6 +- plotly/graph_objs/barpolar/marker/_line.py | 6 +- plotly/graph_objs/barpolar/marker/_pattern.py | 6 +- .../barpolar/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../barpolar/marker/colorbar/_title.py | 6 +- .../barpolar/marker/colorbar/title/_font.py | 6 +- .../graph_objs/barpolar/selected/_marker.py | 6 +- .../graph_objs/barpolar/selected/_textfont.py | 6 +- .../graph_objs/barpolar/unselected/_marker.py | 6 +- .../barpolar/unselected/_textfont.py | 6 +- plotly/graph_objs/box/_hoverlabel.py | 6 +- plotly/graph_objs/box/_legendgrouptitle.py | 6 +- plotly/graph_objs/box/_line.py | 6 +- plotly/graph_objs/box/_marker.py | 6 +- plotly/graph_objs/box/_selected.py | 6 +- plotly/graph_objs/box/_stream.py | 6 +- plotly/graph_objs/box/_unselected.py | 6 +- plotly/graph_objs/box/hoverlabel/_font.py | 6 +- .../graph_objs/box/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/box/marker/_line.py | 6 +- plotly/graph_objs/box/selected/_marker.py | 6 +- plotly/graph_objs/box/unselected/_marker.py | 6 +- plotly/graph_objs/candlestick/_decreasing.py | 6 +- plotly/graph_objs/candlestick/_hoverlabel.py | 6 +- plotly/graph_objs/candlestick/_increasing.py | 6 +- .../candlestick/_legendgrouptitle.py | 6 +- plotly/graph_objs/candlestick/_line.py | 6 +- plotly/graph_objs/candlestick/_stream.py | 6 +- .../candlestick/decreasing/_line.py | 6 +- .../candlestick/hoverlabel/_font.py | 6 +- .../candlestick/increasing/_line.py | 6 +- .../candlestick/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/carpet/_aaxis.py | 6 +- plotly/graph_objs/carpet/_baxis.py | 6 +- plotly/graph_objs/carpet/_font.py | 6 +- plotly/graph_objs/carpet/_legendgrouptitle.py | 6 +- plotly/graph_objs/carpet/_stream.py | 6 +- plotly/graph_objs/carpet/aaxis/_tickfont.py | 6 +- .../carpet/aaxis/_tickformatstop.py | 6 +- plotly/graph_objs/carpet/aaxis/_title.py | 6 +- plotly/graph_objs/carpet/aaxis/title/_font.py | 6 +- plotly/graph_objs/carpet/baxis/_tickfont.py | 6 +- .../carpet/baxis/_tickformatstop.py | 6 +- plotly/graph_objs/carpet/baxis/_title.py | 6 +- plotly/graph_objs/carpet/baxis/title/_font.py | 6 +- .../carpet/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/choropleth/_colorbar.py | 6 +- plotly/graph_objs/choropleth/_hoverlabel.py | 6 +- .../choropleth/_legendgrouptitle.py | 6 +- plotly/graph_objs/choropleth/_marker.py | 6 +- plotly/graph_objs/choropleth/_selected.py | 6 +- plotly/graph_objs/choropleth/_stream.py | 6 +- plotly/graph_objs/choropleth/_unselected.py | 6 +- .../choropleth/colorbar/_tickfont.py | 6 +- .../choropleth/colorbar/_tickformatstop.py | 6 +- .../graph_objs/choropleth/colorbar/_title.py | 6 +- .../choropleth/colorbar/title/_font.py | 6 +- .../graph_objs/choropleth/hoverlabel/_font.py | 6 +- .../choropleth/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/choropleth/marker/_line.py | 6 +- .../graph_objs/choropleth/selected/_marker.py | 6 +- .../choropleth/unselected/_marker.py | 6 +- plotly/graph_objs/choroplethmap/_colorbar.py | 6 +- .../graph_objs/choroplethmap/_hoverlabel.py | 6 +- .../choroplethmap/_legendgrouptitle.py | 6 +- plotly/graph_objs/choroplethmap/_marker.py | 6 +- plotly/graph_objs/choroplethmap/_selected.py | 6 +- plotly/graph_objs/choroplethmap/_stream.py | 6 +- .../graph_objs/choroplethmap/_unselected.py | 6 +- .../choroplethmap/colorbar/_tickfont.py | 6 +- .../choroplethmap/colorbar/_tickformatstop.py | 6 +- .../choroplethmap/colorbar/_title.py | 6 +- .../choroplethmap/colorbar/title/_font.py | 6 +- .../choroplethmap/hoverlabel/_font.py | 6 +- .../choroplethmap/legendgrouptitle/_font.py | 6 +- .../graph_objs/choroplethmap/marker/_line.py | 6 +- .../choroplethmap/selected/_marker.py | 6 +- .../choroplethmap/unselected/_marker.py | 6 +- .../graph_objs/choroplethmapbox/_colorbar.py | 6 +- .../choroplethmapbox/_hoverlabel.py | 6 +- .../choroplethmapbox/_legendgrouptitle.py | 6 +- plotly/graph_objs/choroplethmapbox/_marker.py | 6 +- .../graph_objs/choroplethmapbox/_selected.py | 6 +- plotly/graph_objs/choroplethmapbox/_stream.py | 6 +- .../choroplethmapbox/_unselected.py | 6 +- .../choroplethmapbox/colorbar/_tickfont.py | 6 +- .../colorbar/_tickformatstop.py | 6 +- .../choroplethmapbox/colorbar/_title.py | 6 +- .../choroplethmapbox/colorbar/title/_font.py | 6 +- .../choroplethmapbox/hoverlabel/_font.py | 6 +- .../legendgrouptitle/_font.py | 6 +- .../choroplethmapbox/marker/_line.py | 6 +- .../choroplethmapbox/selected/_marker.py | 6 +- .../choroplethmapbox/unselected/_marker.py | 6 +- plotly/graph_objs/cone/_colorbar.py | 6 +- plotly/graph_objs/cone/_hoverlabel.py | 6 +- plotly/graph_objs/cone/_legendgrouptitle.py | 6 +- plotly/graph_objs/cone/_lighting.py | 6 +- plotly/graph_objs/cone/_lightposition.py | 6 +- plotly/graph_objs/cone/_stream.py | 6 +- plotly/graph_objs/cone/colorbar/_tickfont.py | 6 +- .../cone/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/cone/colorbar/_title.py | 6 +- .../graph_objs/cone/colorbar/title/_font.py | 6 +- plotly/graph_objs/cone/hoverlabel/_font.py | 6 +- .../graph_objs/cone/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/contour/_colorbar.py | 6 +- plotly/graph_objs/contour/_contours.py | 6 +- plotly/graph_objs/contour/_hoverlabel.py | 6 +- .../graph_objs/contour/_legendgrouptitle.py | 6 +- plotly/graph_objs/contour/_line.py | 6 +- plotly/graph_objs/contour/_stream.py | 6 +- plotly/graph_objs/contour/_textfont.py | 6 +- .../graph_objs/contour/colorbar/_tickfont.py | 6 +- .../contour/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/contour/colorbar/_title.py | 6 +- .../contour/colorbar/title/_font.py | 6 +- .../graph_objs/contour/contours/_labelfont.py | 6 +- plotly/graph_objs/contour/hoverlabel/_font.py | 6 +- .../contour/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/contourcarpet/_colorbar.py | 6 +- plotly/graph_objs/contourcarpet/_contours.py | 6 +- .../contourcarpet/_legendgrouptitle.py | 6 +- plotly/graph_objs/contourcarpet/_line.py | 6 +- plotly/graph_objs/contourcarpet/_stream.py | 6 +- .../contourcarpet/colorbar/_tickfont.py | 6 +- .../contourcarpet/colorbar/_tickformatstop.py | 6 +- .../contourcarpet/colorbar/_title.py | 6 +- .../contourcarpet/colorbar/title/_font.py | 6 +- .../contourcarpet/contours/_labelfont.py | 6 +- .../contourcarpet/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/densitymap/_colorbar.py | 6 +- plotly/graph_objs/densitymap/_hoverlabel.py | 6 +- .../densitymap/_legendgrouptitle.py | 6 +- plotly/graph_objs/densitymap/_stream.py | 6 +- .../densitymap/colorbar/_tickfont.py | 6 +- .../densitymap/colorbar/_tickformatstop.py | 6 +- .../graph_objs/densitymap/colorbar/_title.py | 6 +- .../densitymap/colorbar/title/_font.py | 6 +- .../graph_objs/densitymap/hoverlabel/_font.py | 6 +- .../densitymap/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/densitymapbox/_colorbar.py | 6 +- .../graph_objs/densitymapbox/_hoverlabel.py | 6 +- .../densitymapbox/_legendgrouptitle.py | 6 +- plotly/graph_objs/densitymapbox/_stream.py | 6 +- .../densitymapbox/colorbar/_tickfont.py | 6 +- .../densitymapbox/colorbar/_tickformatstop.py | 6 +- .../densitymapbox/colorbar/_title.py | 6 +- .../densitymapbox/colorbar/title/_font.py | 6 +- .../densitymapbox/hoverlabel/_font.py | 6 +- .../densitymapbox/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/funnel/_connector.py | 6 +- plotly/graph_objs/funnel/_hoverlabel.py | 6 +- plotly/graph_objs/funnel/_insidetextfont.py | 6 +- plotly/graph_objs/funnel/_legendgrouptitle.py | 6 +- plotly/graph_objs/funnel/_marker.py | 6 +- plotly/graph_objs/funnel/_outsidetextfont.py | 6 +- plotly/graph_objs/funnel/_stream.py | 6 +- plotly/graph_objs/funnel/_textfont.py | 6 +- plotly/graph_objs/funnel/connector/_line.py | 6 +- plotly/graph_objs/funnel/hoverlabel/_font.py | 6 +- .../funnel/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/funnel/marker/_colorbar.py | 6 +- plotly/graph_objs/funnel/marker/_line.py | 6 +- .../funnel/marker/colorbar/_tickfont.py | 6 +- .../funnel/marker/colorbar/_tickformatstop.py | 6 +- .../funnel/marker/colorbar/_title.py | 6 +- .../funnel/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/funnelarea/_domain.py | 6 +- plotly/graph_objs/funnelarea/_hoverlabel.py | 6 +- .../graph_objs/funnelarea/_insidetextfont.py | 6 +- .../funnelarea/_legendgrouptitle.py | 6 +- plotly/graph_objs/funnelarea/_marker.py | 6 +- plotly/graph_objs/funnelarea/_stream.py | 6 +- plotly/graph_objs/funnelarea/_textfont.py | 6 +- plotly/graph_objs/funnelarea/_title.py | 6 +- .../graph_objs/funnelarea/hoverlabel/_font.py | 6 +- .../funnelarea/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/funnelarea/marker/_line.py | 6 +- .../graph_objs/funnelarea/marker/_pattern.py | 6 +- plotly/graph_objs/funnelarea/title/_font.py | 6 +- plotly/graph_objs/heatmap/_colorbar.py | 6 +- plotly/graph_objs/heatmap/_hoverlabel.py | 6 +- .../graph_objs/heatmap/_legendgrouptitle.py | 6 +- plotly/graph_objs/heatmap/_stream.py | 6 +- plotly/graph_objs/heatmap/_textfont.py | 6 +- .../graph_objs/heatmap/colorbar/_tickfont.py | 6 +- .../heatmap/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/heatmap/colorbar/_title.py | 6 +- .../heatmap/colorbar/title/_font.py | 6 +- plotly/graph_objs/heatmap/hoverlabel/_font.py | 6 +- .../heatmap/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/histogram/_cumulative.py | 6 +- plotly/graph_objs/histogram/_error_x.py | 6 +- plotly/graph_objs/histogram/_error_y.py | 6 +- plotly/graph_objs/histogram/_hoverlabel.py | 6 +- .../graph_objs/histogram/_insidetextfont.py | 6 +- .../graph_objs/histogram/_legendgrouptitle.py | 6 +- plotly/graph_objs/histogram/_marker.py | 6 +- .../graph_objs/histogram/_outsidetextfont.py | 6 +- plotly/graph_objs/histogram/_selected.py | 6 +- plotly/graph_objs/histogram/_stream.py | 6 +- plotly/graph_objs/histogram/_textfont.py | 6 +- plotly/graph_objs/histogram/_unselected.py | 6 +- plotly/graph_objs/histogram/_xbins.py | 6 +- plotly/graph_objs/histogram/_ybins.py | 6 +- .../graph_objs/histogram/hoverlabel/_font.py | 6 +- .../histogram/legendgrouptitle/_font.py | 6 +- .../graph_objs/histogram/marker/_colorbar.py | 6 +- plotly/graph_objs/histogram/marker/_line.py | 6 +- .../graph_objs/histogram/marker/_pattern.py | 6 +- .../histogram/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../histogram/marker/colorbar/_title.py | 6 +- .../histogram/marker/colorbar/title/_font.py | 6 +- .../graph_objs/histogram/selected/_marker.py | 6 +- .../histogram/selected/_textfont.py | 6 +- .../histogram/unselected/_marker.py | 6 +- .../histogram/unselected/_textfont.py | 6 +- plotly/graph_objs/histogram2d/_colorbar.py | 6 +- plotly/graph_objs/histogram2d/_hoverlabel.py | 6 +- .../histogram2d/_legendgrouptitle.py | 6 +- plotly/graph_objs/histogram2d/_marker.py | 6 +- plotly/graph_objs/histogram2d/_stream.py | 6 +- plotly/graph_objs/histogram2d/_textfont.py | 6 +- plotly/graph_objs/histogram2d/_xbins.py | 6 +- plotly/graph_objs/histogram2d/_ybins.py | 6 +- .../histogram2d/colorbar/_tickfont.py | 6 +- .../histogram2d/colorbar/_tickformatstop.py | 6 +- .../graph_objs/histogram2d/colorbar/_title.py | 6 +- .../histogram2d/colorbar/title/_font.py | 6 +- .../histogram2d/hoverlabel/_font.py | 6 +- .../histogram2d/legendgrouptitle/_font.py | 6 +- .../histogram2dcontour/_colorbar.py | 6 +- .../histogram2dcontour/_contours.py | 6 +- .../histogram2dcontour/_hoverlabel.py | 6 +- .../histogram2dcontour/_legendgrouptitle.py | 6 +- plotly/graph_objs/histogram2dcontour/_line.py | 6 +- .../graph_objs/histogram2dcontour/_marker.py | 6 +- .../graph_objs/histogram2dcontour/_stream.py | 6 +- .../histogram2dcontour/_textfont.py | 6 +- .../graph_objs/histogram2dcontour/_xbins.py | 6 +- .../graph_objs/histogram2dcontour/_ybins.py | 6 +- .../histogram2dcontour/colorbar/_tickfont.py | 6 +- .../colorbar/_tickformatstop.py | 6 +- .../histogram2dcontour/colorbar/_title.py | 6 +- .../colorbar/title/_font.py | 6 +- .../histogram2dcontour/contours/_labelfont.py | 6 +- .../histogram2dcontour/hoverlabel/_font.py | 6 +- .../legendgrouptitle/_font.py | 6 +- plotly/graph_objs/icicle/_domain.py | 6 +- plotly/graph_objs/icicle/_hoverlabel.py | 6 +- plotly/graph_objs/icicle/_insidetextfont.py | 6 +- plotly/graph_objs/icicle/_leaf.py | 6 +- plotly/graph_objs/icicle/_legendgrouptitle.py | 6 +- plotly/graph_objs/icicle/_marker.py | 6 +- plotly/graph_objs/icicle/_outsidetextfont.py | 6 +- plotly/graph_objs/icicle/_pathbar.py | 6 +- plotly/graph_objs/icicle/_root.py | 6 +- plotly/graph_objs/icicle/_stream.py | 6 +- plotly/graph_objs/icicle/_textfont.py | 6 +- plotly/graph_objs/icicle/_tiling.py | 6 +- plotly/graph_objs/icicle/hoverlabel/_font.py | 6 +- .../icicle/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/icicle/marker/_colorbar.py | 6 +- plotly/graph_objs/icicle/marker/_line.py | 6 +- plotly/graph_objs/icicle/marker/_pattern.py | 6 +- .../icicle/marker/colorbar/_tickfont.py | 6 +- .../icicle/marker/colorbar/_tickformatstop.py | 6 +- .../icicle/marker/colorbar/_title.py | 6 +- .../icicle/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/icicle/pathbar/_textfont.py | 6 +- plotly/graph_objs/image/_hoverlabel.py | 6 +- plotly/graph_objs/image/_legendgrouptitle.py | 6 +- plotly/graph_objs/image/_stream.py | 6 +- plotly/graph_objs/image/hoverlabel/_font.py | 6 +- .../image/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/indicator/_delta.py | 6 +- plotly/graph_objs/indicator/_domain.py | 6 +- plotly/graph_objs/indicator/_gauge.py | 6 +- .../graph_objs/indicator/_legendgrouptitle.py | 6 +- plotly/graph_objs/indicator/_number.py | 6 +- plotly/graph_objs/indicator/_stream.py | 6 +- plotly/graph_objs/indicator/_title.py | 6 +- .../graph_objs/indicator/delta/_decreasing.py | 6 +- plotly/graph_objs/indicator/delta/_font.py | 6 +- .../graph_objs/indicator/delta/_increasing.py | 6 +- plotly/graph_objs/indicator/gauge/_axis.py | 6 +- plotly/graph_objs/indicator/gauge/_bar.py | 6 +- plotly/graph_objs/indicator/gauge/_step.py | 6 +- .../graph_objs/indicator/gauge/_threshold.py | 6 +- .../indicator/gauge/axis/_tickfont.py | 6 +- .../indicator/gauge/axis/_tickformatstop.py | 6 +- .../graph_objs/indicator/gauge/bar/_line.py | 6 +- .../graph_objs/indicator/gauge/step/_line.py | 6 +- .../indicator/gauge/threshold/_line.py | 6 +- .../indicator/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/indicator/number/_font.py | 6 +- plotly/graph_objs/indicator/title/_font.py | 6 +- plotly/graph_objs/isosurface/_caps.py | 6 +- plotly/graph_objs/isosurface/_colorbar.py | 6 +- plotly/graph_objs/isosurface/_contour.py | 6 +- plotly/graph_objs/isosurface/_hoverlabel.py | 6 +- .../isosurface/_legendgrouptitle.py | 6 +- plotly/graph_objs/isosurface/_lighting.py | 6 +- .../graph_objs/isosurface/_lightposition.py | 6 +- plotly/graph_objs/isosurface/_slices.py | 6 +- plotly/graph_objs/isosurface/_spaceframe.py | 6 +- plotly/graph_objs/isosurface/_stream.py | 6 +- plotly/graph_objs/isosurface/_surface.py | 6 +- plotly/graph_objs/isosurface/caps/_x.py | 6 +- plotly/graph_objs/isosurface/caps/_y.py | 6 +- plotly/graph_objs/isosurface/caps/_z.py | 6 +- .../isosurface/colorbar/_tickfont.py | 6 +- .../isosurface/colorbar/_tickformatstop.py | 6 +- .../graph_objs/isosurface/colorbar/_title.py | 6 +- .../isosurface/colorbar/title/_font.py | 6 +- .../graph_objs/isosurface/hoverlabel/_font.py | 6 +- .../isosurface/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/isosurface/slices/_x.py | 6 +- plotly/graph_objs/isosurface/slices/_y.py | 6 +- plotly/graph_objs/isosurface/slices/_z.py | 6 +- plotly/graph_objs/layout/_activeselection.py | 6 +- plotly/graph_objs/layout/_activeshape.py | 6 +- plotly/graph_objs/layout/_annotation.py | 6 +- plotly/graph_objs/layout/_coloraxis.py | 6 +- plotly/graph_objs/layout/_colorscale.py | 6 +- plotly/graph_objs/layout/_font.py | 6 +- plotly/graph_objs/layout/_geo.py | 6 +- plotly/graph_objs/layout/_grid.py | 6 +- plotly/graph_objs/layout/_hoverlabel.py | 6 +- plotly/graph_objs/layout/_image.py | 6 +- plotly/graph_objs/layout/_legend.py | 6 +- plotly/graph_objs/layout/_map.py | 6 +- plotly/graph_objs/layout/_mapbox.py | 6 +- plotly/graph_objs/layout/_margin.py | 6 +- plotly/graph_objs/layout/_modebar.py | 6 +- plotly/graph_objs/layout/_newselection.py | 6 +- plotly/graph_objs/layout/_newshape.py | 6 +- plotly/graph_objs/layout/_polar.py | 6 +- plotly/graph_objs/layout/_scene.py | 6 +- plotly/graph_objs/layout/_selection.py | 6 +- plotly/graph_objs/layout/_shape.py | 6 +- plotly/graph_objs/layout/_slider.py | 6 +- plotly/graph_objs/layout/_smith.py | 6 +- plotly/graph_objs/layout/_template.py | 6 +- plotly/graph_objs/layout/_ternary.py | 6 +- plotly/graph_objs/layout/_title.py | 6 +- plotly/graph_objs/layout/_transition.py | 6 +- plotly/graph_objs/layout/_uniformtext.py | 6 +- plotly/graph_objs/layout/_updatemenu.py | 6 +- plotly/graph_objs/layout/_xaxis.py | 6 +- plotly/graph_objs/layout/_yaxis.py | 6 +- plotly/graph_objs/layout/annotation/_font.py | 6 +- .../layout/annotation/_hoverlabel.py | 6 +- .../layout/annotation/hoverlabel/_font.py | 6 +- .../graph_objs/layout/coloraxis/_colorbar.py | 6 +- .../layout/coloraxis/colorbar/_tickfont.py | 6 +- .../coloraxis/colorbar/_tickformatstop.py | 6 +- .../layout/coloraxis/colorbar/_title.py | 6 +- .../layout/coloraxis/colorbar/title/_font.py | 6 +- plotly/graph_objs/layout/geo/_center.py | 6 +- plotly/graph_objs/layout/geo/_domain.py | 6 +- plotly/graph_objs/layout/geo/_lataxis.py | 6 +- plotly/graph_objs/layout/geo/_lonaxis.py | 6 +- plotly/graph_objs/layout/geo/_projection.py | 6 +- .../layout/geo/projection/_rotation.py | 6 +- plotly/graph_objs/layout/grid/_domain.py | 6 +- plotly/graph_objs/layout/hoverlabel/_font.py | 6 +- .../layout/hoverlabel/_grouptitlefont.py | 6 +- plotly/graph_objs/layout/legend/_font.py | 6 +- .../layout/legend/_grouptitlefont.py | 6 +- plotly/graph_objs/layout/legend/_title.py | 6 +- .../graph_objs/layout/legend/title/_font.py | 6 +- plotly/graph_objs/layout/map/_bounds.py | 6 +- plotly/graph_objs/layout/map/_center.py | 6 +- plotly/graph_objs/layout/map/_domain.py | 6 +- plotly/graph_objs/layout/map/_layer.py | 6 +- plotly/graph_objs/layout/map/layer/_circle.py | 6 +- plotly/graph_objs/layout/map/layer/_fill.py | 6 +- plotly/graph_objs/layout/map/layer/_line.py | 6 +- plotly/graph_objs/layout/map/layer/_symbol.py | 6 +- .../layout/map/layer/symbol/_textfont.py | 6 +- plotly/graph_objs/layout/mapbox/_bounds.py | 6 +- plotly/graph_objs/layout/mapbox/_center.py | 6 +- plotly/graph_objs/layout/mapbox/_domain.py | 6 +- plotly/graph_objs/layout/mapbox/_layer.py | 6 +- .../graph_objs/layout/mapbox/layer/_circle.py | 6 +- .../graph_objs/layout/mapbox/layer/_fill.py | 6 +- .../graph_objs/layout/mapbox/layer/_line.py | 6 +- .../graph_objs/layout/mapbox/layer/_symbol.py | 6 +- .../layout/mapbox/layer/symbol/_textfont.py | 6 +- .../graph_objs/layout/newselection/_line.py | 6 +- plotly/graph_objs/layout/newshape/_label.py | 6 +- .../layout/newshape/_legendgrouptitle.py | 6 +- plotly/graph_objs/layout/newshape/_line.py | 6 +- .../graph_objs/layout/newshape/label/_font.py | 6 +- .../layout/newshape/legendgrouptitle/_font.py | 6 +- .../graph_objs/layout/polar/_angularaxis.py | 6 +- plotly/graph_objs/layout/polar/_domain.py | 6 +- plotly/graph_objs/layout/polar/_radialaxis.py | 6 +- .../layout/polar/angularaxis/_tickfont.py | 6 +- .../polar/angularaxis/_tickformatstop.py | 6 +- .../polar/radialaxis/_autorangeoptions.py | 6 +- .../layout/polar/radialaxis/_tickfont.py | 6 +- .../polar/radialaxis/_tickformatstop.py | 6 +- .../layout/polar/radialaxis/_title.py | 6 +- .../layout/polar/radialaxis/title/_font.py | 6 +- plotly/graph_objs/layout/scene/_annotation.py | 6 +- .../graph_objs/layout/scene/_aspectratio.py | 6 +- plotly/graph_objs/layout/scene/_camera.py | 6 +- plotly/graph_objs/layout/scene/_domain.py | 6 +- plotly/graph_objs/layout/scene/_xaxis.py | 6 +- plotly/graph_objs/layout/scene/_yaxis.py | 6 +- plotly/graph_objs/layout/scene/_zaxis.py | 6 +- .../layout/scene/annotation/_font.py | 6 +- .../layout/scene/annotation/_hoverlabel.py | 6 +- .../scene/annotation/hoverlabel/_font.py | 6 +- .../graph_objs/layout/scene/camera/_center.py | 6 +- plotly/graph_objs/layout/scene/camera/_eye.py | 6 +- .../layout/scene/camera/_projection.py | 6 +- plotly/graph_objs/layout/scene/camera/_up.py | 6 +- .../layout/scene/xaxis/_autorangeoptions.py | 6 +- .../layout/scene/xaxis/_tickfont.py | 6 +- .../layout/scene/xaxis/_tickformatstop.py | 6 +- .../graph_objs/layout/scene/xaxis/_title.py | 6 +- .../layout/scene/xaxis/title/_font.py | 6 +- .../layout/scene/yaxis/_autorangeoptions.py | 6 +- .../layout/scene/yaxis/_tickfont.py | 6 +- .../layout/scene/yaxis/_tickformatstop.py | 6 +- .../graph_objs/layout/scene/yaxis/_title.py | 6 +- .../layout/scene/yaxis/title/_font.py | 6 +- .../layout/scene/zaxis/_autorangeoptions.py | 6 +- .../layout/scene/zaxis/_tickfont.py | 6 +- .../layout/scene/zaxis/_tickformatstop.py | 6 +- .../graph_objs/layout/scene/zaxis/_title.py | 6 +- .../layout/scene/zaxis/title/_font.py | 6 +- plotly/graph_objs/layout/selection/_line.py | 6 +- plotly/graph_objs/layout/shape/_label.py | 6 +- .../layout/shape/_legendgrouptitle.py | 6 +- plotly/graph_objs/layout/shape/_line.py | 6 +- plotly/graph_objs/layout/shape/label/_font.py | 6 +- .../layout/shape/legendgrouptitle/_font.py | 6 +- .../graph_objs/layout/slider/_currentvalue.py | 6 +- plotly/graph_objs/layout/slider/_font.py | 6 +- plotly/graph_objs/layout/slider/_pad.py | 6 +- plotly/graph_objs/layout/slider/_step.py | 6 +- .../graph_objs/layout/slider/_transition.py | 6 +- .../layout/slider/currentvalue/_font.py | 6 +- plotly/graph_objs/layout/smith/_domain.py | 6 +- .../graph_objs/layout/smith/_imaginaryaxis.py | 6 +- plotly/graph_objs/layout/smith/_realaxis.py | 6 +- .../layout/smith/imaginaryaxis/_tickfont.py | 6 +- .../layout/smith/realaxis/_tickfont.py | 6 +- plotly/graph_objs/layout/template/_data.py | 6 +- plotly/graph_objs/layout/ternary/_aaxis.py | 6 +- plotly/graph_objs/layout/ternary/_baxis.py | 6 +- plotly/graph_objs/layout/ternary/_caxis.py | 6 +- plotly/graph_objs/layout/ternary/_domain.py | 6 +- .../layout/ternary/aaxis/_tickfont.py | 6 +- .../layout/ternary/aaxis/_tickformatstop.py | 6 +- .../graph_objs/layout/ternary/aaxis/_title.py | 6 +- .../layout/ternary/aaxis/title/_font.py | 6 +- .../layout/ternary/baxis/_tickfont.py | 6 +- .../layout/ternary/baxis/_tickformatstop.py | 6 +- .../graph_objs/layout/ternary/baxis/_title.py | 6 +- .../layout/ternary/baxis/title/_font.py | 6 +- .../layout/ternary/caxis/_tickfont.py | 6 +- .../layout/ternary/caxis/_tickformatstop.py | 6 +- .../graph_objs/layout/ternary/caxis/_title.py | 6 +- .../layout/ternary/caxis/title/_font.py | 6 +- plotly/graph_objs/layout/title/_font.py | 6 +- plotly/graph_objs/layout/title/_pad.py | 6 +- plotly/graph_objs/layout/title/_subtitle.py | 6 +- .../graph_objs/layout/title/subtitle/_font.py | 6 +- .../graph_objs/layout/updatemenu/_button.py | 6 +- plotly/graph_objs/layout/updatemenu/_font.py | 6 +- plotly/graph_objs/layout/updatemenu/_pad.py | 6 +- .../layout/xaxis/_autorangeoptions.py | 6 +- plotly/graph_objs/layout/xaxis/_minor.py | 6 +- plotly/graph_objs/layout/xaxis/_rangebreak.py | 6 +- .../graph_objs/layout/xaxis/_rangeselector.py | 6 +- .../graph_objs/layout/xaxis/_rangeslider.py | 6 +- plotly/graph_objs/layout/xaxis/_tickfont.py | 6 +- .../layout/xaxis/_tickformatstop.py | 6 +- plotly/graph_objs/layout/xaxis/_title.py | 6 +- .../layout/xaxis/_unifiedhovertitle.py | 6 +- .../layout/xaxis/rangeselector/_button.py | 6 +- .../layout/xaxis/rangeselector/_font.py | 6 +- .../layout/xaxis/rangeslider/_yaxis.py | 6 +- plotly/graph_objs/layout/xaxis/title/_font.py | 6 +- .../layout/yaxis/_autorangeoptions.py | 6 +- plotly/graph_objs/layout/yaxis/_minor.py | 6 +- plotly/graph_objs/layout/yaxis/_rangebreak.py | 6 +- plotly/graph_objs/layout/yaxis/_tickfont.py | 6 +- .../layout/yaxis/_tickformatstop.py | 6 +- plotly/graph_objs/layout/yaxis/_title.py | 6 +- .../layout/yaxis/_unifiedhovertitle.py | 6 +- plotly/graph_objs/layout/yaxis/title/_font.py | 6 +- plotly/graph_objs/mesh3d/_colorbar.py | 6 +- plotly/graph_objs/mesh3d/_contour.py | 6 +- plotly/graph_objs/mesh3d/_hoverlabel.py | 6 +- plotly/graph_objs/mesh3d/_legendgrouptitle.py | 6 +- plotly/graph_objs/mesh3d/_lighting.py | 6 +- plotly/graph_objs/mesh3d/_lightposition.py | 6 +- plotly/graph_objs/mesh3d/_stream.py | 6 +- .../graph_objs/mesh3d/colorbar/_tickfont.py | 6 +- .../mesh3d/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/mesh3d/colorbar/_title.py | 6 +- .../graph_objs/mesh3d/colorbar/title/_font.py | 6 +- plotly/graph_objs/mesh3d/hoverlabel/_font.py | 6 +- .../mesh3d/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/ohlc/_decreasing.py | 6 +- plotly/graph_objs/ohlc/_hoverlabel.py | 6 +- plotly/graph_objs/ohlc/_increasing.py | 6 +- plotly/graph_objs/ohlc/_legendgrouptitle.py | 6 +- plotly/graph_objs/ohlc/_line.py | 6 +- plotly/graph_objs/ohlc/_stream.py | 6 +- plotly/graph_objs/ohlc/decreasing/_line.py | 6 +- plotly/graph_objs/ohlc/hoverlabel/_font.py | 6 +- plotly/graph_objs/ohlc/increasing/_line.py | 6 +- .../graph_objs/ohlc/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/parcats/_dimension.py | 6 +- plotly/graph_objs/parcats/_domain.py | 6 +- plotly/graph_objs/parcats/_labelfont.py | 6 +- .../graph_objs/parcats/_legendgrouptitle.py | 6 +- plotly/graph_objs/parcats/_line.py | 6 +- plotly/graph_objs/parcats/_stream.py | 6 +- plotly/graph_objs/parcats/_tickfont.py | 6 +- .../parcats/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/parcats/line/_colorbar.py | 6 +- .../parcats/line/colorbar/_tickfont.py | 6 +- .../parcats/line/colorbar/_tickformatstop.py | 6 +- .../parcats/line/colorbar/_title.py | 6 +- .../parcats/line/colorbar/title/_font.py | 6 +- plotly/graph_objs/parcoords/_dimension.py | 6 +- plotly/graph_objs/parcoords/_domain.py | 6 +- plotly/graph_objs/parcoords/_labelfont.py | 6 +- .../graph_objs/parcoords/_legendgrouptitle.py | 6 +- plotly/graph_objs/parcoords/_line.py | 6 +- plotly/graph_objs/parcoords/_rangefont.py | 6 +- plotly/graph_objs/parcoords/_stream.py | 6 +- plotly/graph_objs/parcoords/_tickfont.py | 6 +- plotly/graph_objs/parcoords/_unselected.py | 6 +- .../parcoords/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/parcoords/line/_colorbar.py | 6 +- .../parcoords/line/colorbar/_tickfont.py | 6 +- .../line/colorbar/_tickformatstop.py | 6 +- .../parcoords/line/colorbar/_title.py | 6 +- .../parcoords/line/colorbar/title/_font.py | 6 +- .../graph_objs/parcoords/unselected/_line.py | 6 +- plotly/graph_objs/pie/_domain.py | 6 +- plotly/graph_objs/pie/_hoverlabel.py | 6 +- plotly/graph_objs/pie/_insidetextfont.py | 6 +- plotly/graph_objs/pie/_legendgrouptitle.py | 6 +- plotly/graph_objs/pie/_marker.py | 6 +- plotly/graph_objs/pie/_outsidetextfont.py | 6 +- plotly/graph_objs/pie/_stream.py | 6 +- plotly/graph_objs/pie/_textfont.py | 6 +- plotly/graph_objs/pie/_title.py | 6 +- plotly/graph_objs/pie/hoverlabel/_font.py | 6 +- .../graph_objs/pie/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/pie/marker/_line.py | 6 +- plotly/graph_objs/pie/marker/_pattern.py | 6 +- plotly/graph_objs/pie/title/_font.py | 6 +- plotly/graph_objs/sankey/_domain.py | 6 +- plotly/graph_objs/sankey/_hoverlabel.py | 6 +- plotly/graph_objs/sankey/_legendgrouptitle.py | 6 +- plotly/graph_objs/sankey/_link.py | 6 +- plotly/graph_objs/sankey/_node.py | 6 +- plotly/graph_objs/sankey/_stream.py | 6 +- plotly/graph_objs/sankey/_textfont.py | 6 +- plotly/graph_objs/sankey/hoverlabel/_font.py | 6 +- .../sankey/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/sankey/link/_colorscale.py | 6 +- plotly/graph_objs/sankey/link/_hoverlabel.py | 6 +- plotly/graph_objs/sankey/link/_line.py | 6 +- .../sankey/link/hoverlabel/_font.py | 6 +- plotly/graph_objs/sankey/node/_hoverlabel.py | 6 +- plotly/graph_objs/sankey/node/_line.py | 6 +- .../sankey/node/hoverlabel/_font.py | 6 +- plotly/graph_objs/scatter/_error_x.py | 6 +- plotly/graph_objs/scatter/_error_y.py | 6 +- plotly/graph_objs/scatter/_fillgradient.py | 6 +- plotly/graph_objs/scatter/_fillpattern.py | 6 +- plotly/graph_objs/scatter/_hoverlabel.py | 6 +- .../graph_objs/scatter/_legendgrouptitle.py | 6 +- plotly/graph_objs/scatter/_line.py | 6 +- plotly/graph_objs/scatter/_marker.py | 6 +- plotly/graph_objs/scatter/_selected.py | 6 +- plotly/graph_objs/scatter/_stream.py | 6 +- plotly/graph_objs/scatter/_textfont.py | 6 +- plotly/graph_objs/scatter/_unselected.py | 6 +- plotly/graph_objs/scatter/hoverlabel/_font.py | 6 +- .../scatter/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/scatter/marker/_colorbar.py | 6 +- plotly/graph_objs/scatter/marker/_gradient.py | 6 +- plotly/graph_objs/scatter/marker/_line.py | 6 +- .../scatter/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scatter/marker/colorbar/_title.py | 6 +- .../scatter/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/scatter/selected/_marker.py | 6 +- .../graph_objs/scatter/selected/_textfont.py | 6 +- .../graph_objs/scatter/unselected/_marker.py | 6 +- .../scatter/unselected/_textfont.py | 6 +- plotly/graph_objs/scatter3d/_error_x.py | 6 +- plotly/graph_objs/scatter3d/_error_y.py | 6 +- plotly/graph_objs/scatter3d/_error_z.py | 6 +- plotly/graph_objs/scatter3d/_hoverlabel.py | 6 +- .../graph_objs/scatter3d/_legendgrouptitle.py | 6 +- plotly/graph_objs/scatter3d/_line.py | 6 +- plotly/graph_objs/scatter3d/_marker.py | 6 +- plotly/graph_objs/scatter3d/_projection.py | 6 +- plotly/graph_objs/scatter3d/_stream.py | 6 +- plotly/graph_objs/scatter3d/_textfont.py | 6 +- .../graph_objs/scatter3d/hoverlabel/_font.py | 6 +- .../scatter3d/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/scatter3d/line/_colorbar.py | 6 +- .../scatter3d/line/colorbar/_tickfont.py | 6 +- .../line/colorbar/_tickformatstop.py | 6 +- .../scatter3d/line/colorbar/_title.py | 6 +- .../scatter3d/line/colorbar/title/_font.py | 6 +- .../graph_objs/scatter3d/marker/_colorbar.py | 6 +- plotly/graph_objs/scatter3d/marker/_line.py | 6 +- .../scatter3d/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scatter3d/marker/colorbar/_title.py | 6 +- .../scatter3d/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/scatter3d/projection/_x.py | 6 +- plotly/graph_objs/scatter3d/projection/_y.py | 6 +- plotly/graph_objs/scatter3d/projection/_z.py | 6 +- .../graph_objs/scattercarpet/_hoverlabel.py | 6 +- .../scattercarpet/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattercarpet/_line.py | 6 +- plotly/graph_objs/scattercarpet/_marker.py | 6 +- plotly/graph_objs/scattercarpet/_selected.py | 6 +- plotly/graph_objs/scattercarpet/_stream.py | 6 +- plotly/graph_objs/scattercarpet/_textfont.py | 6 +- .../graph_objs/scattercarpet/_unselected.py | 6 +- .../scattercarpet/hoverlabel/_font.py | 6 +- .../scattercarpet/legendgrouptitle/_font.py | 6 +- .../scattercarpet/marker/_colorbar.py | 6 +- .../scattercarpet/marker/_gradient.py | 6 +- .../graph_objs/scattercarpet/marker/_line.py | 6 +- .../marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattercarpet/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scattercarpet/selected/_marker.py | 6 +- .../scattercarpet/selected/_textfont.py | 6 +- .../scattercarpet/unselected/_marker.py | 6 +- .../scattercarpet/unselected/_textfont.py | 6 +- plotly/graph_objs/scattergeo/_hoverlabel.py | 6 +- .../scattergeo/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattergeo/_line.py | 6 +- plotly/graph_objs/scattergeo/_marker.py | 6 +- plotly/graph_objs/scattergeo/_selected.py | 6 +- plotly/graph_objs/scattergeo/_stream.py | 6 +- plotly/graph_objs/scattergeo/_textfont.py | 6 +- plotly/graph_objs/scattergeo/_unselected.py | 6 +- .../graph_objs/scattergeo/hoverlabel/_font.py | 6 +- .../scattergeo/legendgrouptitle/_font.py | 6 +- .../graph_objs/scattergeo/marker/_colorbar.py | 6 +- .../graph_objs/scattergeo/marker/_gradient.py | 6 +- plotly/graph_objs/scattergeo/marker/_line.py | 6 +- .../scattergeo/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattergeo/marker/colorbar/_title.py | 6 +- .../scattergeo/marker/colorbar/title/_font.py | 6 +- .../graph_objs/scattergeo/selected/_marker.py | 6 +- .../scattergeo/selected/_textfont.py | 6 +- .../scattergeo/unselected/_marker.py | 6 +- .../scattergeo/unselected/_textfont.py | 6 +- plotly/graph_objs/scattergl/_error_x.py | 6 +- plotly/graph_objs/scattergl/_error_y.py | 6 +- plotly/graph_objs/scattergl/_hoverlabel.py | 6 +- .../graph_objs/scattergl/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattergl/_line.py | 6 +- plotly/graph_objs/scattergl/_marker.py | 6 +- plotly/graph_objs/scattergl/_selected.py | 6 +- plotly/graph_objs/scattergl/_stream.py | 6 +- plotly/graph_objs/scattergl/_textfont.py | 6 +- plotly/graph_objs/scattergl/_unselected.py | 6 +- .../graph_objs/scattergl/hoverlabel/_font.py | 6 +- .../scattergl/legendgrouptitle/_font.py | 6 +- .../graph_objs/scattergl/marker/_colorbar.py | 6 +- plotly/graph_objs/scattergl/marker/_line.py | 6 +- .../scattergl/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattergl/marker/colorbar/_title.py | 6 +- .../scattergl/marker/colorbar/title/_font.py | 6 +- .../graph_objs/scattergl/selected/_marker.py | 6 +- .../scattergl/selected/_textfont.py | 6 +- .../scattergl/unselected/_marker.py | 6 +- .../scattergl/unselected/_textfont.py | 6 +- plotly/graph_objs/scattermap/_cluster.py | 6 +- plotly/graph_objs/scattermap/_hoverlabel.py | 6 +- .../scattermap/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattermap/_line.py | 6 +- plotly/graph_objs/scattermap/_marker.py | 6 +- plotly/graph_objs/scattermap/_selected.py | 6 +- plotly/graph_objs/scattermap/_stream.py | 6 +- plotly/graph_objs/scattermap/_textfont.py | 6 +- plotly/graph_objs/scattermap/_unselected.py | 6 +- .../graph_objs/scattermap/hoverlabel/_font.py | 6 +- .../scattermap/legendgrouptitle/_font.py | 6 +- .../graph_objs/scattermap/marker/_colorbar.py | 6 +- .../scattermap/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattermap/marker/colorbar/_title.py | 6 +- .../scattermap/marker/colorbar/title/_font.py | 6 +- .../graph_objs/scattermap/selected/_marker.py | 6 +- .../scattermap/unselected/_marker.py | 6 +- plotly/graph_objs/scattermapbox/_cluster.py | 6 +- .../graph_objs/scattermapbox/_hoverlabel.py | 6 +- .../scattermapbox/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattermapbox/_line.py | 6 +- plotly/graph_objs/scattermapbox/_marker.py | 6 +- plotly/graph_objs/scattermapbox/_selected.py | 6 +- plotly/graph_objs/scattermapbox/_stream.py | 6 +- plotly/graph_objs/scattermapbox/_textfont.py | 6 +- .../graph_objs/scattermapbox/_unselected.py | 6 +- .../scattermapbox/hoverlabel/_font.py | 6 +- .../scattermapbox/legendgrouptitle/_font.py | 6 +- .../scattermapbox/marker/_colorbar.py | 6 +- .../marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattermapbox/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scattermapbox/selected/_marker.py | 6 +- .../scattermapbox/unselected/_marker.py | 6 +- plotly/graph_objs/scatterpolar/_hoverlabel.py | 6 +- .../scatterpolar/_legendgrouptitle.py | 6 +- plotly/graph_objs/scatterpolar/_line.py | 6 +- plotly/graph_objs/scatterpolar/_marker.py | 6 +- plotly/graph_objs/scatterpolar/_selected.py | 6 +- plotly/graph_objs/scatterpolar/_stream.py | 6 +- plotly/graph_objs/scatterpolar/_textfont.py | 6 +- plotly/graph_objs/scatterpolar/_unselected.py | 6 +- .../scatterpolar/hoverlabel/_font.py | 6 +- .../scatterpolar/legendgrouptitle/_font.py | 6 +- .../scatterpolar/marker/_colorbar.py | 6 +- .../scatterpolar/marker/_gradient.py | 6 +- .../graph_objs/scatterpolar/marker/_line.py | 6 +- .../scatterpolar/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scatterpolar/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scatterpolar/selected/_marker.py | 6 +- .../scatterpolar/selected/_textfont.py | 6 +- .../scatterpolar/unselected/_marker.py | 6 +- .../scatterpolar/unselected/_textfont.py | 6 +- .../graph_objs/scatterpolargl/_hoverlabel.py | 6 +- .../scatterpolargl/_legendgrouptitle.py | 6 +- plotly/graph_objs/scatterpolargl/_line.py | 6 +- plotly/graph_objs/scatterpolargl/_marker.py | 6 +- plotly/graph_objs/scatterpolargl/_selected.py | 6 +- plotly/graph_objs/scatterpolargl/_stream.py | 6 +- plotly/graph_objs/scatterpolargl/_textfont.py | 6 +- .../graph_objs/scatterpolargl/_unselected.py | 6 +- .../scatterpolargl/hoverlabel/_font.py | 6 +- .../scatterpolargl/legendgrouptitle/_font.py | 6 +- .../scatterpolargl/marker/_colorbar.py | 6 +- .../graph_objs/scatterpolargl/marker/_line.py | 6 +- .../marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scatterpolargl/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scatterpolargl/selected/_marker.py | 6 +- .../scatterpolargl/selected/_textfont.py | 6 +- .../scatterpolargl/unselected/_marker.py | 6 +- .../scatterpolargl/unselected/_textfont.py | 6 +- plotly/graph_objs/scattersmith/_hoverlabel.py | 6 +- .../scattersmith/_legendgrouptitle.py | 6 +- plotly/graph_objs/scattersmith/_line.py | 6 +- plotly/graph_objs/scattersmith/_marker.py | 6 +- plotly/graph_objs/scattersmith/_selected.py | 6 +- plotly/graph_objs/scattersmith/_stream.py | 6 +- plotly/graph_objs/scattersmith/_textfont.py | 6 +- plotly/graph_objs/scattersmith/_unselected.py | 6 +- .../scattersmith/hoverlabel/_font.py | 6 +- .../scattersmith/legendgrouptitle/_font.py | 6 +- .../scattersmith/marker/_colorbar.py | 6 +- .../scattersmith/marker/_gradient.py | 6 +- .../graph_objs/scattersmith/marker/_line.py | 6 +- .../scattersmith/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scattersmith/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scattersmith/selected/_marker.py | 6 +- .../scattersmith/selected/_textfont.py | 6 +- .../scattersmith/unselected/_marker.py | 6 +- .../scattersmith/unselected/_textfont.py | 6 +- .../graph_objs/scatterternary/_hoverlabel.py | 6 +- .../scatterternary/_legendgrouptitle.py | 6 +- plotly/graph_objs/scatterternary/_line.py | 6 +- plotly/graph_objs/scatterternary/_marker.py | 6 +- plotly/graph_objs/scatterternary/_selected.py | 6 +- plotly/graph_objs/scatterternary/_stream.py | 6 +- plotly/graph_objs/scatterternary/_textfont.py | 6 +- .../graph_objs/scatterternary/_unselected.py | 6 +- .../scatterternary/hoverlabel/_font.py | 6 +- .../scatterternary/legendgrouptitle/_font.py | 6 +- .../scatterternary/marker/_colorbar.py | 6 +- .../scatterternary/marker/_gradient.py | 6 +- .../graph_objs/scatterternary/marker/_line.py | 6 +- .../marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../scatterternary/marker/colorbar/_title.py | 6 +- .../marker/colorbar/title/_font.py | 6 +- .../scatterternary/selected/_marker.py | 6 +- .../scatterternary/selected/_textfont.py | 6 +- .../scatterternary/unselected/_marker.py | 6 +- .../scatterternary/unselected/_textfont.py | 6 +- plotly/graph_objs/splom/_diagonal.py | 6 +- plotly/graph_objs/splom/_dimension.py | 6 +- plotly/graph_objs/splom/_hoverlabel.py | 6 +- plotly/graph_objs/splom/_legendgrouptitle.py | 6 +- plotly/graph_objs/splom/_marker.py | 6 +- plotly/graph_objs/splom/_selected.py | 6 +- plotly/graph_objs/splom/_stream.py | 6 +- plotly/graph_objs/splom/_unselected.py | 6 +- plotly/graph_objs/splom/dimension/_axis.py | 6 +- plotly/graph_objs/splom/hoverlabel/_font.py | 6 +- .../splom/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/splom/marker/_colorbar.py | 6 +- plotly/graph_objs/splom/marker/_line.py | 6 +- .../splom/marker/colorbar/_tickfont.py | 6 +- .../splom/marker/colorbar/_tickformatstop.py | 6 +- .../splom/marker/colorbar/_title.py | 6 +- .../splom/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/splom/selected/_marker.py | 6 +- plotly/graph_objs/splom/unselected/_marker.py | 6 +- plotly/graph_objs/streamtube/_colorbar.py | 6 +- plotly/graph_objs/streamtube/_hoverlabel.py | 6 +- .../streamtube/_legendgrouptitle.py | 6 +- plotly/graph_objs/streamtube/_lighting.py | 6 +- .../graph_objs/streamtube/_lightposition.py | 6 +- plotly/graph_objs/streamtube/_starts.py | 6 +- plotly/graph_objs/streamtube/_stream.py | 6 +- .../streamtube/colorbar/_tickfont.py | 6 +- .../streamtube/colorbar/_tickformatstop.py | 6 +- .../graph_objs/streamtube/colorbar/_title.py | 6 +- .../streamtube/colorbar/title/_font.py | 6 +- .../graph_objs/streamtube/hoverlabel/_font.py | 6 +- .../streamtube/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/sunburst/_domain.py | 6 +- plotly/graph_objs/sunburst/_hoverlabel.py | 6 +- plotly/graph_objs/sunburst/_insidetextfont.py | 6 +- plotly/graph_objs/sunburst/_leaf.py | 6 +- .../graph_objs/sunburst/_legendgrouptitle.py | 6 +- plotly/graph_objs/sunburst/_marker.py | 6 +- .../graph_objs/sunburst/_outsidetextfont.py | 6 +- plotly/graph_objs/sunburst/_root.py | 6 +- plotly/graph_objs/sunburst/_stream.py | 6 +- plotly/graph_objs/sunburst/_textfont.py | 6 +- .../graph_objs/sunburst/hoverlabel/_font.py | 6 +- .../sunburst/legendgrouptitle/_font.py | 6 +- .../graph_objs/sunburst/marker/_colorbar.py | 6 +- plotly/graph_objs/sunburst/marker/_line.py | 6 +- plotly/graph_objs/sunburst/marker/_pattern.py | 6 +- .../sunburst/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../sunburst/marker/colorbar/_title.py | 6 +- .../sunburst/marker/colorbar/title/_font.py | 6 +- plotly/graph_objs/surface/_colorbar.py | 6 +- plotly/graph_objs/surface/_contours.py | 6 +- plotly/graph_objs/surface/_hoverlabel.py | 6 +- .../graph_objs/surface/_legendgrouptitle.py | 6 +- plotly/graph_objs/surface/_lighting.py | 6 +- plotly/graph_objs/surface/_lightposition.py | 6 +- plotly/graph_objs/surface/_stream.py | 6 +- .../graph_objs/surface/colorbar/_tickfont.py | 6 +- .../surface/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/surface/colorbar/_title.py | 6 +- .../surface/colorbar/title/_font.py | 6 +- plotly/graph_objs/surface/contours/_x.py | 6 +- plotly/graph_objs/surface/contours/_y.py | 6 +- plotly/graph_objs/surface/contours/_z.py | 6 +- .../graph_objs/surface/contours/x/_project.py | 6 +- .../graph_objs/surface/contours/y/_project.py | 6 +- .../graph_objs/surface/contours/z/_project.py | 6 +- plotly/graph_objs/surface/hoverlabel/_font.py | 6 +- .../surface/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/table/_cells.py | 6 +- plotly/graph_objs/table/_domain.py | 6 +- plotly/graph_objs/table/_header.py | 6 +- plotly/graph_objs/table/_hoverlabel.py | 6 +- plotly/graph_objs/table/_legendgrouptitle.py | 6 +- plotly/graph_objs/table/_stream.py | 6 +- plotly/graph_objs/table/cells/_fill.py | 6 +- plotly/graph_objs/table/cells/_font.py | 6 +- plotly/graph_objs/table/cells/_line.py | 6 +- plotly/graph_objs/table/header/_fill.py | 6 +- plotly/graph_objs/table/header/_font.py | 6 +- plotly/graph_objs/table/header/_line.py | 6 +- plotly/graph_objs/table/hoverlabel/_font.py | 6 +- .../table/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/treemap/_domain.py | 6 +- plotly/graph_objs/treemap/_hoverlabel.py | 6 +- plotly/graph_objs/treemap/_insidetextfont.py | 6 +- .../graph_objs/treemap/_legendgrouptitle.py | 6 +- plotly/graph_objs/treemap/_marker.py | 6 +- plotly/graph_objs/treemap/_outsidetextfont.py | 6 +- plotly/graph_objs/treemap/_pathbar.py | 6 +- plotly/graph_objs/treemap/_root.py | 6 +- plotly/graph_objs/treemap/_stream.py | 6 +- plotly/graph_objs/treemap/_textfont.py | 6 +- plotly/graph_objs/treemap/_tiling.py | 6 +- plotly/graph_objs/treemap/hoverlabel/_font.py | 6 +- .../treemap/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/treemap/marker/_colorbar.py | 6 +- plotly/graph_objs/treemap/marker/_line.py | 6 +- plotly/graph_objs/treemap/marker/_pad.py | 6 +- plotly/graph_objs/treemap/marker/_pattern.py | 6 +- .../treemap/marker/colorbar/_tickfont.py | 6 +- .../marker/colorbar/_tickformatstop.py | 6 +- .../treemap/marker/colorbar/_title.py | 6 +- .../treemap/marker/colorbar/title/_font.py | 6 +- .../graph_objs/treemap/pathbar/_textfont.py | 6 +- plotly/graph_objs/violin/_box.py | 6 +- plotly/graph_objs/violin/_hoverlabel.py | 6 +- plotly/graph_objs/violin/_legendgrouptitle.py | 6 +- plotly/graph_objs/violin/_line.py | 6 +- plotly/graph_objs/violin/_marker.py | 6 +- plotly/graph_objs/violin/_meanline.py | 6 +- plotly/graph_objs/violin/_selected.py | 6 +- plotly/graph_objs/violin/_stream.py | 6 +- plotly/graph_objs/violin/_unselected.py | 6 +- plotly/graph_objs/violin/box/_line.py | 6 +- plotly/graph_objs/violin/hoverlabel/_font.py | 6 +- .../violin/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/violin/marker/_line.py | 6 +- plotly/graph_objs/violin/selected/_marker.py | 6 +- .../graph_objs/violin/unselected/_marker.py | 6 +- plotly/graph_objs/volume/_caps.py | 6 +- plotly/graph_objs/volume/_colorbar.py | 6 +- plotly/graph_objs/volume/_contour.py | 6 +- plotly/graph_objs/volume/_hoverlabel.py | 6 +- plotly/graph_objs/volume/_legendgrouptitle.py | 6 +- plotly/graph_objs/volume/_lighting.py | 6 +- plotly/graph_objs/volume/_lightposition.py | 6 +- plotly/graph_objs/volume/_slices.py | 6 +- plotly/graph_objs/volume/_spaceframe.py | 6 +- plotly/graph_objs/volume/_stream.py | 6 +- plotly/graph_objs/volume/_surface.py | 6 +- plotly/graph_objs/volume/caps/_x.py | 6 +- plotly/graph_objs/volume/caps/_y.py | 6 +- plotly/graph_objs/volume/caps/_z.py | 6 +- .../graph_objs/volume/colorbar/_tickfont.py | 6 +- .../volume/colorbar/_tickformatstop.py | 6 +- plotly/graph_objs/volume/colorbar/_title.py | 6 +- .../graph_objs/volume/colorbar/title/_font.py | 6 +- plotly/graph_objs/volume/hoverlabel/_font.py | 6 +- .../volume/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/volume/slices/_x.py | 6 +- plotly/graph_objs/volume/slices/_y.py | 6 +- plotly/graph_objs/volume/slices/_z.py | 6 +- plotly/graph_objs/waterfall/_connector.py | 6 +- plotly/graph_objs/waterfall/_decreasing.py | 6 +- plotly/graph_objs/waterfall/_hoverlabel.py | 6 +- plotly/graph_objs/waterfall/_increasing.py | 6 +- .../graph_objs/waterfall/_insidetextfont.py | 6 +- .../graph_objs/waterfall/_legendgrouptitle.py | 6 +- .../graph_objs/waterfall/_outsidetextfont.py | 6 +- plotly/graph_objs/waterfall/_stream.py | 6 +- plotly/graph_objs/waterfall/_textfont.py | 6 +- plotly/graph_objs/waterfall/_totals.py | 6 +- .../graph_objs/waterfall/connector/_line.py | 6 +- .../waterfall/decreasing/_marker.py | 6 +- .../waterfall/decreasing/marker/_line.py | 6 +- .../graph_objs/waterfall/hoverlabel/_font.py | 6 +- .../waterfall/increasing/_marker.py | 6 +- .../waterfall/increasing/marker/_line.py | 6 +- .../waterfall/legendgrouptitle/_font.py | 6 +- plotly/graph_objs/waterfall/totals/_marker.py | 6 +- .../waterfall/totals/marker/_line.py | 6 +- plotly/io/_base_renderers.py | 4 +- plotly/io/_html.py | 36 +++++-- plotly/io/_json.py | 8 +- plotly/io/_orca.py | 100 +++++++++++++----- plotly/io/_renderers.py | 16 ++- plotly/io/_templates.py | 4 +- plotly/io/_utils.py | 4 +- plotly/offline/offline.py | 4 +- plotly/utils.py | 6 +- .../test_errors/test_dict_path_errors.py | 33 +++--- tests/test_io/test_html.py | 6 +- .../test_figure_factory.py | 12 +-- .../test_kaleido/test_kaleido.py | 30 +++--- 1083 files changed, 4560 insertions(+), 2253 deletions(-) diff --git a/_plotly_utils/basevalidators.py b/_plotly_utils/basevalidators.py index ff7849cc931..25c2e94e372 100644 --- a/_plotly_utils/basevalidators.py +++ b/_plotly_utils/basevalidators.py @@ -411,7 +411,9 @@ def __init__(self, plotly_name, parent_name, **kwargs): def description(self): return """\ The '{plotly_name}' property is an array that may be specified as a tuple, - list, numpy array, or pandas Series""".format(plotly_name=self.plotly_name) + list, numpy array, or pandas Series""".format( + plotly_name=self.plotly_name + ) def validate_coerce(self, v): if is_none_or_typed_array_spec(v): @@ -559,7 +561,9 @@ def description(self): desc + """ - One of the following enumeration values: -{enum_vals_str}""".format(enum_vals_str=enum_vals_str) +{enum_vals_str}""".format( + enum_vals_str=enum_vals_str + ) ) if enum_regexs: @@ -576,7 +580,9 @@ def description(self): desc + """ - A string that matches one of the following regular expressions: -{enum_regexs_str}""".format(enum_regexs_str=enum_regexs_str) +{enum_regexs_str}""".format( + enum_regexs_str=enum_regexs_str + ) ) if self.array_ok: @@ -647,7 +653,9 @@ def __init__(self, plotly_name, parent_name, array_ok=False, **kwargs): def description(self): desc = """\ The '{plotly_name}' property is a boolean and must be specified as: - - A boolean value: True or False""".format(plotly_name=self.plotly_name) + - A boolean value: True or False""".format( + plotly_name=self.plotly_name + ) if self.array_ok: desc += """ - A tuple or list of the above""" @@ -678,7 +686,9 @@ def __init__(self, plotly_name, parent_name, **kwargs): def description(self): return """\ The '{plotly_name}' property must be specified as a string or - as a plotly.grid_objs.Column object""".format(plotly_name=self.plotly_name) + as a plotly.grid_objs.Column object""".format( + plotly_name=self.plotly_name + ) def validate_coerce(self, v): if is_none_or_typed_array_spec(v): @@ -899,10 +909,13 @@ def description(self): # Extras if self.extras: - desc = desc + ( - """ + desc = ( + desc + + ( + """ OR exactly one of {extras} (e.g. '{eg_extra}')""" - ).format(extras=self.extras, eg_extra=self.extras[-1]) + ).format(extras=self.extras, eg_extra=self.extras[-1]) + ) if self.array_ok: desc = ( @@ -1049,7 +1062,9 @@ def description(self): desc + """ - One of the following strings: -{valid_str}""".format(valid_str=valid_str) +{valid_str}""".format( + valid_str=valid_str + ) ) else: desc = ( @@ -1349,7 +1364,9 @@ def description(self): valid_color_description + """ - A number that will be interpreted as a color - according to {colorscale_path}""".format(colorscale_path=self.colorscale_path) + according to {colorscale_path}""".format( + colorscale_path=self.colorscale_path + ) ) if self.array_ok: @@ -1500,7 +1517,9 @@ def description(self): return """\ The '{plotly_name}' property is a colorlist that may be specified as a tuple, list, one-dimensional numpy array, or pandas Series of valid - color strings""".format(plotly_name=self.plotly_name) + color strings""".format( + plotly_name=self.plotly_name + ) def validate_coerce(self, v): if is_none_or_typed_array_spec(v): @@ -1598,7 +1617,9 @@ def description(self): - One of the following named colorscales: {colorscales_str}. Appending '_r' to a named colorscale reverses it. -""".format(plotly_name=self.plotly_name, colorscales_str=colorscales_str) +""".format( + plotly_name=self.plotly_name, colorscales_str=colorscales_str + ) return desc @@ -1857,18 +1878,24 @@ def description(self): ).format(plotly_name=self.plotly_name) # Flags - desc = desc + ( - """ + desc = ( + desc + + ( + """ - Any combination of {flags} joined with '+' characters (e.g. '{eg_flag}')""" - ).format(flags=self.flags, eg_flag="+".join(self.flags[:2])) + ).format(flags=self.flags, eg_flag="+".join(self.flags[:2])) + ) # Extras if self.extras: - desc = desc + ( - """ + desc = ( + desc + + ( + """ OR exactly one of {extras} (e.g. '{eg_extra}')""" - ).format(extras=self.extras, eg_extra=self.extras[-1]) + ).format(extras=self.extras, eg_extra=self.extras[-1]) + ) if self.array_ok: desc = ( @@ -1949,7 +1976,9 @@ def __init__(self, plotly_name, parent_name, values=None, array_ok=False, **kwar def description(self): desc = """\ The '{plotly_name}' property accepts values of any type - """.format(plotly_name=self.plotly_name) + """.format( + plotly_name=self.plotly_name + ) return desc def validate_coerce(self, v): @@ -2020,7 +2049,9 @@ def description(self): # desc = """\ The '{plotly_name}' property is an info array that may be specified as:\ -""".format(plotly_name=self.plotly_name) +""".format( + plotly_name=self.plotly_name + ) if isinstance(self.items, list): # ### Case 1 ### @@ -2029,14 +2060,18 @@ def description(self): desc += """ * a list or tuple of{upto} {N} elements where:\ -""".format(upto=upto, N=len(self.item_validators)) +""".format( + upto=upto, N=len(self.item_validators) + ) for i, item_validator in enumerate(self.item_validators): el_desc = item_validator.description().strip() desc = ( desc + """ -({i}) {el_desc}""".format(i=i, el_desc=el_desc) +({i}) {el_desc}""".format( + i=i, el_desc=el_desc + ) ) # ### Case 2 ### @@ -2057,7 +2092,9 @@ def description(self): desc = ( desc + """ -({i}) {el_desc}""".format(i=i, el_desc=el_desc) +({i}) {el_desc}""".format( + i=i, el_desc=el_desc + ) ) item_validator.plotly_name = orig_name else: @@ -2074,7 +2111,9 @@ def description(self): desc += """ * a list of elements where: {el_desc} -""".format(el_desc=el_desc) +""".format( + el_desc=el_desc + ) if self.dimensions in ("1-2", 2): item_validator.plotly_name = "{name}[i][j]".format( @@ -2085,7 +2124,9 @@ def description(self): desc += """ * a 2D list where: {el_desc} -""".format(el_desc=el_desc) +""".format( + el_desc=el_desc + ) item_validator.plotly_name = orig_name @@ -2327,7 +2368,9 @@ def description(self): desc + """ - One of the following dash styles: -{enum_vals_str}""".format(enum_vals_str=enum_vals_str) +{enum_vals_str}""".format( + enum_vals_str=enum_vals_str + ) ) desc = ( @@ -2363,7 +2406,9 @@ def description(self): - A PIL.Image.Image object which will be immediately converted to a data URI image string See http://pillow.readthedocs.io/en/latest/reference/Image.html - """.format(plotly_name=self.plotly_name) + """.format( + plotly_name=self.plotly_name + ) return desc def validate_coerce(self, v): diff --git a/codegen/utils.py b/codegen/utils.py index 3d660328e51..f7bf31f2302 100644 --- a/codegen/utils.py +++ b/codegen/utils.py @@ -377,8 +377,7 @@ def name_property(self): return self.plotly_name + ( "s" - if self.is_array_element - and + if self.is_array_element and # Don't add 's' to layout.template.data.scatter etc. not ( self.parent diff --git a/commands.py b/commands.py index 3b4ff24d0d2..afd71c10e45 100644 --- a/commands.py +++ b/commands.py @@ -143,7 +143,9 @@ def overwrite_plotlyjs_version_file(plotlyjs_version): # DO NOT EDIT # This file is generated by the updatebundle commands.py command __plotlyjs_version__ = "{plotlyjs_version}" -""".format(plotlyjs_version=plotlyjs_version) +""".format( + plotlyjs_version=plotlyjs_version + ) ) diff --git a/plotly/_subplots.py b/plotly/_subplots.py index 16a3958637e..d3e9968f2ca 100644 --- a/plotly/_subplots.py +++ b/plotly/_subplots.py @@ -360,7 +360,9 @@ def make_subplots( raise ValueError( """ The 'rows' argument to make_subplots must be an int greater than 0. - Received value of type {typ}: {val}""".format(typ=type(rows), val=repr(rows)) + Received value of type {typ}: {val}""".format( + typ=type(rows), val=repr(rows) + ) ) # ### cols ### @@ -368,7 +370,9 @@ def make_subplots( raise ValueError( """ The 'cols' argument to make_subplots must be an int greater than 0. - Received value of type {typ}: {val}""".format(typ=type(cols), val=repr(cols)) + Received value of type {typ}: {val}""".format( + typ=type(cols), val=repr(cols) + ) ) # ### start_cell ### @@ -468,7 +472,9 @@ def _checks(item, defaults): """ The 'secondary_y' spec property is not supported for subplot of type '{s_typ}' 'secondary_y' is only supported for subplots of type 'xy' -""".format(s_typ=spec["type"]) +""".format( + s_typ=spec["type"] + ) ) # ### insets ### @@ -480,7 +486,9 @@ def _checks(item, defaults): raise ValueError( """ The 'insets' argument to make_subplots must be a list of dictionaries. - Received value of type {typ}: {val}""".format(typ=type(insets), val=repr(insets)) + Received value of type {typ}: {val}""".format( + typ=type(insets), val=repr(insets) + ) ) if insets: @@ -1408,7 +1416,9 @@ def _set_trace_grid_reference(trace, layout, grid_ref, row, col, secondary_y=Fal if not subplot_refs: raise ValueError( """ -No subplot specified at grid position ({row}, {col})""".format(row=row, col=col) +No subplot specified at grid position ({row}, {col})""".format( + row=row, col=col + ) ) if secondary_y: @@ -1500,7 +1510,9 @@ def _get_grid_subplot(fig, row, col, secondary_y=False): else: raise ValueError( """ -Unexpected subplot type with layout_keys of {}""".format(layout_keys) +Unexpected subplot type with layout_keys of {}""".format( + layout_keys + ) ) diff --git a/plotly/basedatatypes.py b/plotly/basedatatypes.py index 1384e08d543..74eb65e4d7e 100644 --- a/plotly/basedatatypes.py +++ b/plotly/basedatatypes.py @@ -1757,7 +1757,9 @@ def _perform_plotly_restyle(self, restyle_data, trace_indexes): raise ValueError( """ Invalid property path '{key_path_str}' for trace class {trace_class} -""".format(key_path_str=key_path_str, trace_class=trace_class) +""".format( + key_path_str=key_path_str, trace_class=trace_class + ) ) # Apply set operation for this trace and thist value @@ -2002,7 +2004,9 @@ def _raise_invalid_rows_cols(name, n, invalid): of length {n} (The number of traces being added) Received: {invalid} - """.format(name=name, n=n, invalid=invalid) + """.format( + name=name, n=n, invalid=invalid + ) raise ValueError(rows_err_msg) @@ -2658,7 +2662,9 @@ def _perform_plotly_relayout(self, relayout_data): raise ValueError( """ Invalid property path '{key_path_str}' for layout -""".format(key_path_str=key_path_str) +""".format( + key_path_str=key_path_str + ) ) # Apply set operation on the layout dict @@ -5616,7 +5622,9 @@ def on_change(self, callback, *args, **kwargs): msg = """ {class_name} object is not a descendant of a Figure. on_change callbacks are not supported in this case. -""".format(class_name=class_name) +""".format( + class_name=class_name + ) raise ValueError(msg) # Validate args not empty diff --git a/plotly/callbacks.py b/plotly/callbacks.py index 4e2f9e91959..37ffd0306d9 100644 --- a/plotly/callbacks.py +++ b/plotly/callbacks.py @@ -208,7 +208,9 @@ def __init__(self, xrange=None, yrange=None, **_): def __repr__(self): return """\ BoxSelector(xrange={xrange}, - yrange={yrange})""".format(xrange=self.xrange, yrange=self.yrange) + yrange={yrange})""".format( + xrange=self.xrange, yrange=self.yrange + ) @property def type(self): diff --git a/plotly/express/_core.py b/plotly/express/_core.py index 9fbf526cdeb..def257800d0 100644 --- a/plotly/express/_core.py +++ b/plotly/express/_core.py @@ -436,9 +436,9 @@ def make_trace_kwargs(args, trace_spec, trace_data, mapping_labels, sizeref): args["y"], non_missing.to_numpy(), # numpy array ) - assert len(y_out) == len(trace_patch["x"]), ( - "missing-data-handling failure in trendline code" - ) + assert len(y_out) == len( + trace_patch["x"] + ), "missing-data-handling failure in trendline code" trace_patch["y"] = y_out mapping_labels[get_label(args, args["x"])] = "%{x}" mapping_labels[get_label(args, args["y"])] = "%{y} (trend)" @@ -2892,7 +2892,9 @@ def _spacing_error_translator(e, direction, facet_arg): e.args = ( e.args[0] + """ -Use the {facet_arg} argument to adjust this spacing.""".format(facet_arg=facet_arg), +Use the {facet_arg} argument to adjust this spacing.""".format( + facet_arg=facet_arg + ), ) raise e diff --git a/plotly/figure_factory/_violin.py b/plotly/figure_factory/_violin.py index 55924e69238..818452de4c9 100644 --- a/plotly/figure_factory/_violin.py +++ b/plotly/figure_factory/_violin.py @@ -10,6 +10,18 @@ scipy_stats = optional_imports.get_module("scipy.stats") +def _percentile(x, q): + """ + Safe percentile function for NumPy >= 2.4 and older versions. Created a basic safe wrapper. + """ + try: + # NumPy >= 2.4 (New Version) + return np.percentile(x, q, method="linear") + except TypeError: + # NumPy < 2.4 (Old Version) + return np.percentile(x, q, interpolation="linear") + + def calc_stats(data): """ Calculate statistics for use in violin plot. @@ -17,9 +29,9 @@ def calc_stats(data): x = np.asarray(data, float) vals_min = np.min(x) vals_max = np.max(x) - q2 = np.percentile(x, 50, interpolation="linear") - q1 = np.percentile(x, 25, interpolation="lower") - q3 = np.percentile(x, 75, interpolation="higher") + q2 = np.percentile(x, 50) + q1 = np.percentile(x, 25) + q3 = np.percentile(x, 75) iqr = q3 - q1 whisker_dist = 1.5 * iqr diff --git a/plotly/graph_objs/_bar.py b/plotly/graph_objs/_bar.py index e2cd24617f7..07a1c5a1ec2 100644 --- a/plotly/graph_objs/_bar.py +++ b/plotly/graph_objs/_bar.py @@ -2599,10 +2599,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Bar constructor must be a dict or -an instance of :class:`plotly.graph_objs.Bar`""") +an instance of :class:`plotly.graph_objs.Bar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_barpolar.py b/plotly/graph_objs/_barpolar.py index 9f414c9adc8..a01b09302b8 100644 --- a/plotly/graph_objs/_barpolar.py +++ b/plotly/graph_objs/_barpolar.py @@ -1592,10 +1592,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Barpolar constructor must be a dict or -an instance of :class:`plotly.graph_objs.Barpolar`""") +an instance of :class:`plotly.graph_objs.Barpolar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_box.py b/plotly/graph_objs/_box.py index 0309be1a405..e1950f12266 100644 --- a/plotly/graph_objs/_box.py +++ b/plotly/graph_objs/_box.py @@ -2997,10 +2997,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Box constructor must be a dict or -an instance of :class:`plotly.graph_objs.Box`""") +an instance of :class:`plotly.graph_objs.Box`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_candlestick.py b/plotly/graph_objs/_candlestick.py index 67131d8fa0b..ef19ee8abeb 100644 --- a/plotly/graph_objs/_candlestick.py +++ b/plotly/graph_objs/_candlestick.py @@ -1793,10 +1793,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Candlestick constructor must be a dict or -an instance of :class:`plotly.graph_objs.Candlestick`""") +an instance of :class:`plotly.graph_objs.Candlestick`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_carpet.py b/plotly/graph_objs/_carpet.py index 26e6a7a75f4..e9a3ade6fd9 100644 --- a/plotly/graph_objs/_carpet.py +++ b/plotly/graph_objs/_carpet.py @@ -1205,10 +1205,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Carpet constructor must be a dict or -an instance of :class:`plotly.graph_objs.Carpet`""") +an instance of :class:`plotly.graph_objs.Carpet`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_choropleth.py b/plotly/graph_objs/_choropleth.py index d4be517e4d3..b20495c550b 100644 --- a/plotly/graph_objs/_choropleth.py +++ b/plotly/graph_objs/_choropleth.py @@ -1750,10 +1750,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Choropleth constructor must be a dict or -an instance of :class:`plotly.graph_objs.Choropleth`""") +an instance of :class:`plotly.graph_objs.Choropleth`""" + ) if locationmode == "country names" and kwargs.get("_validate"): warnings.warn( diff --git a/plotly/graph_objs/_choroplethmap.py b/plotly/graph_objs/_choroplethmap.py index eb548811ab4..6cb641655b6 100644 --- a/plotly/graph_objs/_choroplethmap.py +++ b/plotly/graph_objs/_choroplethmap.py @@ -1732,10 +1732,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Choroplethmap constructor must be a dict or -an instance of :class:`plotly.graph_objs.Choroplethmap`""") +an instance of :class:`plotly.graph_objs.Choroplethmap`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_choroplethmapbox.py b/plotly/graph_objs/_choroplethmapbox.py index b89f6f022cd..24458445cea 100644 --- a/plotly/graph_objs/_choroplethmapbox.py +++ b/plotly/graph_objs/_choroplethmapbox.py @@ -1752,10 +1752,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Choroplethmapbox constructor must be a dict or -an instance of :class:`plotly.graph_objs.Choroplethmapbox`""") +an instance of :class:`plotly.graph_objs.Choroplethmapbox`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_cone.py b/plotly/graph_objs/_cone.py index 29de7ce02f9..e84aa27cc97 100644 --- a/plotly/graph_objs/_cone.py +++ b/plotly/graph_objs/_cone.py @@ -2232,10 +2232,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Cone constructor must be a dict or -an instance of :class:`plotly.graph_objs.Cone`""") +an instance of :class:`plotly.graph_objs.Cone`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_contour.py b/plotly/graph_objs/_contour.py index c2c9f0dcc00..e431a48c4c9 100644 --- a/plotly/graph_objs/_contour.py +++ b/plotly/graph_objs/_contour.py @@ -2621,10 +2621,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Contour constructor must be a dict or -an instance of :class:`plotly.graph_objs.Contour`""") +an instance of :class:`plotly.graph_objs.Contour`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_contourcarpet.py b/plotly/graph_objs/_contourcarpet.py index 837b6d9a72c..67836353928 100644 --- a/plotly/graph_objs/_contourcarpet.py +++ b/plotly/graph_objs/_contourcarpet.py @@ -1768,10 +1768,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Contourcarpet constructor must be a dict or -an instance of :class:`plotly.graph_objs.Contourcarpet`""") +an instance of :class:`plotly.graph_objs.Contourcarpet`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_densitymap.py b/plotly/graph_objs/_densitymap.py index c659825168c..753cc7c41f4 100644 --- a/plotly/graph_objs/_densitymap.py +++ b/plotly/graph_objs/_densitymap.py @@ -1708,10 +1708,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Densitymap constructor must be a dict or -an instance of :class:`plotly.graph_objs.Densitymap`""") +an instance of :class:`plotly.graph_objs.Densitymap`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_densitymapbox.py b/plotly/graph_objs/_densitymapbox.py index b3fb169b53a..9acb94cc859 100644 --- a/plotly/graph_objs/_densitymapbox.py +++ b/plotly/graph_objs/_densitymapbox.py @@ -1727,10 +1727,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Densitymapbox constructor must be a dict or -an instance of :class:`plotly.graph_objs.Densitymapbox`""") +an instance of :class:`plotly.graph_objs.Densitymapbox`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_frame.py b/plotly/graph_objs/_frame.py index 703e8d244af..6f1ef133e25 100644 --- a/plotly/graph_objs/_frame.py +++ b/plotly/graph_objs/_frame.py @@ -202,10 +202,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Frame constructor must be a dict or -an instance of :class:`plotly.graph_objs.Frame`""") +an instance of :class:`plotly.graph_objs.Frame`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_funnel.py b/plotly/graph_objs/_funnel.py index 244c2861bbd..4989ab1c1c8 100644 --- a/plotly/graph_objs/_funnel.py +++ b/plotly/graph_objs/_funnel.py @@ -2404,10 +2404,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Funnel constructor must be a dict or -an instance of :class:`plotly.graph_objs.Funnel`""") +an instance of :class:`plotly.graph_objs.Funnel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_funnelarea.py b/plotly/graph_objs/_funnelarea.py index a3db350eb99..c5b184d3096 100644 --- a/plotly/graph_objs/_funnelarea.py +++ b/plotly/graph_objs/_funnelarea.py @@ -1671,10 +1671,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Funnelarea constructor must be a dict or -an instance of :class:`plotly.graph_objs.Funnelarea`""") +an instance of :class:`plotly.graph_objs.Funnelarea`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_heatmap.py b/plotly/graph_objs/_heatmap.py index 69d10f2a18a..b6395215c0a 100644 --- a/plotly/graph_objs/_heatmap.py +++ b/plotly/graph_objs/_heatmap.py @@ -2538,10 +2538,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Heatmap constructor must be a dict or -an instance of :class:`plotly.graph_objs.Heatmap`""") +an instance of :class:`plotly.graph_objs.Heatmap`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_histogram.py b/plotly/graph_objs/_histogram.py index f642f05be87..050c1038750 100644 --- a/plotly/graph_objs/_histogram.py +++ b/plotly/graph_objs/_histogram.py @@ -2429,10 +2429,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Histogram constructor must be a dict or -an instance of :class:`plotly.graph_objs.Histogram`""") +an instance of :class:`plotly.graph_objs.Histogram`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_histogram2d.py b/plotly/graph_objs/_histogram2d.py index 67a70a6db6a..c7cc293311f 100644 --- a/plotly/graph_objs/_histogram2d.py +++ b/plotly/graph_objs/_histogram2d.py @@ -2379,10 +2379,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Histogram2d constructor must be a dict or -an instance of :class:`plotly.graph_objs.Histogram2d`""") +an instance of :class:`plotly.graph_objs.Histogram2d`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_histogram2dcontour.py b/plotly/graph_objs/_histogram2dcontour.py index c36c7078033..01ff36c7ac2 100644 --- a/plotly/graph_objs/_histogram2dcontour.py +++ b/plotly/graph_objs/_histogram2dcontour.py @@ -2436,10 +2436,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Histogram2dContour constructor must be a dict or -an instance of :class:`plotly.graph_objs.Histogram2dContour`""") +an instance of :class:`plotly.graph_objs.Histogram2dContour`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_icicle.py b/plotly/graph_objs/_icicle.py index c1909cbe7e0..b34094370dc 100644 --- a/plotly/graph_objs/_icicle.py +++ b/plotly/graph_objs/_icicle.py @@ -1793,10 +1793,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Icicle constructor must be a dict or -an instance of :class:`plotly.graph_objs.Icicle`""") +an instance of :class:`plotly.graph_objs.Icicle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_image.py b/plotly/graph_objs/_image.py index e1ebdbe36fe..6c3973734b8 100644 --- a/plotly/graph_objs/_image.py +++ b/plotly/graph_objs/_image.py @@ -1448,10 +1448,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Image constructor must be a dict or -an instance of :class:`plotly.graph_objs.Image`""") +an instance of :class:`plotly.graph_objs.Image`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_indicator.py b/plotly/graph_objs/_indicator.py index e54f53442e7..0239d971fd5 100644 --- a/plotly/graph_objs/_indicator.py +++ b/plotly/graph_objs/_indicator.py @@ -810,10 +810,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Indicator constructor must be a dict or -an instance of :class:`plotly.graph_objs.Indicator`""") +an instance of :class:`plotly.graph_objs.Indicator`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_isosurface.py b/plotly/graph_objs/_isosurface.py index f68216dcfbd..6633ff84df5 100644 --- a/plotly/graph_objs/_isosurface.py +++ b/plotly/graph_objs/_isosurface.py @@ -2134,10 +2134,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Isosurface constructor must be a dict or -an instance of :class:`plotly.graph_objs.Isosurface`""") +an instance of :class:`plotly.graph_objs.Isosurface`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_layout.py b/plotly/graph_objs/_layout.py index 5917d7d574c..99f5e2a11fa 100644 --- a/plotly/graph_objs/_layout.py +++ b/plotly/graph_objs/_layout.py @@ -3400,10 +3400,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Layout constructor must be a dict or -an instance of :class:`plotly.graph_objs.Layout`""") +an instance of :class:`plotly.graph_objs.Layout`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_mesh3d.py b/plotly/graph_objs/_mesh3d.py index 231b7300a85..c55bead36ec 100644 --- a/plotly/graph_objs/_mesh3d.py +++ b/plotly/graph_objs/_mesh3d.py @@ -2540,10 +2540,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Mesh3d constructor must be a dict or -an instance of :class:`plotly.graph_objs.Mesh3d`""") +an instance of :class:`plotly.graph_objs.Mesh3d`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_ohlc.py b/plotly/graph_objs/_ohlc.py index d8376e8aae6..fd46e4d5451 100644 --- a/plotly/graph_objs/_ohlc.py +++ b/plotly/graph_objs/_ohlc.py @@ -1791,10 +1791,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Ohlc constructor must be a dict or -an instance of :class:`plotly.graph_objs.Ohlc`""") +an instance of :class:`plotly.graph_objs.Ohlc`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_parcats.py b/plotly/graph_objs/_parcats.py index 2c444dd54eb..4352beaaa15 100644 --- a/plotly/graph_objs/_parcats.py +++ b/plotly/graph_objs/_parcats.py @@ -932,10 +932,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Parcats constructor must be a dict or -an instance of :class:`plotly.graph_objs.Parcats`""") +an instance of :class:`plotly.graph_objs.Parcats`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_parcoords.py b/plotly/graph_objs/_parcoords.py index b2ab85ef2b7..dd7d7908c26 100644 --- a/plotly/graph_objs/_parcoords.py +++ b/plotly/graph_objs/_parcoords.py @@ -879,10 +879,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Parcoords constructor must be a dict or -an instance of :class:`plotly.graph_objs.Parcoords`""") +an instance of :class:`plotly.graph_objs.Parcoords`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_pie.py b/plotly/graph_objs/_pie.py index b18aad3e2df..43f5cde00b2 100644 --- a/plotly/graph_objs/_pie.py +++ b/plotly/graph_objs/_pie.py @@ -1960,10 +1960,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Pie constructor must be a dict or -an instance of :class:`plotly.graph_objs.Pie`""") +an instance of :class:`plotly.graph_objs.Pie`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_sankey.py b/plotly/graph_objs/_sankey.py index f32d44f6fdd..0e30752d2b3 100644 --- a/plotly/graph_objs/_sankey.py +++ b/plotly/graph_objs/_sankey.py @@ -925,10 +925,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Sankey constructor must be a dict or -an instance of :class:`plotly.graph_objs.Sankey`""") +an instance of :class:`plotly.graph_objs.Sankey`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scatter.py b/plotly/graph_objs/_scatter.py index ad5ab6b624f..0e24692b4fe 100644 --- a/plotly/graph_objs/_scatter.py +++ b/plotly/graph_objs/_scatter.py @@ -2755,10 +2755,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scatter constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scatter`""") +an instance of :class:`plotly.graph_objs.Scatter`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scatter3d.py b/plotly/graph_objs/_scatter3d.py index 8247116c7da..3bd00463404 100644 --- a/plotly/graph_objs/_scatter3d.py +++ b/plotly/graph_objs/_scatter3d.py @@ -2019,10 +2019,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scatter3d constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scatter3d`""") +an instance of :class:`plotly.graph_objs.Scatter3d`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scattercarpet.py b/plotly/graph_objs/_scattercarpet.py index 769556f1fb2..a3a8f6ccd6e 100644 --- a/plotly/graph_objs/_scattercarpet.py +++ b/plotly/graph_objs/_scattercarpet.py @@ -1854,10 +1854,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattercarpet constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattercarpet`""") +an instance of :class:`plotly.graph_objs.Scattercarpet`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scattergeo.py b/plotly/graph_objs/_scattergeo.py index dc45749a6ec..d1b26f1bf1c 100644 --- a/plotly/graph_objs/_scattergeo.py +++ b/plotly/graph_objs/_scattergeo.py @@ -1891,10 +1891,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattergeo constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattergeo`""") +an instance of :class:`plotly.graph_objs.Scattergeo`""" + ) if locationmode == "country names" and kwargs.get("_validate"): warnings.warn( diff --git a/plotly/graph_objs/_scattergl.py b/plotly/graph_objs/_scattergl.py index e2054bc71ca..a0f544700ee 100644 --- a/plotly/graph_objs/_scattergl.py +++ b/plotly/graph_objs/_scattergl.py @@ -2303,10 +2303,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattergl constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattergl`""") +an instance of :class:`plotly.graph_objs.Scattergl`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scattermap.py b/plotly/graph_objs/_scattermap.py index 9d55304baca..085b9c2353d 100644 --- a/plotly/graph_objs/_scattermap.py +++ b/plotly/graph_objs/_scattermap.py @@ -1739,10 +1739,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattermap constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattermap`""") +an instance of :class:`plotly.graph_objs.Scattermap`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scattermapbox.py b/plotly/graph_objs/_scattermapbox.py index e6fe0cef217..7d5393515a4 100644 --- a/plotly/graph_objs/_scattermapbox.py +++ b/plotly/graph_objs/_scattermapbox.py @@ -1759,10 +1759,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattermapbox constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattermapbox`""") +an instance of :class:`plotly.graph_objs.Scattermapbox`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scatterpolar.py b/plotly/graph_objs/_scatterpolar.py index f982f739659..458e991ae86 100644 --- a/plotly/graph_objs/_scatterpolar.py +++ b/plotly/graph_objs/_scatterpolar.py @@ -1938,10 +1938,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scatterpolar constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scatterpolar`""") +an instance of :class:`plotly.graph_objs.Scatterpolar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scatterpolargl.py b/plotly/graph_objs/_scatterpolargl.py index 0205d08dbcf..f5f5592cf1d 100644 --- a/plotly/graph_objs/_scatterpolargl.py +++ b/plotly/graph_objs/_scatterpolargl.py @@ -1901,10 +1901,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scatterpolargl constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scatterpolargl`""") +an instance of :class:`plotly.graph_objs.Scatterpolargl`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scattersmith.py b/plotly/graph_objs/_scattersmith.py index 7d9fa8e76a1..7c4469567b4 100644 --- a/plotly/graph_objs/_scattersmith.py +++ b/plotly/graph_objs/_scattersmith.py @@ -1809,10 +1809,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scattersmith constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scattersmith`""") +an instance of :class:`plotly.graph_objs.Scattersmith`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_scatterternary.py b/plotly/graph_objs/_scatterternary.py index 2e80db08384..f0a618a1668 100644 --- a/plotly/graph_objs/_scatterternary.py +++ b/plotly/graph_objs/_scatterternary.py @@ -1916,10 +1916,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Scatterternary constructor must be a dict or -an instance of :class:`plotly.graph_objs.Scatterternary`""") +an instance of :class:`plotly.graph_objs.Scatterternary`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_splom.py b/plotly/graph_objs/_splom.py index c80229a7044..2564bbebae9 100644 --- a/plotly/graph_objs/_splom.py +++ b/plotly/graph_objs/_splom.py @@ -1513,10 +1513,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Splom constructor must be a dict or -an instance of :class:`plotly.graph_objs.Splom`""") +an instance of :class:`plotly.graph_objs.Splom`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_streamtube.py b/plotly/graph_objs/_streamtube.py index fe6bd78ffd7..3440710640d 100644 --- a/plotly/graph_objs/_streamtube.py +++ b/plotly/graph_objs/_streamtube.py @@ -2139,10 +2139,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Streamtube constructor must be a dict or -an instance of :class:`plotly.graph_objs.Streamtube`""") +an instance of :class:`plotly.graph_objs.Streamtube`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_sunburst.py b/plotly/graph_objs/_sunburst.py index b7df56bfa01..d102138445b 100644 --- a/plotly/graph_objs/_sunburst.py +++ b/plotly/graph_objs/_sunburst.py @@ -1789,10 +1789,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Sunburst constructor must be a dict or -an instance of :class:`plotly.graph_objs.Sunburst`""") +an instance of :class:`plotly.graph_objs.Sunburst`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_surface.py b/plotly/graph_objs/_surface.py index 8a1dddc8b71..03476565517 100644 --- a/plotly/graph_objs/_surface.py +++ b/plotly/graph_objs/_surface.py @@ -2113,10 +2113,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Surface constructor must be a dict or -an instance of :class:`plotly.graph_objs.Surface`""") +an instance of :class:`plotly.graph_objs.Surface`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_table.py b/plotly/graph_objs/_table.py index e58ec78d7d5..653f495f183 100644 --- a/plotly/graph_objs/_table.py +++ b/plotly/graph_objs/_table.py @@ -868,10 +868,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Table constructor must be a dict or -an instance of :class:`plotly.graph_objs.Table`""") +an instance of :class:`plotly.graph_objs.Table`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_treemap.py b/plotly/graph_objs/_treemap.py index 4cced036174..8b572dd3b1e 100644 --- a/plotly/graph_objs/_treemap.py +++ b/plotly/graph_objs/_treemap.py @@ -1767,10 +1767,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Treemap constructor must be a dict or -an instance of :class:`plotly.graph_objs.Treemap`""") +an instance of :class:`plotly.graph_objs.Treemap`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_violin.py b/plotly/graph_objs/_violin.py index ca03026d675..ff9b5207837 100644 --- a/plotly/graph_objs/_violin.py +++ b/plotly/graph_objs/_violin.py @@ -2236,10 +2236,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Violin constructor must be a dict or -an instance of :class:`plotly.graph_objs.Violin`""") +an instance of :class:`plotly.graph_objs.Violin`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_volume.py b/plotly/graph_objs/_volume.py index 28edde3a074..6956c19dddd 100644 --- a/plotly/graph_objs/_volume.py +++ b/plotly/graph_objs/_volume.py @@ -2183,10 +2183,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Volume constructor must be a dict or -an instance of :class:`plotly.graph_objs.Volume`""") +an instance of :class:`plotly.graph_objs.Volume`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/_waterfall.py b/plotly/graph_objs/_waterfall.py index ad71ced9652..dc708f1012a 100644 --- a/plotly/graph_objs/_waterfall.py +++ b/plotly/graph_objs/_waterfall.py @@ -2584,10 +2584,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.Waterfall constructor must be a dict or -an instance of :class:`plotly.graph_objs.Waterfall`""") +an instance of :class:`plotly.graph_objs.Waterfall`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_error_x.py b/plotly/graph_objs/bar/_error_x.py index 6c2537e68b3..7d202638723 100644 --- a/plotly/graph_objs/bar/_error_x.py +++ b/plotly/graph_objs/bar/_error_x.py @@ -475,10 +475,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.ErrorX constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.ErrorX`""") +an instance of :class:`plotly.graph_objs.bar.ErrorX`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_error_y.py b/plotly/graph_objs/bar/_error_y.py index 3d99cd85f2d..ae1c729160b 100644 --- a/plotly/graph_objs/bar/_error_y.py +++ b/plotly/graph_objs/bar/_error_y.py @@ -453,10 +453,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.ErrorY constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.ErrorY`""") +an instance of :class:`plotly.graph_objs.bar.ErrorY`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_hoverlabel.py b/plotly/graph_objs/bar/_hoverlabel.py index 652f3069e91..e695d77a60c 100644 --- a/plotly/graph_objs/bar/_hoverlabel.py +++ b/plotly/graph_objs/bar/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.bar.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_insidetextfont.py b/plotly/graph_objs/bar/_insidetextfont.py index f1c48dad8ab..9c72edfebeb 100644 --- a/plotly/graph_objs/bar/_insidetextfont.py +++ b/plotly/graph_objs/bar/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.bar.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_legendgrouptitle.py b/plotly/graph_objs/bar/_legendgrouptitle.py index 3a74894f256..169953f1eb5 100644 --- a/plotly/graph_objs/bar/_legendgrouptitle.py +++ b/plotly/graph_objs/bar/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.bar.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_marker.py b/plotly/graph_objs/bar/_marker.py index a1fc12688db..a7692702113 100644 --- a/plotly/graph_objs/bar/_marker.py +++ b/plotly/graph_objs/bar/_marker.py @@ -656,10 +656,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Marker`""") +an instance of :class:`plotly.graph_objs.bar.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_outsidetextfont.py b/plotly/graph_objs/bar/_outsidetextfont.py index 2e2a8a3929a..766a08d15ba 100644 --- a/plotly/graph_objs/bar/_outsidetextfont.py +++ b/plotly/graph_objs/bar/_outsidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.bar.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_selected.py b/plotly/graph_objs/bar/_selected.py index df30936a7b7..5f9600babdf 100644 --- a/plotly/graph_objs/bar/_selected.py +++ b/plotly/graph_objs/bar/_selected.py @@ -91,10 +91,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Selected`""") +an instance of :class:`plotly.graph_objs.bar.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_stream.py b/plotly/graph_objs/bar/_stream.py index c4d3c055326..c9c5bccda8b 100644 --- a/plotly/graph_objs/bar/_stream.py +++ b/plotly/graph_objs/bar/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Stream`""") +an instance of :class:`plotly.graph_objs.bar.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_textfont.py b/plotly/graph_objs/bar/_textfont.py index f63c5c45538..0a5c7a40ab2 100644 --- a/plotly/graph_objs/bar/_textfont.py +++ b/plotly/graph_objs/bar/_textfont.py @@ -556,10 +556,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Textfont`""") +an instance of :class:`plotly.graph_objs.bar.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/_unselected.py b/plotly/graph_objs/bar/_unselected.py index 9bd645d47c7..d432186c624 100644 --- a/plotly/graph_objs/bar/_unselected.py +++ b/plotly/graph_objs/bar/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.Unselected`""") +an instance of :class:`plotly.graph_objs.bar.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/hoverlabel/_font.py b/plotly/graph_objs/bar/hoverlabel/_font.py index 485d5a7be56..6756ab58ef9 100644 --- a/plotly/graph_objs/bar/hoverlabel/_font.py +++ b/plotly/graph_objs/bar/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.bar.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/legendgrouptitle/_font.py b/plotly/graph_objs/bar/legendgrouptitle/_font.py index 9c134c3fd6c..7af7e5b3a57 100644 --- a/plotly/graph_objs/bar/legendgrouptitle/_font.py +++ b/plotly/graph_objs/bar/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.bar.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/_colorbar.py b/plotly/graph_objs/bar/marker/_colorbar.py index f00a4bdce6e..bd0c7c95244 100644 --- a/plotly/graph_objs/bar/marker/_colorbar.py +++ b/plotly/graph_objs/bar/marker/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.bar.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/_line.py b/plotly/graph_objs/bar/marker/_line.py index 16afb497a21..2e504dc4536 100644 --- a/plotly/graph_objs/bar/marker/_line.py +++ b/plotly/graph_objs/bar/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.Line`""") +an instance of :class:`plotly.graph_objs.bar.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/_pattern.py b/plotly/graph_objs/bar/marker/_pattern.py index ce8bd8a10ae..69cacb3a853 100644 --- a/plotly/graph_objs/bar/marker/_pattern.py +++ b/plotly/graph_objs/bar/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.bar.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/colorbar/_tickfont.py b/plotly/graph_objs/bar/marker/colorbar/_tickfont.py index 5cfa677df31..5afa97eeb4c 100644 --- a/plotly/graph_objs/bar/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/bar/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py index da1b3e8501d..dc012b9d61d 100644 --- a/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/colorbar/_title.py b/plotly/graph_objs/bar/marker/colorbar/_title.py index ac2a569886b..8382441a7fd 100644 --- a/plotly/graph_objs/bar/marker/colorbar/_title.py +++ b/plotly/graph_objs/bar/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.bar.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/marker/colorbar/title/_font.py b/plotly/graph_objs/bar/marker/colorbar/title/_font.py index a3c50a3f67c..ae6daf29253 100644 --- a/plotly/graph_objs/bar/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/bar/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.bar.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/selected/_marker.py b/plotly/graph_objs/bar/selected/_marker.py index e704eb44fcf..916d5685649 100644 --- a/plotly/graph_objs/bar/selected/_marker.py +++ b/plotly/graph_objs/bar/selected/_marker.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.selected.Marker`""") +an instance of :class:`plotly.graph_objs.bar.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/selected/_textfont.py b/plotly/graph_objs/bar/selected/_textfont.py index 79fb7abab61..1fc090b0985 100644 --- a/plotly/graph_objs/bar/selected/_textfont.py +++ b/plotly/graph_objs/bar/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.bar.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/unselected/_marker.py b/plotly/graph_objs/bar/unselected/_marker.py index a4e004c7aee..e7a6d38d717 100644 --- a/plotly/graph_objs/bar/unselected/_marker.py +++ b/plotly/graph_objs/bar/unselected/_marker.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.bar.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/bar/unselected/_textfont.py b/plotly/graph_objs/bar/unselected/_textfont.py index eb15311b9c8..76765322681 100644 --- a/plotly/graph_objs/bar/unselected/_textfont.py +++ b/plotly/graph_objs/bar/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.bar.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.bar.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.bar.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_hoverlabel.py b/plotly/graph_objs/barpolar/_hoverlabel.py index b528ce3f800..88905e96b5f 100644 --- a/plotly/graph_objs/barpolar/_hoverlabel.py +++ b/plotly/graph_objs/barpolar/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.barpolar.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_legendgrouptitle.py b/plotly/graph_objs/barpolar/_legendgrouptitle.py index d5a65562dc8..14d00be1feb 100644 --- a/plotly/graph_objs/barpolar/_legendgrouptitle.py +++ b/plotly/graph_objs/barpolar/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.barpolar.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_marker.py b/plotly/graph_objs/barpolar/_marker.py index 97977f391ac..da9f0155e4f 100644 --- a/plotly/graph_objs/barpolar/_marker.py +++ b/plotly/graph_objs/barpolar/_marker.py @@ -622,10 +622,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Marker`""") +an instance of :class:`plotly.graph_objs.barpolar.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_selected.py b/plotly/graph_objs/barpolar/_selected.py index 60132e32cd4..b76ffa15fb2 100644 --- a/plotly/graph_objs/barpolar/_selected.py +++ b/plotly/graph_objs/barpolar/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Selected`""") +an instance of :class:`plotly.graph_objs.barpolar.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_stream.py b/plotly/graph_objs/barpolar/_stream.py index 8640dbb62d1..40e5707b76b 100644 --- a/plotly/graph_objs/barpolar/_stream.py +++ b/plotly/graph_objs/barpolar/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Stream`""") +an instance of :class:`plotly.graph_objs.barpolar.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/_unselected.py b/plotly/graph_objs/barpolar/_unselected.py index ef4cde928b9..797a050f429 100644 --- a/plotly/graph_objs/barpolar/_unselected.py +++ b/plotly/graph_objs/barpolar/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.Unselected`""") +an instance of :class:`plotly.graph_objs.barpolar.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/hoverlabel/_font.py b/plotly/graph_objs/barpolar/hoverlabel/_font.py index fd59e9a887f..327387076b2 100644 --- a/plotly/graph_objs/barpolar/hoverlabel/_font.py +++ b/plotly/graph_objs/barpolar/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.barpolar.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/legendgrouptitle/_font.py b/plotly/graph_objs/barpolar/legendgrouptitle/_font.py index 5c097a19a8e..03500c6b24b 100644 --- a/plotly/graph_objs/barpolar/legendgrouptitle/_font.py +++ b/plotly/graph_objs/barpolar/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.barpolar.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/_colorbar.py b/plotly/graph_objs/barpolar/marker/_colorbar.py index c95f81224bb..7117ab9bd28 100644 --- a/plotly/graph_objs/barpolar/marker/_colorbar.py +++ b/plotly/graph_objs/barpolar/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/_line.py b/plotly/graph_objs/barpolar/marker/_line.py index 6df343506da..7d16b042ccd 100644 --- a/plotly/graph_objs/barpolar/marker/_line.py +++ b/plotly/graph_objs/barpolar/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.Line`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/_pattern.py b/plotly/graph_objs/barpolar/marker/_pattern.py index 94329f6afb4..7b6e01b4ab1 100644 --- a/plotly/graph_objs/barpolar/marker/_pattern.py +++ b/plotly/graph_objs/barpolar/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py b/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py index 3f1bdc9d24b..5d497af0b8a 100644 --- a/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py index 44f0fd6bee5..9c3a101264c 100644 --- a/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/colorbar/_title.py b/plotly/graph_objs/barpolar/marker/colorbar/_title.py index 6c674fb8cd7..fd23a356c49 100644 --- a/plotly/graph_objs/barpolar/marker/colorbar/_title.py +++ b/plotly/graph_objs/barpolar/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py b/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py index fac5ba93a11..d8664ebfa6b 100644 --- a/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.barpolar.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/selected/_marker.py b/plotly/graph_objs/barpolar/selected/_marker.py index ca4aba8869f..6bf14166092 100644 --- a/plotly/graph_objs/barpolar/selected/_marker.py +++ b/plotly/graph_objs/barpolar/selected/_marker.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.selected.Marker`""") +an instance of :class:`plotly.graph_objs.barpolar.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/selected/_textfont.py b/plotly/graph_objs/barpolar/selected/_textfont.py index 111a9ff78ef..cc4f51e3a44 100644 --- a/plotly/graph_objs/barpolar/selected/_textfont.py +++ b/plotly/graph_objs/barpolar/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.barpolar.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/unselected/_marker.py b/plotly/graph_objs/barpolar/unselected/_marker.py index 85e314bfd20..78a60196a5a 100644 --- a/plotly/graph_objs/barpolar/unselected/_marker.py +++ b/plotly/graph_objs/barpolar/unselected/_marker.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.barpolar.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/barpolar/unselected/_textfont.py b/plotly/graph_objs/barpolar/unselected/_textfont.py index 41ad2f2e23d..a80dab136d4 100644 --- a/plotly/graph_objs/barpolar/unselected/_textfont.py +++ b/plotly/graph_objs/barpolar/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.barpolar.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.barpolar.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.barpolar.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_hoverlabel.py b/plotly/graph_objs/box/_hoverlabel.py index 6955298406e..d8107c7f16b 100644 --- a/plotly/graph_objs/box/_hoverlabel.py +++ b/plotly/graph_objs/box/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.box.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_legendgrouptitle.py b/plotly/graph_objs/box/_legendgrouptitle.py index a2c2541baec..0a614e6ccdb 100644 --- a/plotly/graph_objs/box/_legendgrouptitle.py +++ b/plotly/graph_objs/box/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.box.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_line.py b/plotly/graph_objs/box/_line.py index 4887c7e2517..e85710e93b2 100644 --- a/plotly/graph_objs/box/_line.py +++ b/plotly/graph_objs/box/_line.py @@ -89,10 +89,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Line`""") +an instance of :class:`plotly.graph_objs.box.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_marker.py b/plotly/graph_objs/box/_marker.py index eaf4f80d4f0..e555ab25085 100644 --- a/plotly/graph_objs/box/_marker.py +++ b/plotly/graph_objs/box/_marker.py @@ -338,10 +338,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Marker`""") +an instance of :class:`plotly.graph_objs.box.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_selected.py b/plotly/graph_objs/box/_selected.py index cb94773b85a..17cb1448c12 100644 --- a/plotly/graph_objs/box/_selected.py +++ b/plotly/graph_objs/box/_selected.py @@ -66,10 +66,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Selected`""") +an instance of :class:`plotly.graph_objs.box.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_stream.py b/plotly/graph_objs/box/_stream.py index b6cd0eb667c..a04c69d9080 100644 --- a/plotly/graph_objs/box/_stream.py +++ b/plotly/graph_objs/box/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Stream`""") +an instance of :class:`plotly.graph_objs.box.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/_unselected.py b/plotly/graph_objs/box/_unselected.py index 9db72eb4501..1a0380cde6c 100644 --- a/plotly/graph_objs/box/_unselected.py +++ b/plotly/graph_objs/box/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.Unselected`""") +an instance of :class:`plotly.graph_objs.box.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/hoverlabel/_font.py b/plotly/graph_objs/box/hoverlabel/_font.py index f4ab0af7113..e4583ac22c6 100644 --- a/plotly/graph_objs/box/hoverlabel/_font.py +++ b/plotly/graph_objs/box/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.box.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/legendgrouptitle/_font.py b/plotly/graph_objs/box/legendgrouptitle/_font.py index aa42e3d9f10..a5956a9184f 100644 --- a/plotly/graph_objs/box/legendgrouptitle/_font.py +++ b/plotly/graph_objs/box/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.box.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/marker/_line.py b/plotly/graph_objs/box/marker/_line.py index 95b6e0bed49..4e9051a33d6 100644 --- a/plotly/graph_objs/box/marker/_line.py +++ b/plotly/graph_objs/box/marker/_line.py @@ -165,10 +165,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.marker.Line`""") +an instance of :class:`plotly.graph_objs.box.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/selected/_marker.py b/plotly/graph_objs/box/selected/_marker.py index b4f9afaf2c9..8704c65ee13 100644 --- a/plotly/graph_objs/box/selected/_marker.py +++ b/plotly/graph_objs/box/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.selected.Marker`""") +an instance of :class:`plotly.graph_objs.box.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/box/unselected/_marker.py b/plotly/graph_objs/box/unselected/_marker.py index b2c5d8f5d7c..04067f26bf3 100644 --- a/plotly/graph_objs/box/unselected/_marker.py +++ b/plotly/graph_objs/box/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.box.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.box.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.box.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_decreasing.py b/plotly/graph_objs/candlestick/_decreasing.py index c801692156a..0c11d346a9e 100644 --- a/plotly/graph_objs/candlestick/_decreasing.py +++ b/plotly/graph_objs/candlestick/_decreasing.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, fillcolor=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Decreasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Decreasing`""") +an instance of :class:`plotly.graph_objs.candlestick.Decreasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_hoverlabel.py b/plotly/graph_objs/candlestick/_hoverlabel.py index 6208c5d8596..ea40db05b12 100644 --- a/plotly/graph_objs/candlestick/_hoverlabel.py +++ b/plotly/graph_objs/candlestick/_hoverlabel.py @@ -376,10 +376,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.candlestick.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_increasing.py b/plotly/graph_objs/candlestick/_increasing.py index 547e846a997..cc653840da8 100644 --- a/plotly/graph_objs/candlestick/_increasing.py +++ b/plotly/graph_objs/candlestick/_increasing.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, fillcolor=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Increasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Increasing`""") +an instance of :class:`plotly.graph_objs.candlestick.Increasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_legendgrouptitle.py b/plotly/graph_objs/candlestick/_legendgrouptitle.py index c4fb3f77ced..ef9b56b5ee6 100644 --- a/plotly/graph_objs/candlestick/_legendgrouptitle.py +++ b/plotly/graph_objs/candlestick/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.candlestick.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_line.py b/plotly/graph_objs/candlestick/_line.py index 4250d339af5..c784376fdde 100644 --- a/plotly/graph_objs/candlestick/_line.py +++ b/plotly/graph_objs/candlestick/_line.py @@ -72,10 +72,12 @@ def __init__(self, arg=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Line`""") +an instance of :class:`plotly.graph_objs.candlestick.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/_stream.py b/plotly/graph_objs/candlestick/_stream.py index 1242e424bba..961eebbe4b0 100644 --- a/plotly/graph_objs/candlestick/_stream.py +++ b/plotly/graph_objs/candlestick/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.Stream`""") +an instance of :class:`plotly.graph_objs.candlestick.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/decreasing/_line.py b/plotly/graph_objs/candlestick/decreasing/_line.py index 4e0f2e0260e..fea3089efe2 100644 --- a/plotly/graph_objs/candlestick/decreasing/_line.py +++ b/plotly/graph_objs/candlestick/decreasing/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.decreasing.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.decreasing.Line`""") +an instance of :class:`plotly.graph_objs.candlestick.decreasing.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/hoverlabel/_font.py b/plotly/graph_objs/candlestick/hoverlabel/_font.py index 86e1b5ad71b..4b580522ace 100644 --- a/plotly/graph_objs/candlestick/hoverlabel/_font.py +++ b/plotly/graph_objs/candlestick/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.candlestick.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/increasing/_line.py b/plotly/graph_objs/candlestick/increasing/_line.py index 964d07d81cc..99220720542 100644 --- a/plotly/graph_objs/candlestick/increasing/_line.py +++ b/plotly/graph_objs/candlestick/increasing/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.increasing.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.increasing.Line`""") +an instance of :class:`plotly.graph_objs.candlestick.increasing.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/candlestick/legendgrouptitle/_font.py b/plotly/graph_objs/candlestick/legendgrouptitle/_font.py index 3026f85f528..e6a5c23341c 100644 --- a/plotly/graph_objs/candlestick/legendgrouptitle/_font.py +++ b/plotly/graph_objs/candlestick/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.candlestick.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.candlestick.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.candlestick.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/_aaxis.py b/plotly/graph_objs/carpet/_aaxis.py index 978ff2da310..1540158b00a 100644 --- a/plotly/graph_objs/carpet/_aaxis.py +++ b/plotly/graph_objs/carpet/_aaxis.py @@ -1780,10 +1780,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.Aaxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.Aaxis`""") +an instance of :class:`plotly.graph_objs.carpet.Aaxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/_baxis.py b/plotly/graph_objs/carpet/_baxis.py index 4b193f8b9cc..26746f5e754 100644 --- a/plotly/graph_objs/carpet/_baxis.py +++ b/plotly/graph_objs/carpet/_baxis.py @@ -1780,10 +1780,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.Baxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.Baxis`""") +an instance of :class:`plotly.graph_objs.carpet.Baxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/_font.py b/plotly/graph_objs/carpet/_font.py index d41425cc7f6..aa7b61d487e 100644 --- a/plotly/graph_objs/carpet/_font.py +++ b/plotly/graph_objs/carpet/_font.py @@ -312,10 +312,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.Font`""") +an instance of :class:`plotly.graph_objs.carpet.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/_legendgrouptitle.py b/plotly/graph_objs/carpet/_legendgrouptitle.py index 94d0b97116f..353297aa14c 100644 --- a/plotly/graph_objs/carpet/_legendgrouptitle.py +++ b/plotly/graph_objs/carpet/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.carpet.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/_stream.py b/plotly/graph_objs/carpet/_stream.py index 47c3ae79196..ba19e7df2e5 100644 --- a/plotly/graph_objs/carpet/_stream.py +++ b/plotly/graph_objs/carpet/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.Stream`""") +an instance of :class:`plotly.graph_objs.carpet.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/aaxis/_tickfont.py b/plotly/graph_objs/carpet/aaxis/_tickfont.py index 32256e97f47..d2c8806f604 100644 --- a/plotly/graph_objs/carpet/aaxis/_tickfont.py +++ b/plotly/graph_objs/carpet/aaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.aaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.aaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.carpet.aaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/aaxis/_tickformatstop.py b/plotly/graph_objs/carpet/aaxis/_tickformatstop.py index a44be5f1709..78e15cbe84a 100644 --- a/plotly/graph_objs/carpet/aaxis/_tickformatstop.py +++ b/plotly/graph_objs/carpet/aaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.aaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.aaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.carpet.aaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/aaxis/_title.py b/plotly/graph_objs/carpet/aaxis/_title.py index 265e4e1b37d..6cf54d00214 100644 --- a/plotly/graph_objs/carpet/aaxis/_title.py +++ b/plotly/graph_objs/carpet/aaxis/_title.py @@ -115,10 +115,12 @@ def __init__(self, arg=None, font=None, offset=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.aaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.aaxis.Title`""") +an instance of :class:`plotly.graph_objs.carpet.aaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/aaxis/title/_font.py b/plotly/graph_objs/carpet/aaxis/title/_font.py index 398ca780a89..ae8fe93b218 100644 --- a/plotly/graph_objs/carpet/aaxis/title/_font.py +++ b/plotly/graph_objs/carpet/aaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.aaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.aaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.carpet.aaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/baxis/_tickfont.py b/plotly/graph_objs/carpet/baxis/_tickfont.py index 0085dc56018..116a294f6fb 100644 --- a/plotly/graph_objs/carpet/baxis/_tickfont.py +++ b/plotly/graph_objs/carpet/baxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.baxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.baxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.carpet.baxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/baxis/_tickformatstop.py b/plotly/graph_objs/carpet/baxis/_tickformatstop.py index e477d01bbe4..32eac18995c 100644 --- a/plotly/graph_objs/carpet/baxis/_tickformatstop.py +++ b/plotly/graph_objs/carpet/baxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.baxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.baxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.carpet.baxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/baxis/_title.py b/plotly/graph_objs/carpet/baxis/_title.py index b1e66dd3726..043de6ed248 100644 --- a/plotly/graph_objs/carpet/baxis/_title.py +++ b/plotly/graph_objs/carpet/baxis/_title.py @@ -115,10 +115,12 @@ def __init__(self, arg=None, font=None, offset=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.baxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.baxis.Title`""") +an instance of :class:`plotly.graph_objs.carpet.baxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/baxis/title/_font.py b/plotly/graph_objs/carpet/baxis/title/_font.py index 58b35959d5e..a6d63b06ad5 100644 --- a/plotly/graph_objs/carpet/baxis/title/_font.py +++ b/plotly/graph_objs/carpet/baxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.baxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.baxis.title.Font`""") +an instance of :class:`plotly.graph_objs.carpet.baxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/carpet/legendgrouptitle/_font.py b/plotly/graph_objs/carpet/legendgrouptitle/_font.py index d8f6eb1859d..82280fce69e 100644 --- a/plotly/graph_objs/carpet/legendgrouptitle/_font.py +++ b/plotly/graph_objs/carpet/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.carpet.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.carpet.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.carpet.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_colorbar.py b/plotly/graph_objs/choropleth/_colorbar.py index 40aa56437a4..09e589b1a96 100644 --- a/plotly/graph_objs/choropleth/_colorbar.py +++ b/plotly/graph_objs/choropleth/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.ColorBar`""") +an instance of :class:`plotly.graph_objs.choropleth.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_hoverlabel.py b/plotly/graph_objs/choropleth/_hoverlabel.py index 0c7a22282ed..a236c1504fd 100644 --- a/plotly/graph_objs/choropleth/_hoverlabel.py +++ b/plotly/graph_objs/choropleth/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.choropleth.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_legendgrouptitle.py b/plotly/graph_objs/choropleth/_legendgrouptitle.py index c568234db16..92dd05943b2 100644 --- a/plotly/graph_objs/choropleth/_legendgrouptitle.py +++ b/plotly/graph_objs/choropleth/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.choropleth.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_marker.py b/plotly/graph_objs/choropleth/_marker.py index 212bde1253a..072402419d5 100644 --- a/plotly/graph_objs/choropleth/_marker.py +++ b/plotly/graph_objs/choropleth/_marker.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, line=None, opacity=None, opacitysrc=None, **kwargs) elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Marker`""") +an instance of :class:`plotly.graph_objs.choropleth.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_selected.py b/plotly/graph_objs/choropleth/_selected.py index ff0cafd515e..200c0adf072 100644 --- a/plotly/graph_objs/choropleth/_selected.py +++ b/plotly/graph_objs/choropleth/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Selected`""") +an instance of :class:`plotly.graph_objs.choropleth.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_stream.py b/plotly/graph_objs/choropleth/_stream.py index 84624f89331..dc8dd8b03b9 100644 --- a/plotly/graph_objs/choropleth/_stream.py +++ b/plotly/graph_objs/choropleth/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Stream`""") +an instance of :class:`plotly.graph_objs.choropleth.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/_unselected.py b/plotly/graph_objs/choropleth/_unselected.py index 68ef597c4b4..19045f0d14a 100644 --- a/plotly/graph_objs/choropleth/_unselected.py +++ b/plotly/graph_objs/choropleth/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.Unselected`""") +an instance of :class:`plotly.graph_objs.choropleth.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/colorbar/_tickfont.py b/plotly/graph_objs/choropleth/colorbar/_tickfont.py index 48096423fb8..23beeb34690 100644 --- a/plotly/graph_objs/choropleth/colorbar/_tickfont.py +++ b/plotly/graph_objs/choropleth/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.choropleth.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py b/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py index 6ffb5563d04..b0ac2b21f97 100644 --- a/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.choropleth.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/colorbar/_title.py b/plotly/graph_objs/choropleth/colorbar/_title.py index 1ae8cfce3d5..852538e177c 100644 --- a/plotly/graph_objs/choropleth/colorbar/_title.py +++ b/plotly/graph_objs/choropleth/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.choropleth.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/colorbar/title/_font.py b/plotly/graph_objs/choropleth/colorbar/title/_font.py index 69df048aa6c..a224667f5de 100644 --- a/plotly/graph_objs/choropleth/colorbar/title/_font.py +++ b/plotly/graph_objs/choropleth/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.choropleth.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/hoverlabel/_font.py b/plotly/graph_objs/choropleth/hoverlabel/_font.py index 5892c809ed0..a6dbab4353c 100644 --- a/plotly/graph_objs/choropleth/hoverlabel/_font.py +++ b/plotly/graph_objs/choropleth/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.choropleth.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/legendgrouptitle/_font.py b/plotly/graph_objs/choropleth/legendgrouptitle/_font.py index 79c05c7d4dd..c84b456773e 100644 --- a/plotly/graph_objs/choropleth/legendgrouptitle/_font.py +++ b/plotly/graph_objs/choropleth/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.choropleth.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/marker/_line.py b/plotly/graph_objs/choropleth/marker/_line.py index bf9d861776f..d95bce466c6 100644 --- a/plotly/graph_objs/choropleth/marker/_line.py +++ b/plotly/graph_objs/choropleth/marker/_line.py @@ -155,10 +155,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.marker.Line`""") +an instance of :class:`plotly.graph_objs.choropleth.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/selected/_marker.py b/plotly/graph_objs/choropleth/selected/_marker.py index 97eaa76cc72..2630226a538 100644 --- a/plotly/graph_objs/choropleth/selected/_marker.py +++ b/plotly/graph_objs/choropleth/selected/_marker.py @@ -64,10 +64,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.selected.Marker`""") +an instance of :class:`plotly.graph_objs.choropleth.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choropleth/unselected/_marker.py b/plotly/graph_objs/choropleth/unselected/_marker.py index d7d5881d434..c738d676008 100644 --- a/plotly/graph_objs/choropleth/unselected/_marker.py +++ b/plotly/graph_objs/choropleth/unselected/_marker.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choropleth.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choropleth.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.choropleth.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_colorbar.py b/plotly/graph_objs/choroplethmap/_colorbar.py index a09c2a27148..78ca5201315 100644 --- a/plotly/graph_objs/choroplethmap/_colorbar.py +++ b/plotly/graph_objs/choroplethmap/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.ColorBar`""") +an instance of :class:`plotly.graph_objs.choroplethmap.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_hoverlabel.py b/plotly/graph_objs/choroplethmap/_hoverlabel.py index c1d92e41695..fda6a51b2e4 100644 --- a/plotly/graph_objs/choroplethmap/_hoverlabel.py +++ b/plotly/graph_objs/choroplethmap/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_legendgrouptitle.py b/plotly/graph_objs/choroplethmap/_legendgrouptitle.py index ddfbdfdf11c..4b2142a56a2 100644 --- a/plotly/graph_objs/choroplethmap/_legendgrouptitle.py +++ b/plotly/graph_objs/choroplethmap/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_marker.py b/plotly/graph_objs/choroplethmap/_marker.py index 0f7f498b928..ed599bc67e5 100644 --- a/plotly/graph_objs/choroplethmap/_marker.py +++ b/plotly/graph_objs/choroplethmap/_marker.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, line=None, opacity=None, opacitysrc=None, **kwargs) elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_selected.py b/plotly/graph_objs/choroplethmap/_selected.py index e68c38fe480..032b668ad43 100644 --- a/plotly/graph_objs/choroplethmap/_selected.py +++ b/plotly/graph_objs/choroplethmap/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Selected`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_stream.py b/plotly/graph_objs/choroplethmap/_stream.py index 348b27d9642..374f1e7070b 100644 --- a/plotly/graph_objs/choroplethmap/_stream.py +++ b/plotly/graph_objs/choroplethmap/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Stream`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/_unselected.py b/plotly/graph_objs/choroplethmap/_unselected.py index fcbf6a8fb82..5c50b148f97 100644 --- a/plotly/graph_objs/choroplethmap/_unselected.py +++ b/plotly/graph_objs/choroplethmap/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.Unselected`""") +an instance of :class:`plotly.graph_objs.choroplethmap.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py b/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py index b20f689e109..091fa4d1ebb 100644 --- a/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py +++ b/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py b/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py index 95d8ef0d3bd..edf72edc812 100644 --- a/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/colorbar/_title.py b/plotly/graph_objs/choroplethmap/colorbar/_title.py index c5f12b32500..d50dd4d4ab3 100644 --- a/plotly/graph_objs/choroplethmap/colorbar/_title.py +++ b/plotly/graph_objs/choroplethmap/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/colorbar/title/_font.py b/plotly/graph_objs/choroplethmap/colorbar/title/_font.py index ff94542fafb..acb68a64843 100644 --- a/plotly/graph_objs/choroplethmap/colorbar/title/_font.py +++ b/plotly/graph_objs/choroplethmap/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmap.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/hoverlabel/_font.py b/plotly/graph_objs/choroplethmap/hoverlabel/_font.py index dda15f31cc6..1d2562ca096 100644 --- a/plotly/graph_objs/choroplethmap/hoverlabel/_font.py +++ b/plotly/graph_objs/choroplethmap/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmap.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py b/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py index 4d2b65b6151..517926b02e4 100644 --- a/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py +++ b/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmap.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/marker/_line.py b/plotly/graph_objs/choroplethmap/marker/_line.py index 77c79282b00..40ffbe2707b 100644 --- a/plotly/graph_objs/choroplethmap/marker/_line.py +++ b/plotly/graph_objs/choroplethmap/marker/_line.py @@ -155,10 +155,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.marker.Line`""") +an instance of :class:`plotly.graph_objs.choroplethmap.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/selected/_marker.py b/plotly/graph_objs/choroplethmap/selected/_marker.py index 9f254a9bc18..b9b96cbd30e 100644 --- a/plotly/graph_objs/choroplethmap/selected/_marker.py +++ b/plotly/graph_objs/choroplethmap/selected/_marker.py @@ -64,10 +64,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.selected.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmap.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmap/unselected/_marker.py b/plotly/graph_objs/choroplethmap/unselected/_marker.py index 27e2a341abc..451a2e342f9 100644 --- a/plotly/graph_objs/choroplethmap/unselected/_marker.py +++ b/plotly/graph_objs/choroplethmap/unselected/_marker.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmap.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmap.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmap.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_colorbar.py b/plotly/graph_objs/choroplethmapbox/_colorbar.py index b5df84e382f..bab1bc09f54 100644 --- a/plotly/graph_objs/choroplethmapbox/_colorbar.py +++ b/plotly/graph_objs/choroplethmapbox/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.ColorBar`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_hoverlabel.py b/plotly/graph_objs/choroplethmapbox/_hoverlabel.py index 80cd197708b..5092534d31e 100644 --- a/plotly/graph_objs/choroplethmapbox/_hoverlabel.py +++ b/plotly/graph_objs/choroplethmapbox/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py b/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py index 24455318cdf..1809aff7b53 100644 --- a/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py +++ b/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_marker.py b/plotly/graph_objs/choroplethmapbox/_marker.py index d4b24d4d30c..402aa0aeb6c 100644 --- a/plotly/graph_objs/choroplethmapbox/_marker.py +++ b/plotly/graph_objs/choroplethmapbox/_marker.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, line=None, opacity=None, opacitysrc=None, **kwargs) elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_selected.py b/plotly/graph_objs/choroplethmapbox/_selected.py index d7c4b130092..2090a4614c1 100644 --- a/plotly/graph_objs/choroplethmapbox/_selected.py +++ b/plotly/graph_objs/choroplethmapbox/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Selected`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_stream.py b/plotly/graph_objs/choroplethmapbox/_stream.py index 1698554caf7..605e6317259 100644 --- a/plotly/graph_objs/choroplethmapbox/_stream.py +++ b/plotly/graph_objs/choroplethmapbox/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Stream`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/_unselected.py b/plotly/graph_objs/choroplethmapbox/_unselected.py index ad22ba4cdaf..ab66a32d999 100644 --- a/plotly/graph_objs/choroplethmapbox/_unselected.py +++ b/plotly/graph_objs/choroplethmapbox/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.Unselected`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py b/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py index b44c18a7cf3..056396aae14 100644 --- a/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py +++ b/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py b/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py index 8a0c64df381..ad73917456d 100644 --- a/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/colorbar/_title.py b/plotly/graph_objs/choroplethmapbox/colorbar/_title.py index f96e32ecdfb..29565d03c7c 100644 --- a/plotly/graph_objs/choroplethmapbox/colorbar/_title.py +++ b/plotly/graph_objs/choroplethmapbox/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py b/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py index 1fd1fc233ad..faf2348c81c 100644 --- a/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py +++ b/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py b/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py index 20d0759f789..bf9fbc45447 100644 --- a/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py +++ b/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py b/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py index 21b889a3b8d..a3150daaba7 100644 --- a/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py +++ b/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/marker/_line.py b/plotly/graph_objs/choroplethmapbox/marker/_line.py index 47d10d322db..2254d0a3c23 100644 --- a/plotly/graph_objs/choroplethmapbox/marker/_line.py +++ b/plotly/graph_objs/choroplethmapbox/marker/_line.py @@ -155,10 +155,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.marker.Line`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/selected/_marker.py b/plotly/graph_objs/choroplethmapbox/selected/_marker.py index 4b7a35defba..7fcf17bddcd 100644 --- a/plotly/graph_objs/choroplethmapbox/selected/_marker.py +++ b/plotly/graph_objs/choroplethmapbox/selected/_marker.py @@ -64,10 +64,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.selected.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/choroplethmapbox/unselected/_marker.py b/plotly/graph_objs/choroplethmapbox/unselected/_marker.py index 5da2bb2173f..a4453b52ea6 100644 --- a/plotly/graph_objs/choroplethmapbox/unselected/_marker.py +++ b/plotly/graph_objs/choroplethmapbox/unselected/_marker.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.choroplethmapbox.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.choroplethmapbox.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.choroplethmapbox.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_colorbar.py b/plotly/graph_objs/cone/_colorbar.py index 5433bc9def6..764aa08b80e 100644 --- a/plotly/graph_objs/cone/_colorbar.py +++ b/plotly/graph_objs/cone/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.ColorBar`""") +an instance of :class:`plotly.graph_objs.cone.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_hoverlabel.py b/plotly/graph_objs/cone/_hoverlabel.py index efc8c36cae1..c13be01bd85 100644 --- a/plotly/graph_objs/cone/_hoverlabel.py +++ b/plotly/graph_objs/cone/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.cone.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_legendgrouptitle.py b/plotly/graph_objs/cone/_legendgrouptitle.py index 2028ac44264..8d0034fbe45 100644 --- a/plotly/graph_objs/cone/_legendgrouptitle.py +++ b/plotly/graph_objs/cone/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.cone.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_lighting.py b/plotly/graph_objs/cone/_lighting.py index e8cfa31ba4f..21fee9f99ae 100644 --- a/plotly/graph_objs/cone/_lighting.py +++ b/plotly/graph_objs/cone/_lighting.py @@ -240,10 +240,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.Lighting`""") +an instance of :class:`plotly.graph_objs.cone.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_lightposition.py b/plotly/graph_objs/cone/_lightposition.py index 13775d631f1..e9f246e3595 100644 --- a/plotly/graph_objs/cone/_lightposition.py +++ b/plotly/graph_objs/cone/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.Lightposition`""") +an instance of :class:`plotly.graph_objs.cone.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/_stream.py b/plotly/graph_objs/cone/_stream.py index 6660a2ba385..b2d165106bb 100644 --- a/plotly/graph_objs/cone/_stream.py +++ b/plotly/graph_objs/cone/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.Stream`""") +an instance of :class:`plotly.graph_objs.cone.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/colorbar/_tickfont.py b/plotly/graph_objs/cone/colorbar/_tickfont.py index 4b287303a6b..fa1e4c86ab4 100644 --- a/plotly/graph_objs/cone/colorbar/_tickfont.py +++ b/plotly/graph_objs/cone/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.cone.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/colorbar/_tickformatstop.py b/plotly/graph_objs/cone/colorbar/_tickformatstop.py index c13e2bde6e6..f53e824f8e5 100644 --- a/plotly/graph_objs/cone/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/cone/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.cone.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/colorbar/_title.py b/plotly/graph_objs/cone/colorbar/_title.py index 66d5ec4d1b7..0c33b08dd9b 100644 --- a/plotly/graph_objs/cone/colorbar/_title.py +++ b/plotly/graph_objs/cone/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.cone.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/colorbar/title/_font.py b/plotly/graph_objs/cone/colorbar/title/_font.py index 08e5f3c8f94..0fad6fe6f03 100644 --- a/plotly/graph_objs/cone/colorbar/title/_font.py +++ b/plotly/graph_objs/cone/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.cone.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/hoverlabel/_font.py b/plotly/graph_objs/cone/hoverlabel/_font.py index b24ef2034ef..ad066646491 100644 --- a/plotly/graph_objs/cone/hoverlabel/_font.py +++ b/plotly/graph_objs/cone/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.cone.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/cone/legendgrouptitle/_font.py b/plotly/graph_objs/cone/legendgrouptitle/_font.py index 90b723a1c2a..b169df69105 100644 --- a/plotly/graph_objs/cone/legendgrouptitle/_font.py +++ b/plotly/graph_objs/cone/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.cone.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.cone.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.cone.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_colorbar.py b/plotly/graph_objs/contour/_colorbar.py index f51584db162..db5496bbcbe 100644 --- a/plotly/graph_objs/contour/_colorbar.py +++ b/plotly/graph_objs/contour/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.ColorBar`""") +an instance of :class:`plotly.graph_objs.contour.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_contours.py b/plotly/graph_objs/contour/_contours.py index 6668dbcc7c2..1b93d7b327f 100644 --- a/plotly/graph_objs/contour/_contours.py +++ b/plotly/graph_objs/contour/_contours.py @@ -413,10 +413,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Contours constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Contours`""") +an instance of :class:`plotly.graph_objs.contour.Contours`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_hoverlabel.py b/plotly/graph_objs/contour/_hoverlabel.py index 7a5d88b7b6c..618ab3dce20 100644 --- a/plotly/graph_objs/contour/_hoverlabel.py +++ b/plotly/graph_objs/contour/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.contour.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_legendgrouptitle.py b/plotly/graph_objs/contour/_legendgrouptitle.py index 9566a13db0c..a0edc9d0a0e 100644 --- a/plotly/graph_objs/contour/_legendgrouptitle.py +++ b/plotly/graph_objs/contour/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.contour.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_line.py b/plotly/graph_objs/contour/_line.py index 9090ff7ee69..84c7eb8b2a4 100644 --- a/plotly/graph_objs/contour/_line.py +++ b/plotly/graph_objs/contour/_line.py @@ -159,10 +159,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Line`""") +an instance of :class:`plotly.graph_objs.contour.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_stream.py b/plotly/graph_objs/contour/_stream.py index 0fc45b640b5..f2d3c37b15b 100644 --- a/plotly/graph_objs/contour/_stream.py +++ b/plotly/graph_objs/contour/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Stream`""") +an instance of :class:`plotly.graph_objs.contour.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/_textfont.py b/plotly/graph_objs/contour/_textfont.py index 281f19b23f1..9af38ea7256 100644 --- a/plotly/graph_objs/contour/_textfont.py +++ b/plotly/graph_objs/contour/_textfont.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.Textfont`""") +an instance of :class:`plotly.graph_objs.contour.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/colorbar/_tickfont.py b/plotly/graph_objs/contour/colorbar/_tickfont.py index 5d83a6417b1..c382f293143 100644 --- a/plotly/graph_objs/contour/colorbar/_tickfont.py +++ b/plotly/graph_objs/contour/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.contour.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/colorbar/_tickformatstop.py b/plotly/graph_objs/contour/colorbar/_tickformatstop.py index fdc0599730b..6e56b51f8d9 100644 --- a/plotly/graph_objs/contour/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/contour/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.contour.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/colorbar/_title.py b/plotly/graph_objs/contour/colorbar/_title.py index 111d8484db6..18a51655312 100644 --- a/plotly/graph_objs/contour/colorbar/_title.py +++ b/plotly/graph_objs/contour/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.contour.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/colorbar/title/_font.py b/plotly/graph_objs/contour/colorbar/title/_font.py index 4d09b4e494e..1d541fd74e1 100644 --- a/plotly/graph_objs/contour/colorbar/title/_font.py +++ b/plotly/graph_objs/contour/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.contour.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/contours/_labelfont.py b/plotly/graph_objs/contour/contours/_labelfont.py index da4331751d1..58dbcf02563 100644 --- a/plotly/graph_objs/contour/contours/_labelfont.py +++ b/plotly/graph_objs/contour/contours/_labelfont.py @@ -315,10 +315,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.contours.Labelfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.contours.Labelfont`""") +an instance of :class:`plotly.graph_objs.contour.contours.Labelfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/hoverlabel/_font.py b/plotly/graph_objs/contour/hoverlabel/_font.py index 6da93a51f8b..7b9821cd1d6 100644 --- a/plotly/graph_objs/contour/hoverlabel/_font.py +++ b/plotly/graph_objs/contour/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.contour.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contour/legendgrouptitle/_font.py b/plotly/graph_objs/contour/legendgrouptitle/_font.py index 71f970064c2..cbf5b848f93 100644 --- a/plotly/graph_objs/contour/legendgrouptitle/_font.py +++ b/plotly/graph_objs/contour/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contour.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.contour.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.contour.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/_colorbar.py b/plotly/graph_objs/contourcarpet/_colorbar.py index 5c18bab1647..51e086d17bc 100644 --- a/plotly/graph_objs/contourcarpet/_colorbar.py +++ b/plotly/graph_objs/contourcarpet/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.ColorBar`""") +an instance of :class:`plotly.graph_objs.contourcarpet.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/_contours.py b/plotly/graph_objs/contourcarpet/_contours.py index 86a7e221a4b..aa4dadc7151 100644 --- a/plotly/graph_objs/contourcarpet/_contours.py +++ b/plotly/graph_objs/contourcarpet/_contours.py @@ -410,10 +410,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.Contours constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.Contours`""") +an instance of :class:`plotly.graph_objs.contourcarpet.Contours`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/_legendgrouptitle.py b/plotly/graph_objs/contourcarpet/_legendgrouptitle.py index 77cc45aaf21..41b93d37d29 100644 --- a/plotly/graph_objs/contourcarpet/_legendgrouptitle.py +++ b/plotly/graph_objs/contourcarpet/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.contourcarpet.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/_line.py b/plotly/graph_objs/contourcarpet/_line.py index 7846e687fc5..f9c05e5b730 100644 --- a/plotly/graph_objs/contourcarpet/_line.py +++ b/plotly/graph_objs/contourcarpet/_line.py @@ -160,10 +160,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.Line`""") +an instance of :class:`plotly.graph_objs.contourcarpet.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/_stream.py b/plotly/graph_objs/contourcarpet/_stream.py index cc8c3f79c40..8b8ff2544d5 100644 --- a/plotly/graph_objs/contourcarpet/_stream.py +++ b/plotly/graph_objs/contourcarpet/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.Stream`""") +an instance of :class:`plotly.graph_objs.contourcarpet.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py b/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py index 184293eee45..27f1e35e7c6 100644 --- a/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py +++ b/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py b/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py index 3a483fa6eec..529383bc62f 100644 --- a/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/colorbar/_title.py b/plotly/graph_objs/contourcarpet/colorbar/_title.py index 879af1dbfb3..f4a45aab58a 100644 --- a/plotly/graph_objs/contourcarpet/colorbar/_title.py +++ b/plotly/graph_objs/contourcarpet/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/colorbar/title/_font.py b/plotly/graph_objs/contourcarpet/colorbar/title/_font.py index 673f011f804..1f9d2d5b28a 100644 --- a/plotly/graph_objs/contourcarpet/colorbar/title/_font.py +++ b/plotly/graph_objs/contourcarpet/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.contourcarpet.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/contours/_labelfont.py b/plotly/graph_objs/contourcarpet/contours/_labelfont.py index d880ceb590d..52fcfd780aa 100644 --- a/plotly/graph_objs/contourcarpet/contours/_labelfont.py +++ b/plotly/graph_objs/contourcarpet/contours/_labelfont.py @@ -315,10 +315,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.contours.Labelfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.contours.Labelfont`""") +an instance of :class:`plotly.graph_objs.contourcarpet.contours.Labelfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py b/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py index cf6e1318006..dd528d7239a 100644 --- a/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py +++ b/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.contourcarpet.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.contourcarpet.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.contourcarpet.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/_colorbar.py b/plotly/graph_objs/densitymap/_colorbar.py index a50be1e8af4..c4e541503f2 100644 --- a/plotly/graph_objs/densitymap/_colorbar.py +++ b/plotly/graph_objs/densitymap/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.ColorBar`""") +an instance of :class:`plotly.graph_objs.densitymap.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/_hoverlabel.py b/plotly/graph_objs/densitymap/_hoverlabel.py index a24156ea3ef..14860ce737a 100644 --- a/plotly/graph_objs/densitymap/_hoverlabel.py +++ b/plotly/graph_objs/densitymap/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.densitymap.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/_legendgrouptitle.py b/plotly/graph_objs/densitymap/_legendgrouptitle.py index 27e91accb68..bb262bf4af8 100644 --- a/plotly/graph_objs/densitymap/_legendgrouptitle.py +++ b/plotly/graph_objs/densitymap/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.densitymap.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/_stream.py b/plotly/graph_objs/densitymap/_stream.py index d46b6419b76..52d234a449e 100644 --- a/plotly/graph_objs/densitymap/_stream.py +++ b/plotly/graph_objs/densitymap/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.Stream`""") +an instance of :class:`plotly.graph_objs.densitymap.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/colorbar/_tickfont.py b/plotly/graph_objs/densitymap/colorbar/_tickfont.py index 26b4695b647..44f9ab8ad8b 100644 --- a/plotly/graph_objs/densitymap/colorbar/_tickfont.py +++ b/plotly/graph_objs/densitymap/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.densitymap.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py b/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py index 0bb2c0ff505..67723d2a4b1 100644 --- a/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.densitymap.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/colorbar/_title.py b/plotly/graph_objs/densitymap/colorbar/_title.py index caf12d6e568..915a1342f66 100644 --- a/plotly/graph_objs/densitymap/colorbar/_title.py +++ b/plotly/graph_objs/densitymap/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.densitymap.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/colorbar/title/_font.py b/plotly/graph_objs/densitymap/colorbar/title/_font.py index 903a5466e3d..a560d51b072 100644 --- a/plotly/graph_objs/densitymap/colorbar/title/_font.py +++ b/plotly/graph_objs/densitymap/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.densitymap.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/hoverlabel/_font.py b/plotly/graph_objs/densitymap/hoverlabel/_font.py index 6ce680847ec..701ffcafd83 100644 --- a/plotly/graph_objs/densitymap/hoverlabel/_font.py +++ b/plotly/graph_objs/densitymap/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.densitymap.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymap/legendgrouptitle/_font.py b/plotly/graph_objs/densitymap/legendgrouptitle/_font.py index 3aed80b8ef6..c1ec0bfa404 100644 --- a/plotly/graph_objs/densitymap/legendgrouptitle/_font.py +++ b/plotly/graph_objs/densitymap/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymap.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymap.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.densitymap.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/_colorbar.py b/plotly/graph_objs/densitymapbox/_colorbar.py index d1a2f791c93..c1adee9d870 100644 --- a/plotly/graph_objs/densitymapbox/_colorbar.py +++ b/plotly/graph_objs/densitymapbox/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.ColorBar`""") +an instance of :class:`plotly.graph_objs.densitymapbox.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/_hoverlabel.py b/plotly/graph_objs/densitymapbox/_hoverlabel.py index c026e0bf01f..b60cb5d844c 100644 --- a/plotly/graph_objs/densitymapbox/_hoverlabel.py +++ b/plotly/graph_objs/densitymapbox/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.densitymapbox.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/_legendgrouptitle.py b/plotly/graph_objs/densitymapbox/_legendgrouptitle.py index 79528e32177..a0f998fa931 100644 --- a/plotly/graph_objs/densitymapbox/_legendgrouptitle.py +++ b/plotly/graph_objs/densitymapbox/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.densitymapbox.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/_stream.py b/plotly/graph_objs/densitymapbox/_stream.py index 9949ce71cdf..d4108f8d614 100644 --- a/plotly/graph_objs/densitymapbox/_stream.py +++ b/plotly/graph_objs/densitymapbox/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.Stream`""") +an instance of :class:`plotly.graph_objs.densitymapbox.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py b/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py index 046dc4fc269..fb4eedc128b 100644 --- a/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py +++ b/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py b/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py index c22587b0b8e..d512b593797 100644 --- a/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/colorbar/_title.py b/plotly/graph_objs/densitymapbox/colorbar/_title.py index b281eb60d18..6901819a8a3 100644 --- a/plotly/graph_objs/densitymapbox/colorbar/_title.py +++ b/plotly/graph_objs/densitymapbox/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/colorbar/title/_font.py b/plotly/graph_objs/densitymapbox/colorbar/title/_font.py index f3d719ef9b6..0c1184e0813 100644 --- a/plotly/graph_objs/densitymapbox/colorbar/title/_font.py +++ b/plotly/graph_objs/densitymapbox/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.densitymapbox.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/hoverlabel/_font.py b/plotly/graph_objs/densitymapbox/hoverlabel/_font.py index 84548e8490c..3b3637bde5b 100644 --- a/plotly/graph_objs/densitymapbox/hoverlabel/_font.py +++ b/plotly/graph_objs/densitymapbox/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.densitymapbox.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py b/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py index 70b46b792ec..9d90443762e 100644 --- a/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py +++ b/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.densitymapbox.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.densitymapbox.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.densitymapbox.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_connector.py b/plotly/graph_objs/funnel/_connector.py index 3728c33e63b..bddbedf4e0e 100644 --- a/plotly/graph_objs/funnel/_connector.py +++ b/plotly/graph_objs/funnel/_connector.py @@ -115,10 +115,12 @@ def __init__(self, arg=None, fillcolor=None, line=None, visible=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Connector constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Connector`""") +an instance of :class:`plotly.graph_objs.funnel.Connector`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_hoverlabel.py b/plotly/graph_objs/funnel/_hoverlabel.py index 1ae4dadae04..fec4894ec3e 100644 --- a/plotly/graph_objs/funnel/_hoverlabel.py +++ b/plotly/graph_objs/funnel/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.funnel.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_insidetextfont.py b/plotly/graph_objs/funnel/_insidetextfont.py index 1ab68aa40cf..c680c51c587 100644 --- a/plotly/graph_objs/funnel/_insidetextfont.py +++ b/plotly/graph_objs/funnel/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.funnel.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_legendgrouptitle.py b/plotly/graph_objs/funnel/_legendgrouptitle.py index 599ae79b711..db7739b8d66 100644 --- a/plotly/graph_objs/funnel/_legendgrouptitle.py +++ b/plotly/graph_objs/funnel/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.funnel.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_marker.py b/plotly/graph_objs/funnel/_marker.py index 88774bd8c5b..376b98d1476 100644 --- a/plotly/graph_objs/funnel/_marker.py +++ b/plotly/graph_objs/funnel/_marker.py @@ -594,10 +594,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Marker`""") +an instance of :class:`plotly.graph_objs.funnel.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_outsidetextfont.py b/plotly/graph_objs/funnel/_outsidetextfont.py index a413cf4b750..45a07a40fd0 100644 --- a/plotly/graph_objs/funnel/_outsidetextfont.py +++ b/plotly/graph_objs/funnel/_outsidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.funnel.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_stream.py b/plotly/graph_objs/funnel/_stream.py index a9b62adcaf4..212274adc70 100644 --- a/plotly/graph_objs/funnel/_stream.py +++ b/plotly/graph_objs/funnel/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Stream`""") +an instance of :class:`plotly.graph_objs.funnel.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/_textfont.py b/plotly/graph_objs/funnel/_textfont.py index c7f91d3dca6..253425ac9e8 100644 --- a/plotly/graph_objs/funnel/_textfont.py +++ b/plotly/graph_objs/funnel/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.Textfont`""") +an instance of :class:`plotly.graph_objs.funnel.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/connector/_line.py b/plotly/graph_objs/funnel/connector/_line.py index 9484bb38e24..8c06e9bf558 100644 --- a/plotly/graph_objs/funnel/connector/_line.py +++ b/plotly/graph_objs/funnel/connector/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.connector.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.connector.Line`""") +an instance of :class:`plotly.graph_objs.funnel.connector.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/hoverlabel/_font.py b/plotly/graph_objs/funnel/hoverlabel/_font.py index fda32537eae..48b1145fc26 100644 --- a/plotly/graph_objs/funnel/hoverlabel/_font.py +++ b/plotly/graph_objs/funnel/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.funnel.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/legendgrouptitle/_font.py b/plotly/graph_objs/funnel/legendgrouptitle/_font.py index de2957ba1c5..b827acfb484 100644 --- a/plotly/graph_objs/funnel/legendgrouptitle/_font.py +++ b/plotly/graph_objs/funnel/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.funnel.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/_colorbar.py b/plotly/graph_objs/funnel/marker/_colorbar.py index 3a5d33c3883..ddf956cddc1 100644 --- a/plotly/graph_objs/funnel/marker/_colorbar.py +++ b/plotly/graph_objs/funnel/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.funnel.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/_line.py b/plotly/graph_objs/funnel/marker/_line.py index b1ecca569a5..9f046cb1b92 100644 --- a/plotly/graph_objs/funnel/marker/_line.py +++ b/plotly/graph_objs/funnel/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.Line`""") +an instance of :class:`plotly.graph_objs.funnel.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py b/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py index 57aa294a208..8e44bc42a45 100644 --- a/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py index 6653e69d985..814efe9b06d 100644 --- a/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/colorbar/_title.py b/plotly/graph_objs/funnel/marker/colorbar/_title.py index 0b75fba89ae..c8a0d588397 100644 --- a/plotly/graph_objs/funnel/marker/colorbar/_title.py +++ b/plotly/graph_objs/funnel/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnel/marker/colorbar/title/_font.py b/plotly/graph_objs/funnel/marker/colorbar/title/_font.py index b107d09e188..ff0a34c32d1 100644 --- a/plotly/graph_objs/funnel/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/funnel/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnel.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.funnel.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_domain.py b/plotly/graph_objs/funnelarea/_domain.py index e83dc2da30a..5b5fc384e6b 100644 --- a/plotly/graph_objs/funnelarea/_domain.py +++ b/plotly/graph_objs/funnelarea/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Domain`""") +an instance of :class:`plotly.graph_objs.funnelarea.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_hoverlabel.py b/plotly/graph_objs/funnelarea/_hoverlabel.py index f43eefaac06..cc7119e664f 100644 --- a/plotly/graph_objs/funnelarea/_hoverlabel.py +++ b/plotly/graph_objs/funnelarea/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.funnelarea.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_insidetextfont.py b/plotly/graph_objs/funnelarea/_insidetextfont.py index 0aa7f8f687e..783df83b590 100644 --- a/plotly/graph_objs/funnelarea/_insidetextfont.py +++ b/plotly/graph_objs/funnelarea/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.funnelarea.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_legendgrouptitle.py b/plotly/graph_objs/funnelarea/_legendgrouptitle.py index 3efd6da93e1..7f817e7e63a 100644 --- a/plotly/graph_objs/funnelarea/_legendgrouptitle.py +++ b/plotly/graph_objs/funnelarea/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.funnelarea.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_marker.py b/plotly/graph_objs/funnelarea/_marker.py index ca38cf77518..ae1c197be7c 100644 --- a/plotly/graph_objs/funnelarea/_marker.py +++ b/plotly/graph_objs/funnelarea/_marker.py @@ -145,10 +145,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Marker`""") +an instance of :class:`plotly.graph_objs.funnelarea.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_stream.py b/plotly/graph_objs/funnelarea/_stream.py index c271022efe4..26da3e0772d 100644 --- a/plotly/graph_objs/funnelarea/_stream.py +++ b/plotly/graph_objs/funnelarea/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Stream`""") +an instance of :class:`plotly.graph_objs.funnelarea.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_textfont.py b/plotly/graph_objs/funnelarea/_textfont.py index 7b61d3398eb..5c91cd75b14 100644 --- a/plotly/graph_objs/funnelarea/_textfont.py +++ b/plotly/graph_objs/funnelarea/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Textfont`""") +an instance of :class:`plotly.graph_objs.funnelarea.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/_title.py b/plotly/graph_objs/funnelarea/_title.py index 5c2d0422ca2..f026c0f676d 100644 --- a/plotly/graph_objs/funnelarea/_title.py +++ b/plotly/graph_objs/funnelarea/_title.py @@ -116,10 +116,12 @@ def __init__(self, arg=None, font=None, position=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.Title`""") +an instance of :class:`plotly.graph_objs.funnelarea.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/hoverlabel/_font.py b/plotly/graph_objs/funnelarea/hoverlabel/_font.py index 63dcb4f8493..53dac753c3e 100644 --- a/plotly/graph_objs/funnelarea/hoverlabel/_font.py +++ b/plotly/graph_objs/funnelarea/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.funnelarea.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py b/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py index 5b01415fc80..c4f367f624f 100644 --- a/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py +++ b/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.funnelarea.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/marker/_line.py b/plotly/graph_objs/funnelarea/marker/_line.py index a8d25f05151..f01e822129c 100644 --- a/plotly/graph_objs/funnelarea/marker/_line.py +++ b/plotly/graph_objs/funnelarea/marker/_line.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.marker.Line`""") +an instance of :class:`plotly.graph_objs.funnelarea.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/marker/_pattern.py b/plotly/graph_objs/funnelarea/marker/_pattern.py index cf447b7bc4e..f80da6cfb56 100644 --- a/plotly/graph_objs/funnelarea/marker/_pattern.py +++ b/plotly/graph_objs/funnelarea/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.funnelarea.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/funnelarea/title/_font.py b/plotly/graph_objs/funnelarea/title/_font.py index 0b90b88965d..886a9b479ff 100644 --- a/plotly/graph_objs/funnelarea/title/_font.py +++ b/plotly/graph_objs/funnelarea/title/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.funnelarea.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.funnelarea.title.Font`""") +an instance of :class:`plotly.graph_objs.funnelarea.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/_colorbar.py b/plotly/graph_objs/heatmap/_colorbar.py index aca204d457c..4b3a764990f 100644 --- a/plotly/graph_objs/heatmap/_colorbar.py +++ b/plotly/graph_objs/heatmap/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.ColorBar`""") +an instance of :class:`plotly.graph_objs.heatmap.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/_hoverlabel.py b/plotly/graph_objs/heatmap/_hoverlabel.py index 9e12a018237..f778b8032b3 100644 --- a/plotly/graph_objs/heatmap/_hoverlabel.py +++ b/plotly/graph_objs/heatmap/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.heatmap.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/_legendgrouptitle.py b/plotly/graph_objs/heatmap/_legendgrouptitle.py index b3f935a6b8b..e3f1256151e 100644 --- a/plotly/graph_objs/heatmap/_legendgrouptitle.py +++ b/plotly/graph_objs/heatmap/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.heatmap.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/_stream.py b/plotly/graph_objs/heatmap/_stream.py index 776d1b30d6e..7af5bd292b5 100644 --- a/plotly/graph_objs/heatmap/_stream.py +++ b/plotly/graph_objs/heatmap/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.Stream`""") +an instance of :class:`plotly.graph_objs.heatmap.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/_textfont.py b/plotly/graph_objs/heatmap/_textfont.py index b09281c0993..4ba82ead65c 100644 --- a/plotly/graph_objs/heatmap/_textfont.py +++ b/plotly/graph_objs/heatmap/_textfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.Textfont`""") +an instance of :class:`plotly.graph_objs.heatmap.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/colorbar/_tickfont.py b/plotly/graph_objs/heatmap/colorbar/_tickfont.py index 807c1e205a0..7e504e29280 100644 --- a/plotly/graph_objs/heatmap/colorbar/_tickfont.py +++ b/plotly/graph_objs/heatmap/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.heatmap.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py b/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py index 910edda3d06..f63ede33414 100644 --- a/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.heatmap.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/colorbar/_title.py b/plotly/graph_objs/heatmap/colorbar/_title.py index f36276776da..2608bc88434 100644 --- a/plotly/graph_objs/heatmap/colorbar/_title.py +++ b/plotly/graph_objs/heatmap/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.heatmap.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/colorbar/title/_font.py b/plotly/graph_objs/heatmap/colorbar/title/_font.py index cd5653f77c6..738bc929acc 100644 --- a/plotly/graph_objs/heatmap/colorbar/title/_font.py +++ b/plotly/graph_objs/heatmap/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.heatmap.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/hoverlabel/_font.py b/plotly/graph_objs/heatmap/hoverlabel/_font.py index 7885449e206..901d0a1459a 100644 --- a/plotly/graph_objs/heatmap/hoverlabel/_font.py +++ b/plotly/graph_objs/heatmap/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.heatmap.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/heatmap/legendgrouptitle/_font.py b/plotly/graph_objs/heatmap/legendgrouptitle/_font.py index 681209c2299..72ccb850261 100644 --- a/plotly/graph_objs/heatmap/legendgrouptitle/_font.py +++ b/plotly/graph_objs/heatmap/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.heatmap.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.heatmap.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.heatmap.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_cumulative.py b/plotly/graph_objs/histogram/_cumulative.py index e06ede1f6c1..9ef324fddce 100644 --- a/plotly/graph_objs/histogram/_cumulative.py +++ b/plotly/graph_objs/histogram/_cumulative.py @@ -158,10 +158,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Cumulative constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Cumulative`""") +an instance of :class:`plotly.graph_objs.histogram.Cumulative`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_error_x.py b/plotly/graph_objs/histogram/_error_x.py index d9d418e3b03..83e90c672eb 100644 --- a/plotly/graph_objs/histogram/_error_x.py +++ b/plotly/graph_objs/histogram/_error_x.py @@ -476,10 +476,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.ErrorX constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.ErrorX`""") +an instance of :class:`plotly.graph_objs.histogram.ErrorX`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_error_y.py b/plotly/graph_objs/histogram/_error_y.py index e37b0d95cac..eeb79f8faa7 100644 --- a/plotly/graph_objs/histogram/_error_y.py +++ b/plotly/graph_objs/histogram/_error_y.py @@ -454,10 +454,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.ErrorY constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.ErrorY`""") +an instance of :class:`plotly.graph_objs.histogram.ErrorY`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_hoverlabel.py b/plotly/graph_objs/histogram/_hoverlabel.py index 181b86c82e8..809ce250df0 100644 --- a/plotly/graph_objs/histogram/_hoverlabel.py +++ b/plotly/graph_objs/histogram/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.histogram.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_insidetextfont.py b/plotly/graph_objs/histogram/_insidetextfont.py index f7d9c8374ac..1654fa9d904 100644 --- a/plotly/graph_objs/histogram/_insidetextfont.py +++ b/plotly/graph_objs/histogram/_insidetextfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.histogram.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_legendgrouptitle.py b/plotly/graph_objs/histogram/_legendgrouptitle.py index aea72de559a..d68cffe3df2 100644 --- a/plotly/graph_objs/histogram/_legendgrouptitle.py +++ b/plotly/graph_objs/histogram/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.histogram.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_marker.py b/plotly/graph_objs/histogram/_marker.py index 6f8a4ee8b76..0731170a71a 100644 --- a/plotly/graph_objs/histogram/_marker.py +++ b/plotly/graph_objs/histogram/_marker.py @@ -657,10 +657,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Marker`""") +an instance of :class:`plotly.graph_objs.histogram.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_outsidetextfont.py b/plotly/graph_objs/histogram/_outsidetextfont.py index ae088ec2dbe..337da0a18e2 100644 --- a/plotly/graph_objs/histogram/_outsidetextfont.py +++ b/plotly/graph_objs/histogram/_outsidetextfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.histogram.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_selected.py b/plotly/graph_objs/histogram/_selected.py index b99df320d2d..52b8afd12c7 100644 --- a/plotly/graph_objs/histogram/_selected.py +++ b/plotly/graph_objs/histogram/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Selected`""") +an instance of :class:`plotly.graph_objs.histogram.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_stream.py b/plotly/graph_objs/histogram/_stream.py index 1249bc9317d..543f4bbe96a 100644 --- a/plotly/graph_objs/histogram/_stream.py +++ b/plotly/graph_objs/histogram/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Stream`""") +an instance of :class:`plotly.graph_objs.histogram.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_textfont.py b/plotly/graph_objs/histogram/_textfont.py index dcacc29c1b8..eaf278b9f4f 100644 --- a/plotly/graph_objs/histogram/_textfont.py +++ b/plotly/graph_objs/histogram/_textfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Textfont`""") +an instance of :class:`plotly.graph_objs.histogram.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_unselected.py b/plotly/graph_objs/histogram/_unselected.py index a9e93418ce0..ae54977144a 100644 --- a/plotly/graph_objs/histogram/_unselected.py +++ b/plotly/graph_objs/histogram/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.Unselected`""") +an instance of :class:`plotly.graph_objs.histogram.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_xbins.py b/plotly/graph_objs/histogram/_xbins.py index a0dd1a5ae8b..8490e16147c 100644 --- a/plotly/graph_objs/histogram/_xbins.py +++ b/plotly/graph_objs/histogram/_xbins.py @@ -195,10 +195,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.XBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.XBins`""") +an instance of :class:`plotly.graph_objs.histogram.XBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/_ybins.py b/plotly/graph_objs/histogram/_ybins.py index 1c0975de182..cab7f2873b8 100644 --- a/plotly/graph_objs/histogram/_ybins.py +++ b/plotly/graph_objs/histogram/_ybins.py @@ -195,10 +195,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.YBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.YBins`""") +an instance of :class:`plotly.graph_objs.histogram.YBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/hoverlabel/_font.py b/plotly/graph_objs/histogram/hoverlabel/_font.py index 0e6c08b423c..4ff7d4acfc5 100644 --- a/plotly/graph_objs/histogram/hoverlabel/_font.py +++ b/plotly/graph_objs/histogram/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.histogram.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/legendgrouptitle/_font.py b/plotly/graph_objs/histogram/legendgrouptitle/_font.py index 20e04524300..ebafab8eab8 100644 --- a/plotly/graph_objs/histogram/legendgrouptitle/_font.py +++ b/plotly/graph_objs/histogram/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.histogram.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/_colorbar.py b/plotly/graph_objs/histogram/marker/_colorbar.py index 736ad46764b..d38c390891d 100644 --- a/plotly/graph_objs/histogram/marker/_colorbar.py +++ b/plotly/graph_objs/histogram/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.histogram.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/_line.py b/plotly/graph_objs/histogram/marker/_line.py index d1eaa9f732c..24fa356302c 100644 --- a/plotly/graph_objs/histogram/marker/_line.py +++ b/plotly/graph_objs/histogram/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.Line`""") +an instance of :class:`plotly.graph_objs.histogram.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/_pattern.py b/plotly/graph_objs/histogram/marker/_pattern.py index bfc03a0367a..776c7f709b1 100644 --- a/plotly/graph_objs/histogram/marker/_pattern.py +++ b/plotly/graph_objs/histogram/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.histogram.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py b/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py index 8d282ee38b9..4a080359b0d 100644 --- a/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py index e79099e9e7a..a1016eb2246 100644 --- a/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/colorbar/_title.py b/plotly/graph_objs/histogram/marker/colorbar/_title.py index f7b5a88ca12..b9a3725d553 100644 --- a/plotly/graph_objs/histogram/marker/colorbar/_title.py +++ b/plotly/graph_objs/histogram/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/marker/colorbar/title/_font.py b/plotly/graph_objs/histogram/marker/colorbar/title/_font.py index aaa57f41679..8d4d2977aff 100644 --- a/plotly/graph_objs/histogram/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/histogram/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.histogram.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/selected/_marker.py b/plotly/graph_objs/histogram/selected/_marker.py index 7858b6f94d5..002868e07a6 100644 --- a/plotly/graph_objs/histogram/selected/_marker.py +++ b/plotly/graph_objs/histogram/selected/_marker.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.selected.Marker`""") +an instance of :class:`plotly.graph_objs.histogram.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/selected/_textfont.py b/plotly/graph_objs/histogram/selected/_textfont.py index dc0739a01bd..f88f862a8de 100644 --- a/plotly/graph_objs/histogram/selected/_textfont.py +++ b/plotly/graph_objs/histogram/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.histogram.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/unselected/_marker.py b/plotly/graph_objs/histogram/unselected/_marker.py index 1912438b08c..1ea00ca0fc0 100644 --- a/plotly/graph_objs/histogram/unselected/_marker.py +++ b/plotly/graph_objs/histogram/unselected/_marker.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.histogram.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram/unselected/_textfont.py b/plotly/graph_objs/histogram/unselected/_textfont.py index 423fc3d09a8..6868d1841f6 100644 --- a/plotly/graph_objs/histogram/unselected/_textfont.py +++ b/plotly/graph_objs/histogram/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.histogram.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_colorbar.py b/plotly/graph_objs/histogram2d/_colorbar.py index 2d154c94ef4..bfa62564d70 100644 --- a/plotly/graph_objs/histogram2d/_colorbar.py +++ b/plotly/graph_objs/histogram2d/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.ColorBar`""") +an instance of :class:`plotly.graph_objs.histogram2d.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_hoverlabel.py b/plotly/graph_objs/histogram2d/_hoverlabel.py index 1992a00d2d7..da66102120d 100644 --- a/plotly/graph_objs/histogram2d/_hoverlabel.py +++ b/plotly/graph_objs/histogram2d/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.histogram2d.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_legendgrouptitle.py b/plotly/graph_objs/histogram2d/_legendgrouptitle.py index 8e993cd569e..749cd65dce4 100644 --- a/plotly/graph_objs/histogram2d/_legendgrouptitle.py +++ b/plotly/graph_objs/histogram2d/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.histogram2d.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_marker.py b/plotly/graph_objs/histogram2d/_marker.py index c433bacac9b..ac8526bdfbd 100644 --- a/plotly/graph_objs/histogram2d/_marker.py +++ b/plotly/graph_objs/histogram2d/_marker.py @@ -88,10 +88,12 @@ def __init__(self, arg=None, color=None, colorsrc=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.Marker`""") +an instance of :class:`plotly.graph_objs.histogram2d.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_stream.py b/plotly/graph_objs/histogram2d/_stream.py index 7d45c686739..53685ac6afd 100644 --- a/plotly/graph_objs/histogram2d/_stream.py +++ b/plotly/graph_objs/histogram2d/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.Stream`""") +an instance of :class:`plotly.graph_objs.histogram2d.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_textfont.py b/plotly/graph_objs/histogram2d/_textfont.py index 047d5b0f1fe..e8334bdc595 100644 --- a/plotly/graph_objs/histogram2d/_textfont.py +++ b/plotly/graph_objs/histogram2d/_textfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.Textfont`""") +an instance of :class:`plotly.graph_objs.histogram2d.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_xbins.py b/plotly/graph_objs/histogram2d/_xbins.py index 076c78dc8a5..3a56b0649a8 100644 --- a/plotly/graph_objs/histogram2d/_xbins.py +++ b/plotly/graph_objs/histogram2d/_xbins.py @@ -172,10 +172,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.XBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.XBins`""") +an instance of :class:`plotly.graph_objs.histogram2d.XBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/_ybins.py b/plotly/graph_objs/histogram2d/_ybins.py index c24581dc6c5..db487901df3 100644 --- a/plotly/graph_objs/histogram2d/_ybins.py +++ b/plotly/graph_objs/histogram2d/_ybins.py @@ -172,10 +172,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.YBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.YBins`""") +an instance of :class:`plotly.graph_objs.histogram2d.YBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/colorbar/_tickfont.py b/plotly/graph_objs/histogram2d/colorbar/_tickfont.py index 5e74d76bcae..72585b40397 100644 --- a/plotly/graph_objs/histogram2d/colorbar/_tickfont.py +++ b/plotly/graph_objs/histogram2d/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py b/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py index c5de7a7f998..e5651657c37 100644 --- a/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/colorbar/_title.py b/plotly/graph_objs/histogram2d/colorbar/_title.py index a941eb63da3..4f96481b063 100644 --- a/plotly/graph_objs/histogram2d/colorbar/_title.py +++ b/plotly/graph_objs/histogram2d/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.histogram2d.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/colorbar/title/_font.py b/plotly/graph_objs/histogram2d/colorbar/title/_font.py index 2e0dd20e832..ace6877100a 100644 --- a/plotly/graph_objs/histogram2d/colorbar/title/_font.py +++ b/plotly/graph_objs/histogram2d/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.histogram2d.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/hoverlabel/_font.py b/plotly/graph_objs/histogram2d/hoverlabel/_font.py index 0aded409b07..bdb789545e7 100644 --- a/plotly/graph_objs/histogram2d/hoverlabel/_font.py +++ b/plotly/graph_objs/histogram2d/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.histogram2d.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py b/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py index e1eda6945a6..216b052677a 100644 --- a/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py +++ b/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2d.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2d.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.histogram2d.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_colorbar.py b/plotly/graph_objs/histogram2dcontour/_colorbar.py index 8f286c2f921..ce1d529591c 100644 --- a/plotly/graph_objs/histogram2dcontour/_colorbar.py +++ b/plotly/graph_objs/histogram2dcontour/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.ColorBar`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_contours.py b/plotly/graph_objs/histogram2dcontour/_contours.py index 3ba60716af1..42b8baf86af 100644 --- a/plotly/graph_objs/histogram2dcontour/_contours.py +++ b/plotly/graph_objs/histogram2dcontour/_contours.py @@ -413,10 +413,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Contours constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Contours`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Contours`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_hoverlabel.py b/plotly/graph_objs/histogram2dcontour/_hoverlabel.py index 907db44d7d9..03f8c1f93c3 100644 --- a/plotly/graph_objs/histogram2dcontour/_hoverlabel.py +++ b/plotly/graph_objs/histogram2dcontour/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py b/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py index b3275609516..aa28c065ea4 100644 --- a/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py +++ b/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_line.py b/plotly/graph_objs/histogram2dcontour/_line.py index c57d618dd73..194e786d5ed 100644 --- a/plotly/graph_objs/histogram2dcontour/_line.py +++ b/plotly/graph_objs/histogram2dcontour/_line.py @@ -154,10 +154,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Line`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_marker.py b/plotly/graph_objs/histogram2dcontour/_marker.py index 146412afab9..cfa868d52b1 100644 --- a/plotly/graph_objs/histogram2dcontour/_marker.py +++ b/plotly/graph_objs/histogram2dcontour/_marker.py @@ -88,10 +88,12 @@ def __init__(self, arg=None, color=None, colorsrc=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Marker`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_stream.py b/plotly/graph_objs/histogram2dcontour/_stream.py index 59dbafd4991..3bf34adbd7f 100644 --- a/plotly/graph_objs/histogram2dcontour/_stream.py +++ b/plotly/graph_objs/histogram2dcontour/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Stream`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_textfont.py b/plotly/graph_objs/histogram2dcontour/_textfont.py index 36f7542b158..ca69c6a0320 100644 --- a/plotly/graph_objs/histogram2dcontour/_textfont.py +++ b/plotly/graph_objs/histogram2dcontour/_textfont.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.Textfont`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_xbins.py b/plotly/graph_objs/histogram2dcontour/_xbins.py index 80a4aca6f84..dfe29f0eb41 100644 --- a/plotly/graph_objs/histogram2dcontour/_xbins.py +++ b/plotly/graph_objs/histogram2dcontour/_xbins.py @@ -172,10 +172,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.XBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.XBins`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.XBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/_ybins.py b/plotly/graph_objs/histogram2dcontour/_ybins.py index f73dc70ab9a..86f7c107648 100644 --- a/plotly/graph_objs/histogram2dcontour/_ybins.py +++ b/plotly/graph_objs/histogram2dcontour/_ybins.py @@ -172,10 +172,12 @@ def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.YBins constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.YBins`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.YBins`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py b/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py index 164e6ba240d..81be5e7e5f2 100644 --- a/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py +++ b/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py b/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py index 29a54de99ec..9b346ac3b70 100644 --- a/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/colorbar/_title.py b/plotly/graph_objs/histogram2dcontour/colorbar/_title.py index 52f41a1d264..acf88124f1f 100644 --- a/plotly/graph_objs/histogram2dcontour/colorbar/_title.py +++ b/plotly/graph_objs/histogram2dcontour/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py b/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py index 8c9e8185fd8..f9308abebad 100644 --- a/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py +++ b/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py b/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py index 96bc43bd587..32e57eff554 100644 --- a/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py +++ b/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py @@ -315,10 +315,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.contours.Labelfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.contours.Labelfont`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.contours.Labelfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py b/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py index 3697c6bb9eb..ebd525d2e35 100644 --- a/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py +++ b/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py b/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py index 79fa0f4ed1c..2b61c69a6a0 100644 --- a/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py +++ b/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.histogram2dcontour.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.histogram2dcontour.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.histogram2dcontour.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_domain.py b/plotly/graph_objs/icicle/_domain.py index 82640ceeb87..36df55f0a66 100644 --- a/plotly/graph_objs/icicle/_domain.py +++ b/plotly/graph_objs/icicle/_domain.py @@ -153,10 +153,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Domain`""") +an instance of :class:`plotly.graph_objs.icicle.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_hoverlabel.py b/plotly/graph_objs/icicle/_hoverlabel.py index 0fadea6a887..db724b96080 100644 --- a/plotly/graph_objs/icicle/_hoverlabel.py +++ b/plotly/graph_objs/icicle/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.icicle.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_insidetextfont.py b/plotly/graph_objs/icicle/_insidetextfont.py index 6be98515d4c..4d8c4bef537 100644 --- a/plotly/graph_objs/icicle/_insidetextfont.py +++ b/plotly/graph_objs/icicle/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.icicle.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_leaf.py b/plotly/graph_objs/icicle/_leaf.py index 467527dc971..80529596200 100644 --- a/plotly/graph_objs/icicle/_leaf.py +++ b/plotly/graph_objs/icicle/_leaf.py @@ -66,10 +66,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Leaf constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Leaf`""") +an instance of :class:`plotly.graph_objs.icicle.Leaf`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_legendgrouptitle.py b/plotly/graph_objs/icicle/_legendgrouptitle.py index 11ed7f9531f..8176d6f346a 100644 --- a/plotly/graph_objs/icicle/_legendgrouptitle.py +++ b/plotly/graph_objs/icicle/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.icicle.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_marker.py b/plotly/graph_objs/icicle/_marker.py index 10bbf6cd64b..04515db5a37 100644 --- a/plotly/graph_objs/icicle/_marker.py +++ b/plotly/graph_objs/icicle/_marker.py @@ -552,10 +552,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Marker`""") +an instance of :class:`plotly.graph_objs.icicle.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_outsidetextfont.py b/plotly/graph_objs/icicle/_outsidetextfont.py index 2e226d09aa4..86f103fe213 100644 --- a/plotly/graph_objs/icicle/_outsidetextfont.py +++ b/plotly/graph_objs/icicle/_outsidetextfont.py @@ -561,10 +561,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.icicle.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_pathbar.py b/plotly/graph_objs/icicle/_pathbar.py index edc657baa12..946fd2de82a 100644 --- a/plotly/graph_objs/icicle/_pathbar.py +++ b/plotly/graph_objs/icicle/_pathbar.py @@ -181,10 +181,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Pathbar constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Pathbar`""") +an instance of :class:`plotly.graph_objs.icicle.Pathbar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_root.py b/plotly/graph_objs/icicle/_root.py index 563937c46cb..d5de6e9d7c2 100644 --- a/plotly/graph_objs/icicle/_root.py +++ b/plotly/graph_objs/icicle/_root.py @@ -73,10 +73,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Root constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Root`""") +an instance of :class:`plotly.graph_objs.icicle.Root`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_stream.py b/plotly/graph_objs/icicle/_stream.py index 10fa9d921a6..d266473be06 100644 --- a/plotly/graph_objs/icicle/_stream.py +++ b/plotly/graph_objs/icicle/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Stream`""") +an instance of :class:`plotly.graph_objs.icicle.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_textfont.py b/plotly/graph_objs/icicle/_textfont.py index 5818410ead8..7068ac0a58d 100644 --- a/plotly/graph_objs/icicle/_textfont.py +++ b/plotly/graph_objs/icicle/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Textfont`""") +an instance of :class:`plotly.graph_objs.icicle.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/_tiling.py b/plotly/graph_objs/icicle/_tiling.py index 9c382f10057..04191b9c410 100644 --- a/plotly/graph_objs/icicle/_tiling.py +++ b/plotly/graph_objs/icicle/_tiling.py @@ -138,10 +138,12 @@ def __init__(self, arg=None, flip=None, orientation=None, pad=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.Tiling constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.Tiling`""") +an instance of :class:`plotly.graph_objs.icicle.Tiling`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/hoverlabel/_font.py b/plotly/graph_objs/icicle/hoverlabel/_font.py index c4253a2bfdb..f9d21b47416 100644 --- a/plotly/graph_objs/icicle/hoverlabel/_font.py +++ b/plotly/graph_objs/icicle/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.icicle.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/legendgrouptitle/_font.py b/plotly/graph_objs/icicle/legendgrouptitle/_font.py index cbeb577b506..cdaa18b67ac 100644 --- a/plotly/graph_objs/icicle/legendgrouptitle/_font.py +++ b/plotly/graph_objs/icicle/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.icicle.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/_colorbar.py b/plotly/graph_objs/icicle/marker/_colorbar.py index 5ea9b15a76d..ff5b53c9816 100644 --- a/plotly/graph_objs/icicle/marker/_colorbar.py +++ b/plotly/graph_objs/icicle/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.icicle.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/_line.py b/plotly/graph_objs/icicle/marker/_line.py index ea00cd59025..8633aeb6183 100644 --- a/plotly/graph_objs/icicle/marker/_line.py +++ b/plotly/graph_objs/icicle/marker/_line.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.Line`""") +an instance of :class:`plotly.graph_objs.icicle.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/_pattern.py b/plotly/graph_objs/icicle/marker/_pattern.py index ac85c878504..550037ea1e1 100644 --- a/plotly/graph_objs/icicle/marker/_pattern.py +++ b/plotly/graph_objs/icicle/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.icicle.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py b/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py index 03caedc631d..0be12e1af3b 100644 --- a/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py index d3148d995ce..97d91b2c07d 100644 --- a/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/colorbar/_title.py b/plotly/graph_objs/icicle/marker/colorbar/_title.py index 0e4f9ec7320..716f976190f 100644 --- a/plotly/graph_objs/icicle/marker/colorbar/_title.py +++ b/plotly/graph_objs/icicle/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/marker/colorbar/title/_font.py b/plotly/graph_objs/icicle/marker/colorbar/title/_font.py index 8d4fec62b14..c8f9b9f3801 100644 --- a/plotly/graph_objs/icicle/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/icicle/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.icicle.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/icicle/pathbar/_textfont.py b/plotly/graph_objs/icicle/pathbar/_textfont.py index 8df72ddfbce..55b27297380 100644 --- a/plotly/graph_objs/icicle/pathbar/_textfont.py +++ b/plotly/graph_objs/icicle/pathbar/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.icicle.pathbar.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.icicle.pathbar.Textfont`""") +an instance of :class:`plotly.graph_objs.icicle.pathbar.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/image/_hoverlabel.py b/plotly/graph_objs/image/_hoverlabel.py index 0dc3ec89268..7b8db25b6ac 100644 --- a/plotly/graph_objs/image/_hoverlabel.py +++ b/plotly/graph_objs/image/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.image.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.image.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.image.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/image/_legendgrouptitle.py b/plotly/graph_objs/image/_legendgrouptitle.py index 7b24846aa61..33fb91cb194 100644 --- a/plotly/graph_objs/image/_legendgrouptitle.py +++ b/plotly/graph_objs/image/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.image.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.image.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.image.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/image/_stream.py b/plotly/graph_objs/image/_stream.py index 7c0a3d32d4e..e9759d77bef 100644 --- a/plotly/graph_objs/image/_stream.py +++ b/plotly/graph_objs/image/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.image.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.image.Stream`""") +an instance of :class:`plotly.graph_objs.image.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/image/hoverlabel/_font.py b/plotly/graph_objs/image/hoverlabel/_font.py index 1eb363feb63..3f767de655f 100644 --- a/plotly/graph_objs/image/hoverlabel/_font.py +++ b/plotly/graph_objs/image/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.image.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.image.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.image.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/image/legendgrouptitle/_font.py b/plotly/graph_objs/image/legendgrouptitle/_font.py index c3a46b36fd4..c648864f47f 100644 --- a/plotly/graph_objs/image/legendgrouptitle/_font.py +++ b/plotly/graph_objs/image/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.image.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.image.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.image.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_delta.py b/plotly/graph_objs/indicator/_delta.py index 6c40ef637eb..39e9327db3d 100644 --- a/plotly/graph_objs/indicator/_delta.py +++ b/plotly/graph_objs/indicator/_delta.py @@ -288,10 +288,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Delta constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Delta`""") +an instance of :class:`plotly.graph_objs.indicator.Delta`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_domain.py b/plotly/graph_objs/indicator/_domain.py index 1aaf4e66a6f..a9401189129 100644 --- a/plotly/graph_objs/indicator/_domain.py +++ b/plotly/graph_objs/indicator/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Domain`""") +an instance of :class:`plotly.graph_objs.indicator.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_gauge.py b/plotly/graph_objs/indicator/_gauge.py index 1fde32d64cf..29ff6e47203 100644 --- a/plotly/graph_objs/indicator/_gauge.py +++ b/plotly/graph_objs/indicator/_gauge.py @@ -302,10 +302,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Gauge constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Gauge`""") +an instance of :class:`plotly.graph_objs.indicator.Gauge`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_legendgrouptitle.py b/plotly/graph_objs/indicator/_legendgrouptitle.py index d4767c7ed41..ad81c3d5f25 100644 --- a/plotly/graph_objs/indicator/_legendgrouptitle.py +++ b/plotly/graph_objs/indicator/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.indicator.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_number.py b/plotly/graph_objs/indicator/_number.py index 487d4fdc788..bfb2bbdc141 100644 --- a/plotly/graph_objs/indicator/_number.py +++ b/plotly/graph_objs/indicator/_number.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Number constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Number`""") +an instance of :class:`plotly.graph_objs.indicator.Number`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_stream.py b/plotly/graph_objs/indicator/_stream.py index 0b793d04650..5e439c8c1ad 100644 --- a/plotly/graph_objs/indicator/_stream.py +++ b/plotly/graph_objs/indicator/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Stream`""") +an instance of :class:`plotly.graph_objs.indicator.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/_title.py b/plotly/graph_objs/indicator/_title.py index 68f71ab024d..770ef5d593f 100644 --- a/plotly/graph_objs/indicator/_title.py +++ b/plotly/graph_objs/indicator/_title.py @@ -119,10 +119,12 @@ def __init__(self, arg=None, align=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.Title`""") +an instance of :class:`plotly.graph_objs.indicator.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/delta/_decreasing.py b/plotly/graph_objs/indicator/delta/_decreasing.py index 43644270c5a..a9921f73a9e 100644 --- a/plotly/graph_objs/indicator/delta/_decreasing.py +++ b/plotly/graph_objs/indicator/delta/_decreasing.py @@ -91,10 +91,12 @@ def __init__(self, arg=None, color=None, symbol=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.delta.Decreasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.delta.Decreasing`""") +an instance of :class:`plotly.graph_objs.indicator.delta.Decreasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/delta/_font.py b/plotly/graph_objs/indicator/delta/_font.py index a30bb94a028..46ff605cf5b 100644 --- a/plotly/graph_objs/indicator/delta/_font.py +++ b/plotly/graph_objs/indicator/delta/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.delta.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.delta.Font`""") +an instance of :class:`plotly.graph_objs.indicator.delta.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/delta/_increasing.py b/plotly/graph_objs/indicator/delta/_increasing.py index 91ee3b25ce0..7a182b5c6a0 100644 --- a/plotly/graph_objs/indicator/delta/_increasing.py +++ b/plotly/graph_objs/indicator/delta/_increasing.py @@ -91,10 +91,12 @@ def __init__(self, arg=None, color=None, symbol=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.delta.Increasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.delta.Increasing`""") +an instance of :class:`plotly.graph_objs.indicator.delta.Increasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/_axis.py b/plotly/graph_objs/indicator/gauge/_axis.py index 118be6f7b36..12de49990d0 100644 --- a/plotly/graph_objs/indicator/gauge/_axis.py +++ b/plotly/graph_objs/indicator/gauge/_axis.py @@ -1083,10 +1083,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.Axis constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.Axis`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.Axis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/_bar.py b/plotly/graph_objs/indicator/gauge/_bar.py index 622dc9eae0d..a7bcc8e8bf9 100644 --- a/plotly/graph_objs/indicator/gauge/_bar.py +++ b/plotly/graph_objs/indicator/gauge/_bar.py @@ -120,10 +120,12 @@ def __init__(self, arg=None, color=None, line=None, thickness=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.Bar constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.Bar`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.Bar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/_step.py b/plotly/graph_objs/indicator/gauge/_step.py index c683b9beeb4..f76f1a6c956 100644 --- a/plotly/graph_objs/indicator/gauge/_step.py +++ b/plotly/graph_objs/indicator/gauge/_step.py @@ -244,10 +244,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.Step constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.Step`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.Step`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/_threshold.py b/plotly/graph_objs/indicator/gauge/_threshold.py index acee11427e3..25ea358f96d 100644 --- a/plotly/graph_objs/indicator/gauge/_threshold.py +++ b/plotly/graph_objs/indicator/gauge/_threshold.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, line=None, thickness=None, value=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.Threshold constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.Threshold`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.Threshold`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/axis/_tickfont.py b/plotly/graph_objs/indicator/gauge/axis/_tickfont.py index 22ed5464c84..ab8047144d2 100644 --- a/plotly/graph_objs/indicator/gauge/axis/_tickfont.py +++ b/plotly/graph_objs/indicator/gauge/axis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.axis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.axis.Tickfont`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.axis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py b/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py index 6f4d7b56762..658a39e3bc1 100644 --- a/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py +++ b/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.axis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.axis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.axis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/bar/_line.py b/plotly/graph_objs/indicator/gauge/bar/_line.py index 4b6a8424d78..9dc7e77a03c 100644 --- a/plotly/graph_objs/indicator/gauge/bar/_line.py +++ b/plotly/graph_objs/indicator/gauge/bar/_line.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.bar.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.bar.Line`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.bar.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/step/_line.py b/plotly/graph_objs/indicator/gauge/step/_line.py index 66e52fe23af..275e0979681 100644 --- a/plotly/graph_objs/indicator/gauge/step/_line.py +++ b/plotly/graph_objs/indicator/gauge/step/_line.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.step.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.step.Line`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.step.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/gauge/threshold/_line.py b/plotly/graph_objs/indicator/gauge/threshold/_line.py index 39cc1745a97..aeece7387b1 100644 --- a/plotly/graph_objs/indicator/gauge/threshold/_line.py +++ b/plotly/graph_objs/indicator/gauge/threshold/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.gauge.threshold.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.gauge.threshold.Line`""") +an instance of :class:`plotly.graph_objs.indicator.gauge.threshold.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/legendgrouptitle/_font.py b/plotly/graph_objs/indicator/legendgrouptitle/_font.py index 6cd1574605b..4ebe1410918 100644 --- a/plotly/graph_objs/indicator/legendgrouptitle/_font.py +++ b/plotly/graph_objs/indicator/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.indicator.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/number/_font.py b/plotly/graph_objs/indicator/number/_font.py index 48dedbdd946..5cb6c6bef75 100644 --- a/plotly/graph_objs/indicator/number/_font.py +++ b/plotly/graph_objs/indicator/number/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.number.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.number.Font`""") +an instance of :class:`plotly.graph_objs.indicator.number.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/indicator/title/_font.py b/plotly/graph_objs/indicator/title/_font.py index 4407ab238f3..61cadafaabe 100644 --- a/plotly/graph_objs/indicator/title/_font.py +++ b/plotly/graph_objs/indicator/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.indicator.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.indicator.title.Font`""") +an instance of :class:`plotly.graph_objs.indicator.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_caps.py b/plotly/graph_objs/isosurface/_caps.py index e54a7e0979c..3c55ddcb963 100644 --- a/plotly/graph_objs/isosurface/_caps.py +++ b/plotly/graph_objs/isosurface/_caps.py @@ -117,10 +117,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Caps constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Caps`""") +an instance of :class:`plotly.graph_objs.isosurface.Caps`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_colorbar.py b/plotly/graph_objs/isosurface/_colorbar.py index 9faba4c3cd3..285d22c1a77 100644 --- a/plotly/graph_objs/isosurface/_colorbar.py +++ b/plotly/graph_objs/isosurface/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.ColorBar`""") +an instance of :class:`plotly.graph_objs.isosurface.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_contour.py b/plotly/graph_objs/isosurface/_contour.py index abd067d5c52..6c6cf15b6f2 100644 --- a/plotly/graph_objs/isosurface/_contour.py +++ b/plotly/graph_objs/isosurface/_contour.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, show=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Contour constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Contour`""") +an instance of :class:`plotly.graph_objs.isosurface.Contour`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_hoverlabel.py b/plotly/graph_objs/isosurface/_hoverlabel.py index 7328d3be35b..a2ae7f36332 100644 --- a/plotly/graph_objs/isosurface/_hoverlabel.py +++ b/plotly/graph_objs/isosurface/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.isosurface.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_legendgrouptitle.py b/plotly/graph_objs/isosurface/_legendgrouptitle.py index bff642573dd..9d84ff7520c 100644 --- a/plotly/graph_objs/isosurface/_legendgrouptitle.py +++ b/plotly/graph_objs/isosurface/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.isosurface.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_lighting.py b/plotly/graph_objs/isosurface/_lighting.py index e5b9e8f79cc..00c34228dd3 100644 --- a/plotly/graph_objs/isosurface/_lighting.py +++ b/plotly/graph_objs/isosurface/_lighting.py @@ -241,10 +241,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Lighting`""") +an instance of :class:`plotly.graph_objs.isosurface.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_lightposition.py b/plotly/graph_objs/isosurface/_lightposition.py index 07e99a87f42..2db99209285 100644 --- a/plotly/graph_objs/isosurface/_lightposition.py +++ b/plotly/graph_objs/isosurface/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Lightposition`""") +an instance of :class:`plotly.graph_objs.isosurface.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_slices.py b/plotly/graph_objs/isosurface/_slices.py index df6b4830696..2de4e789304 100644 --- a/plotly/graph_objs/isosurface/_slices.py +++ b/plotly/graph_objs/isosurface/_slices.py @@ -117,10 +117,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Slices constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Slices`""") +an instance of :class:`plotly.graph_objs.isosurface.Slices`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_spaceframe.py b/plotly/graph_objs/isosurface/_spaceframe.py index 9bbe302d2aa..5cbf3859942 100644 --- a/plotly/graph_objs/isosurface/_spaceframe.py +++ b/plotly/graph_objs/isosurface/_spaceframe.py @@ -108,10 +108,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Spaceframe constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Spaceframe`""") +an instance of :class:`plotly.graph_objs.isosurface.Spaceframe`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_stream.py b/plotly/graph_objs/isosurface/_stream.py index ee2809fa7bc..4496ea5bd81 100644 --- a/plotly/graph_objs/isosurface/_stream.py +++ b/plotly/graph_objs/isosurface/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Stream`""") +an instance of :class:`plotly.graph_objs.isosurface.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/_surface.py b/plotly/graph_objs/isosurface/_surface.py index 9f28e9a2976..ad5902b4ff4 100644 --- a/plotly/graph_objs/isosurface/_surface.py +++ b/plotly/graph_objs/isosurface/_surface.py @@ -177,10 +177,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.Surface constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.Surface`""") +an instance of :class:`plotly.graph_objs.isosurface.Surface`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/caps/_x.py b/plotly/graph_objs/isosurface/caps/_x.py index fd10b7e7bef..431e6eefad0 100644 --- a/plotly/graph_objs/isosurface/caps/_x.py +++ b/plotly/graph_objs/isosurface/caps/_x.py @@ -108,10 +108,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.caps.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.caps.X`""") +an instance of :class:`plotly.graph_objs.isosurface.caps.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/caps/_y.py b/plotly/graph_objs/isosurface/caps/_y.py index ae17f7f51d1..7579f12045e 100644 --- a/plotly/graph_objs/isosurface/caps/_y.py +++ b/plotly/graph_objs/isosurface/caps/_y.py @@ -108,10 +108,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.caps.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.caps.Y`""") +an instance of :class:`plotly.graph_objs.isosurface.caps.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/caps/_z.py b/plotly/graph_objs/isosurface/caps/_z.py index e7516c99bd7..be85edb053e 100644 --- a/plotly/graph_objs/isosurface/caps/_z.py +++ b/plotly/graph_objs/isosurface/caps/_z.py @@ -108,10 +108,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.caps.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.caps.Z`""") +an instance of :class:`plotly.graph_objs.isosurface.caps.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/colorbar/_tickfont.py b/plotly/graph_objs/isosurface/colorbar/_tickfont.py index 16009fe9a69..bcf795905f3 100644 --- a/plotly/graph_objs/isosurface/colorbar/_tickfont.py +++ b/plotly/graph_objs/isosurface/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.isosurface.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py b/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py index b6f7295c858..824da58f020 100644 --- a/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.isosurface.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/colorbar/_title.py b/plotly/graph_objs/isosurface/colorbar/_title.py index c19b2b5ecc5..b5b18ee4689 100644 --- a/plotly/graph_objs/isosurface/colorbar/_title.py +++ b/plotly/graph_objs/isosurface/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.isosurface.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/colorbar/title/_font.py b/plotly/graph_objs/isosurface/colorbar/title/_font.py index 1ee65dfbabc..4cb65ec197a 100644 --- a/plotly/graph_objs/isosurface/colorbar/title/_font.py +++ b/plotly/graph_objs/isosurface/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.isosurface.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/hoverlabel/_font.py b/plotly/graph_objs/isosurface/hoverlabel/_font.py index a5ca3526aa9..b5f50ac1c9d 100644 --- a/plotly/graph_objs/isosurface/hoverlabel/_font.py +++ b/plotly/graph_objs/isosurface/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.isosurface.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/legendgrouptitle/_font.py b/plotly/graph_objs/isosurface/legendgrouptitle/_font.py index 229756707b8..e3ce21c3c3e 100644 --- a/plotly/graph_objs/isosurface/legendgrouptitle/_font.py +++ b/plotly/graph_objs/isosurface/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.isosurface.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/slices/_x.py b/plotly/graph_objs/isosurface/slices/_x.py index 9aa0648a240..b83be2d97fd 100644 --- a/plotly/graph_objs/isosurface/slices/_x.py +++ b/plotly/graph_objs/isosurface/slices/_x.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.slices.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.slices.X`""") +an instance of :class:`plotly.graph_objs.isosurface.slices.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/slices/_y.py b/plotly/graph_objs/isosurface/slices/_y.py index b775a1bb4a7..425a309eac7 100644 --- a/plotly/graph_objs/isosurface/slices/_y.py +++ b/plotly/graph_objs/isosurface/slices/_y.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.slices.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.slices.Y`""") +an instance of :class:`plotly.graph_objs.isosurface.slices.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/isosurface/slices/_z.py b/plotly/graph_objs/isosurface/slices/_z.py index b554acb5075..5f5c116abb8 100644 --- a/plotly/graph_objs/isosurface/slices/_z.py +++ b/plotly/graph_objs/isosurface/slices/_z.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.isosurface.slices.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.isosurface.slices.Z`""") +an instance of :class:`plotly.graph_objs.isosurface.slices.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_activeselection.py b/plotly/graph_objs/layout/_activeselection.py index df8947603fd..2df13253b09 100644 --- a/plotly/graph_objs/layout/_activeselection.py +++ b/plotly/graph_objs/layout/_activeselection.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, fillcolor=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Activeselection constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Activeselection`""") +an instance of :class:`plotly.graph_objs.layout.Activeselection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_activeshape.py b/plotly/graph_objs/layout/_activeshape.py index e350187dc67..eb6a7751278 100644 --- a/plotly/graph_objs/layout/_activeshape.py +++ b/plotly/graph_objs/layout/_activeshape.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, fillcolor=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Activeshape constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Activeshape`""") +an instance of :class:`plotly.graph_objs.layout.Activeshape`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_annotation.py b/plotly/graph_objs/layout/_annotation.py index 981373d9f53..5b8cd774bc5 100644 --- a/plotly/graph_objs/layout/_annotation.py +++ b/plotly/graph_objs/layout/_annotation.py @@ -1662,10 +1662,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Annotation constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Annotation`""") +an instance of :class:`plotly.graph_objs.layout.Annotation`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_coloraxis.py b/plotly/graph_objs/layout/_coloraxis.py index 0b4ec2edad6..6ae588db10b 100644 --- a/plotly/graph_objs/layout/_coloraxis.py +++ b/plotly/graph_objs/layout/_coloraxis.py @@ -375,10 +375,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Coloraxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Coloraxis`""") +an instance of :class:`plotly.graph_objs.layout.Coloraxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_colorscale.py b/plotly/graph_objs/layout/_colorscale.py index b65ed87fe79..049bcc1fa88 100644 --- a/plotly/graph_objs/layout/_colorscale.py +++ b/plotly/graph_objs/layout/_colorscale.py @@ -199,10 +199,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Colorscale constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Colorscale`""") +an instance of :class:`plotly.graph_objs.layout.Colorscale`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_font.py b/plotly/graph_objs/layout/_font.py index c691e7018c7..45fc0585166 100644 --- a/plotly/graph_objs/layout/_font.py +++ b/plotly/graph_objs/layout/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Font`""") +an instance of :class:`plotly.graph_objs.layout.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_geo.py b/plotly/graph_objs/layout/_geo.py index bee07ae6512..be11ad91137 100644 --- a/plotly/graph_objs/layout/_geo.py +++ b/plotly/graph_objs/layout/_geo.py @@ -924,10 +924,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Geo constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Geo`""") +an instance of :class:`plotly.graph_objs.layout.Geo`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_grid.py b/plotly/graph_objs/layout/_grid.py index 8788027b3a4..e2f815460b3 100644 --- a/plotly/graph_objs/layout/_grid.py +++ b/plotly/graph_objs/layout/_grid.py @@ -487,10 +487,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Grid constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Grid`""") +an instance of :class:`plotly.graph_objs.layout.Grid`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_hoverlabel.py b/plotly/graph_objs/layout/_hoverlabel.py index 644ed5469b4..e5e95f0cd8e 100644 --- a/plotly/graph_objs/layout/_hoverlabel.py +++ b/plotly/graph_objs/layout/_hoverlabel.py @@ -263,10 +263,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.layout.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_image.py b/plotly/graph_objs/layout/_image.py index 943ff247797..59b768ffcf5 100644 --- a/plotly/graph_objs/layout/_image.py +++ b/plotly/graph_objs/layout/_image.py @@ -581,10 +581,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Image constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Image`""") +an instance of :class:`plotly.graph_objs.layout.Image`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_legend.py b/plotly/graph_objs/layout/_legend.py index 618f90f3afc..605969c023f 100644 --- a/plotly/graph_objs/layout/_legend.py +++ b/plotly/graph_objs/layout/_legend.py @@ -930,10 +930,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Legend constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Legend`""") +an instance of :class:`plotly.graph_objs.layout.Legend`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_map.py b/plotly/graph_objs/layout/_map.py index f54257cd6fe..2b6f3fb54e6 100644 --- a/plotly/graph_objs/layout/_map.py +++ b/plotly/graph_objs/layout/_map.py @@ -370,10 +370,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Map constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Map`""") +an instance of :class:`plotly.graph_objs.layout.Map`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_mapbox.py b/plotly/graph_objs/layout/_mapbox.py index b0f5e4e4c3d..539c50997f6 100644 --- a/plotly/graph_objs/layout/_mapbox.py +++ b/plotly/graph_objs/layout/_mapbox.py @@ -429,10 +429,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Mapbox constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Mapbox`""") +an instance of :class:`plotly.graph_objs.layout.Mapbox`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_margin.py b/plotly/graph_objs/layout/_margin.py index b574b3f9f4e..21c633dd5bf 100644 --- a/plotly/graph_objs/layout/_margin.py +++ b/plotly/graph_objs/layout/_margin.py @@ -194,10 +194,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Margin constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Margin`""") +an instance of :class:`plotly.graph_objs.layout.Margin`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_modebar.py b/plotly/graph_objs/layout/_modebar.py index 34b9180f290..9e64e0edb2b 100644 --- a/plotly/graph_objs/layout/_modebar.py +++ b/plotly/graph_objs/layout/_modebar.py @@ -366,10 +366,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Modebar constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Modebar`""") +an instance of :class:`plotly.graph_objs.layout.Modebar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_newselection.py b/plotly/graph_objs/layout/_newselection.py index 4f065710fa0..b1160cb1b0a 100644 --- a/plotly/graph_objs/layout/_newselection.py +++ b/plotly/graph_objs/layout/_newselection.py @@ -104,10 +104,12 @@ def __init__(self, arg=None, line=None, mode=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Newselection constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Newselection`""") +an instance of :class:`plotly.graph_objs.layout.Newselection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_newshape.py b/plotly/graph_objs/layout/_newshape.py index 269a2586647..28c1c817661 100644 --- a/plotly/graph_objs/layout/_newshape.py +++ b/plotly/graph_objs/layout/_newshape.py @@ -516,10 +516,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Newshape constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Newshape`""") +an instance of :class:`plotly.graph_objs.layout.Newshape`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_polar.py b/plotly/graph_objs/layout/_polar.py index 51d76209a0d..7a08a302d4f 100644 --- a/plotly/graph_objs/layout/_polar.py +++ b/plotly/graph_objs/layout/_polar.py @@ -360,10 +360,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Polar constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Polar`""") +an instance of :class:`plotly.graph_objs.layout.Polar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_scene.py b/plotly/graph_objs/layout/_scene.py index 2d08ae1b23b..410adf40dce 100644 --- a/plotly/graph_objs/layout/_scene.py +++ b/plotly/graph_objs/layout/_scene.py @@ -429,10 +429,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Scene constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Scene`""") +an instance of :class:`plotly.graph_objs.layout.Scene`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_selection.py b/plotly/graph_objs/layout/_selection.py index 3ebf7419c32..37578ef5af5 100644 --- a/plotly/graph_objs/layout/_selection.py +++ b/plotly/graph_objs/layout/_selection.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Selection constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Selection`""") +an instance of :class:`plotly.graph_objs.layout.Selection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_shape.py b/plotly/graph_objs/layout/_shape.py index 480bfa440bf..762dc2afc5b 100644 --- a/plotly/graph_objs/layout/_shape.py +++ b/plotly/graph_objs/layout/_shape.py @@ -1243,10 +1243,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Shape constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Shape`""") +an instance of :class:`plotly.graph_objs.layout.Shape`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_slider.py b/plotly/graph_objs/layout/_slider.py index cfafd247901..7ab83c65019 100644 --- a/plotly/graph_objs/layout/_slider.py +++ b/plotly/graph_objs/layout/_slider.py @@ -750,10 +750,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Slider constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Slider`""") +an instance of :class:`plotly.graph_objs.layout.Slider`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_smith.py b/plotly/graph_objs/layout/_smith.py index 061e67992a1..87dd8b4d855 100644 --- a/plotly/graph_objs/layout/_smith.py +++ b/plotly/graph_objs/layout/_smith.py @@ -150,10 +150,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Smith constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Smith`""") +an instance of :class:`plotly.graph_objs.layout.Smith`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_template.py b/plotly/graph_objs/layout/_template.py index 90eb3f6602b..1660d7dcb30 100644 --- a/plotly/graph_objs/layout/_template.py +++ b/plotly/graph_objs/layout/_template.py @@ -113,10 +113,12 @@ def __init__(self, arg=None, data=None, layout=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Template constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Template`""") +an instance of :class:`plotly.graph_objs.layout.Template`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_ternary.py b/plotly/graph_objs/layout/_ternary.py index c8cb58fbb9f..c5e76aebcc2 100644 --- a/plotly/graph_objs/layout/_ternary.py +++ b/plotly/graph_objs/layout/_ternary.py @@ -231,10 +231,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Ternary constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Ternary`""") +an instance of :class:`plotly.graph_objs.layout.Ternary`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_title.py b/plotly/graph_objs/layout/_title.py index 379ed507d6d..5b75b095022 100644 --- a/plotly/graph_objs/layout/_title.py +++ b/plotly/graph_objs/layout/_title.py @@ -427,10 +427,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Title`""") +an instance of :class:`plotly.graph_objs.layout.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_transition.py b/plotly/graph_objs/layout/_transition.py index fec6a282708..5bea620fead 100644 --- a/plotly/graph_objs/layout/_transition.py +++ b/plotly/graph_objs/layout/_transition.py @@ -129,10 +129,12 @@ def __init__(self, arg=None, duration=None, easing=None, ordering=None, **kwargs elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Transition constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Transition`""") +an instance of :class:`plotly.graph_objs.layout.Transition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_uniformtext.py b/plotly/graph_objs/layout/_uniformtext.py index a47da28903f..3b23519be26 100644 --- a/plotly/graph_objs/layout/_uniformtext.py +++ b/plotly/graph_objs/layout/_uniformtext.py @@ -110,10 +110,12 @@ def __init__(self, arg=None, minsize=None, mode=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Uniformtext constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Uniformtext`""") +an instance of :class:`plotly.graph_objs.layout.Uniformtext`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_updatemenu.py b/plotly/graph_objs/layout/_updatemenu.py index fe5abd7960e..81bc28d54ee 100644 --- a/plotly/graph_objs/layout/_updatemenu.py +++ b/plotly/graph_objs/layout/_updatemenu.py @@ -602,10 +602,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.Updatemenu constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.Updatemenu`""") +an instance of :class:`plotly.graph_objs.layout.Updatemenu`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_xaxis.py b/plotly/graph_objs/layout/_xaxis.py index a146cb6898a..a27ca8c30b9 100644 --- a/plotly/graph_objs/layout/_xaxis.py +++ b/plotly/graph_objs/layout/_xaxis.py @@ -3466,10 +3466,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.XAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.XAxis`""") +an instance of :class:`plotly.graph_objs.layout.XAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/_yaxis.py b/plotly/graph_objs/layout/_yaxis.py index 4e81f347a4e..b40ad38d681 100644 --- a/plotly/graph_objs/layout/_yaxis.py +++ b/plotly/graph_objs/layout/_yaxis.py @@ -3494,10 +3494,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.YAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.YAxis`""") +an instance of :class:`plotly.graph_objs.layout.YAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/annotation/_font.py b/plotly/graph_objs/layout/annotation/_font.py index 736edb1bfb0..fb014453221 100644 --- a/plotly/graph_objs/layout/annotation/_font.py +++ b/plotly/graph_objs/layout/annotation/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.annotation.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.annotation.Font`""") +an instance of :class:`plotly.graph_objs.layout.annotation.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/annotation/_hoverlabel.py b/plotly/graph_objs/layout/annotation/_hoverlabel.py index ee847b297dd..f01ec80dac4 100644 --- a/plotly/graph_objs/layout/annotation/_hoverlabel.py +++ b/plotly/graph_objs/layout/annotation/_hoverlabel.py @@ -136,10 +136,12 @@ def __init__(self, arg=None, bgcolor=None, bordercolor=None, font=None, **kwargs elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.annotation.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.annotation.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.layout.annotation.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/annotation/hoverlabel/_font.py b/plotly/graph_objs/layout/annotation/hoverlabel/_font.py index b3a561eb679..3baef7d4c97 100644 --- a/plotly/graph_objs/layout/annotation/hoverlabel/_font.py +++ b/plotly/graph_objs/layout/annotation/hoverlabel/_font.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.annotation.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.annotation.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.layout.annotation.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/coloraxis/_colorbar.py b/plotly/graph_objs/layout/coloraxis/_colorbar.py index bbab216a7ef..f9ca6ad83f4 100644 --- a/plotly/graph_objs/layout/coloraxis/_colorbar.py +++ b/plotly/graph_objs/layout/coloraxis/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.coloraxis.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.coloraxis.ColorBar`""") +an instance of :class:`plotly.graph_objs.layout.coloraxis.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py b/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py index 146bfec8bd7..a15defb24dc 100644 --- a/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py +++ b/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.coloraxis.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py b/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py index dde3ae030ee..b12924176b0 100644 --- a/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.coloraxis.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/coloraxis/colorbar/_title.py b/plotly/graph_objs/layout/coloraxis/colorbar/_title.py index 3f906c72dc3..dae8f07b915 100644 --- a/plotly/graph_objs/layout/coloraxis/colorbar/_title.py +++ b/plotly/graph_objs/layout/coloraxis/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.coloraxis.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py b/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py index d151ff393b2..402e5410cf0 100644 --- a/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py +++ b/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.coloraxis.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.coloraxis.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/_center.py b/plotly/graph_objs/layout/geo/_center.py index 059d3a4e3ea..5f6c967943e 100644 --- a/plotly/graph_objs/layout/geo/_center.py +++ b/plotly/graph_objs/layout/geo/_center.py @@ -101,10 +101,12 @@ def __init__(self, arg=None, lat=None, lon=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.Center constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.Center`""") +an instance of :class:`plotly.graph_objs.layout.geo.Center`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/_domain.py b/plotly/graph_objs/layout/geo/_domain.py index 1869b41f12f..cb1444bef72 100644 --- a/plotly/graph_objs/layout/geo/_domain.py +++ b/plotly/graph_objs/layout/geo/_domain.py @@ -188,10 +188,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.Domain`""") +an instance of :class:`plotly.graph_objs.layout.geo.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/_lataxis.py b/plotly/graph_objs/layout/geo/_lataxis.py index dd66e0e354d..974bf2686b4 100644 --- a/plotly/graph_objs/layout/geo/_lataxis.py +++ b/plotly/graph_objs/layout/geo/_lataxis.py @@ -239,10 +239,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.Lataxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.Lataxis`""") +an instance of :class:`plotly.graph_objs.layout.geo.Lataxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/_lonaxis.py b/plotly/graph_objs/layout/geo/_lonaxis.py index 731b8a5f814..6c37b1d31e1 100644 --- a/plotly/graph_objs/layout/geo/_lonaxis.py +++ b/plotly/graph_objs/layout/geo/_lonaxis.py @@ -239,10 +239,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.Lonaxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.Lonaxis`""") +an instance of :class:`plotly.graph_objs.layout.geo.Lonaxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/_projection.py b/plotly/graph_objs/layout/geo/_projection.py index fb8a53981be..e3675c5539d 100644 --- a/plotly/graph_objs/layout/geo/_projection.py +++ b/plotly/graph_objs/layout/geo/_projection.py @@ -233,10 +233,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.Projection constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.Projection`""") +an instance of :class:`plotly.graph_objs.layout.geo.Projection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/geo/projection/_rotation.py b/plotly/graph_objs/layout/geo/projection/_rotation.py index 4934597e463..80ea0703723 100644 --- a/plotly/graph_objs/layout/geo/projection/_rotation.py +++ b/plotly/graph_objs/layout/geo/projection/_rotation.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, lat=None, lon=None, roll=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.geo.projection.Rotation constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.geo.projection.Rotation`""") +an instance of :class:`plotly.graph_objs.layout.geo.projection.Rotation`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/grid/_domain.py b/plotly/graph_objs/layout/grid/_domain.py index 1e1fc2f7138..b2b90355bb5 100644 --- a/plotly/graph_objs/layout/grid/_domain.py +++ b/plotly/graph_objs/layout/grid/_domain.py @@ -108,10 +108,12 @@ def __init__(self, arg=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.grid.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.grid.Domain`""") +an instance of :class:`plotly.graph_objs.layout.grid.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/hoverlabel/_font.py b/plotly/graph_objs/layout/hoverlabel/_font.py index afaef5d4a2e..75aaf3a81a5 100644 --- a/plotly/graph_objs/layout/hoverlabel/_font.py +++ b/plotly/graph_objs/layout/hoverlabel/_font.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.layout.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py b/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py index f1aae36ca2b..e587b8163bb 100644 --- a/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py +++ b/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.hoverlabel.Grouptitlefont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.hoverlabel.Grouptitlefont`""") +an instance of :class:`plotly.graph_objs.layout.hoverlabel.Grouptitlefont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/legend/_font.py b/plotly/graph_objs/layout/legend/_font.py index 5b1eedf3214..6f8b42865bf 100644 --- a/plotly/graph_objs/layout/legend/_font.py +++ b/plotly/graph_objs/layout/legend/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.legend.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.legend.Font`""") +an instance of :class:`plotly.graph_objs.layout.legend.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/legend/_grouptitlefont.py b/plotly/graph_objs/layout/legend/_grouptitlefont.py index 1dc128570fe..a2d27851723 100644 --- a/plotly/graph_objs/layout/legend/_grouptitlefont.py +++ b/plotly/graph_objs/layout/legend/_grouptitlefont.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.legend.Grouptitlefont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.legend.Grouptitlefont`""") +an instance of :class:`plotly.graph_objs.layout.legend.Grouptitlefont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/legend/_title.py b/plotly/graph_objs/layout/legend/_title.py index a0c67bffd59..24de850f3fc 100644 --- a/plotly/graph_objs/layout/legend/_title.py +++ b/plotly/graph_objs/layout/legend/_title.py @@ -130,10 +130,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.legend.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.legend.Title`""") +an instance of :class:`plotly.graph_objs.layout.legend.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/legend/title/_font.py b/plotly/graph_objs/layout/legend/title/_font.py index 1deec6aa4d9..9681931c4d9 100644 --- a/plotly/graph_objs/layout/legend/title/_font.py +++ b/plotly/graph_objs/layout/legend/title/_font.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.legend.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.legend.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.legend.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/_bounds.py b/plotly/graph_objs/layout/map/_bounds.py index 13e914c6ef0..3916c28188e 100644 --- a/plotly/graph_objs/layout/map/_bounds.py +++ b/plotly/graph_objs/layout/map/_bounds.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.Bounds constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.Bounds`""") +an instance of :class:`plotly.graph_objs.layout.map.Bounds`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/_center.py b/plotly/graph_objs/layout/map/_center.py index 34c339ee048..390741fec8a 100644 --- a/plotly/graph_objs/layout/map/_center.py +++ b/plotly/graph_objs/layout/map/_center.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, lat=None, lon=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.Center constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.Center`""") +an instance of :class:`plotly.graph_objs.layout.map.Center`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/_domain.py b/plotly/graph_objs/layout/map/_domain.py index 9baf6eaad13..018364e8659 100644 --- a/plotly/graph_objs/layout/map/_domain.py +++ b/plotly/graph_objs/layout/map/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.Domain`""") +an instance of :class:`plotly.graph_objs.layout.map.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/_layer.py b/plotly/graph_objs/layout/map/_layer.py index dc4f067c149..9dfc43c1473 100644 --- a/plotly/graph_objs/layout/map/_layer.py +++ b/plotly/graph_objs/layout/map/_layer.py @@ -661,10 +661,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.Layer constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.Layer`""") +an instance of :class:`plotly.graph_objs.layout.map.Layer`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/layer/_circle.py b/plotly/graph_objs/layout/map/layer/_circle.py index 2d99a00c746..30d42e4b3cc 100644 --- a/plotly/graph_objs/layout/map/layer/_circle.py +++ b/plotly/graph_objs/layout/map/layer/_circle.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, radius=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.layer.Circle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.layer.Circle`""") +an instance of :class:`plotly.graph_objs.layout.map.layer.Circle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/layer/_fill.py b/plotly/graph_objs/layout/map/layer/_fill.py index 2c82cdd67ee..c6ec26354f3 100644 --- a/plotly/graph_objs/layout/map/layer/_fill.py +++ b/plotly/graph_objs/layout/map/layer/_fill.py @@ -73,10 +73,12 @@ def __init__(self, arg=None, outlinecolor=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.layer.Fill constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.layer.Fill`""") +an instance of :class:`plotly.graph_objs.layout.map.layer.Fill`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/layer/_line.py b/plotly/graph_objs/layout/map/layer/_line.py index 369be5f2189..14c8c29be4c 100644 --- a/plotly/graph_objs/layout/map/layer/_line.py +++ b/plotly/graph_objs/layout/map/layer/_line.py @@ -118,10 +118,12 @@ def __init__(self, arg=None, dash=None, dashsrc=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.layer.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.layer.Line`""") +an instance of :class:`plotly.graph_objs.layout.map.layer.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/layer/_symbol.py b/plotly/graph_objs/layout/map/layer/_symbol.py index 5891fe4d7e9..1ae70bc4ddf 100644 --- a/plotly/graph_objs/layout/map/layer/_symbol.py +++ b/plotly/graph_objs/layout/map/layer/_symbol.py @@ -225,10 +225,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.layer.Symbol constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.layer.Symbol`""") +an instance of :class:`plotly.graph_objs.layout.map.layer.Symbol`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/map/layer/symbol/_textfont.py b/plotly/graph_objs/layout/map/layer/symbol/_textfont.py index 911cbcd757b..87bc5a65e19 100644 --- a/plotly/graph_objs/layout/map/layer/symbol/_textfont.py +++ b/plotly/graph_objs/layout/map/layer/symbol/_textfont.py @@ -185,10 +185,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.map.layer.symbol.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.map.layer.symbol.Textfont`""") +an instance of :class:`plotly.graph_objs.layout.map.layer.symbol.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/_bounds.py b/plotly/graph_objs/layout/mapbox/_bounds.py index 0179224f263..03f824730cc 100644 --- a/plotly/graph_objs/layout/mapbox/_bounds.py +++ b/plotly/graph_objs/layout/mapbox/_bounds.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.Bounds constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.Bounds`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.Bounds`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/_center.py b/plotly/graph_objs/layout/mapbox/_center.py index c3a23805f3f..635aa3517de 100644 --- a/plotly/graph_objs/layout/mapbox/_center.py +++ b/plotly/graph_objs/layout/mapbox/_center.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, lat=None, lon=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.Center constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.Center`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.Center`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/_domain.py b/plotly/graph_objs/layout/mapbox/_domain.py index 371af697c7b..9b153a7bd1a 100644 --- a/plotly/graph_objs/layout/mapbox/_domain.py +++ b/plotly/graph_objs/layout/mapbox/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.Domain`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/_layer.py b/plotly/graph_objs/layout/mapbox/_layer.py index 2380f6aadaf..32620b9d30a 100644 --- a/plotly/graph_objs/layout/mapbox/_layer.py +++ b/plotly/graph_objs/layout/mapbox/_layer.py @@ -665,10 +665,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.Layer constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.Layer`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.Layer`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/layer/_circle.py b/plotly/graph_objs/layout/mapbox/layer/_circle.py index 74ba8191cb3..b4b2e86cb47 100644 --- a/plotly/graph_objs/layout/mapbox/layer/_circle.py +++ b/plotly/graph_objs/layout/mapbox/layer/_circle.py @@ -69,10 +69,12 @@ def __init__(self, arg=None, radius=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.layer.Circle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Circle`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Circle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/layer/_fill.py b/plotly/graph_objs/layout/mapbox/layer/_fill.py index d7ae63c27cb..a618ac7fd3f 100644 --- a/plotly/graph_objs/layout/mapbox/layer/_fill.py +++ b/plotly/graph_objs/layout/mapbox/layer/_fill.py @@ -73,10 +73,12 @@ def __init__(self, arg=None, outlinecolor=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.layer.Fill constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Fill`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Fill`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/layer/_line.py b/plotly/graph_objs/layout/mapbox/layer/_line.py index 1ca3ca3aaa8..f80ca2b38dd 100644 --- a/plotly/graph_objs/layout/mapbox/layer/_line.py +++ b/plotly/graph_objs/layout/mapbox/layer/_line.py @@ -118,10 +118,12 @@ def __init__(self, arg=None, dash=None, dashsrc=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.layer.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Line`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/layer/_symbol.py b/plotly/graph_objs/layout/mapbox/layer/_symbol.py index 506e36adf5e..14f6f7a6238 100644 --- a/plotly/graph_objs/layout/mapbox/layer/_symbol.py +++ b/plotly/graph_objs/layout/mapbox/layer/_symbol.py @@ -227,10 +227,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.layer.Symbol constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Symbol`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.layer.Symbol`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py b/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py index 473535eba75..07aac5b74cc 100644 --- a/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py +++ b/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py @@ -185,10 +185,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.mapbox.layer.symbol.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.mapbox.layer.symbol.Textfont`""") +an instance of :class:`plotly.graph_objs.layout.mapbox.layer.symbol.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newselection/_line.py b/plotly/graph_objs/layout/newselection/_line.py index b7d64201ec5..244ff9fd490 100644 --- a/plotly/graph_objs/layout/newselection/_line.py +++ b/plotly/graph_objs/layout/newselection/_line.py @@ -127,10 +127,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newselection.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newselection.Line`""") +an instance of :class:`plotly.graph_objs.layout.newselection.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newshape/_label.py b/plotly/graph_objs/layout/newshape/_label.py index ef1fe5c0c3c..d819a43e153 100644 --- a/plotly/graph_objs/layout/newshape/_label.py +++ b/plotly/graph_objs/layout/newshape/_label.py @@ -422,10 +422,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newshape.Label constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newshape.Label`""") +an instance of :class:`plotly.graph_objs.layout.newshape.Label`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newshape/_legendgrouptitle.py b/plotly/graph_objs/layout/newshape/_legendgrouptitle.py index 00230ca78bc..76477bf9d5a 100644 --- a/plotly/graph_objs/layout/newshape/_legendgrouptitle.py +++ b/plotly/graph_objs/layout/newshape/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newshape.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newshape.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.layout.newshape.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newshape/_line.py b/plotly/graph_objs/layout/newshape/_line.py index 9a679d80c74..9848368166e 100644 --- a/plotly/graph_objs/layout/newshape/_line.py +++ b/plotly/graph_objs/layout/newshape/_line.py @@ -127,10 +127,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newshape.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newshape.Line`""") +an instance of :class:`plotly.graph_objs.layout.newshape.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newshape/label/_font.py b/plotly/graph_objs/layout/newshape/label/_font.py index 91e49defa33..0a168e76e36 100644 --- a/plotly/graph_objs/layout/newshape/label/_font.py +++ b/plotly/graph_objs/layout/newshape/label/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newshape.label.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newshape.label.Font`""") +an instance of :class:`plotly.graph_objs.layout.newshape.label.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py b/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py index 879c619b704..ff4d6f2dae6 100644 --- a/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py +++ b/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.newshape.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.newshape.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.layout.newshape.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/_angularaxis.py b/plotly/graph_objs/layout/polar/_angularaxis.py index d63eba9731d..b14692e3949 100644 --- a/plotly/graph_objs/layout/polar/_angularaxis.py +++ b/plotly/graph_objs/layout/polar/_angularaxis.py @@ -1766,10 +1766,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.AngularAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.AngularAxis`""") +an instance of :class:`plotly.graph_objs.layout.polar.AngularAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/_domain.py b/plotly/graph_objs/layout/polar/_domain.py index 0fd15cf2575..23ee4f2c6ee 100644 --- a/plotly/graph_objs/layout/polar/_domain.py +++ b/plotly/graph_objs/layout/polar/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.Domain`""") +an instance of :class:`plotly.graph_objs.layout.polar.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/_radialaxis.py b/plotly/graph_objs/layout/polar/_radialaxis.py index 4c7d4e8ee4e..b7c8e627c4a 100644 --- a/plotly/graph_objs/layout/polar/_radialaxis.py +++ b/plotly/graph_objs/layout/polar/_radialaxis.py @@ -2032,10 +2032,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.RadialAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.RadialAxis`""") +an instance of :class:`plotly.graph_objs.layout.polar.RadialAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py b/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py index d0a6e745100..af46ef8a55e 100644 --- a/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py +++ b/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.angularaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.angularaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.polar.angularaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py b/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py index 14e089e256d..8ee2e0dfcff 100644 --- a/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.angularaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.angularaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.polar.angularaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py b/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py index 0c12c55e9da..ddc66cceec1 100644 --- a/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.radialaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py b/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py index 6be3feb71c9..c9b5dda000b 100644 --- a/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py +++ b/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.radialaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py b/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py index ec1cfb76647..d39e99951a0 100644 --- a/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.radialaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/radialaxis/_title.py b/plotly/graph_objs/layout/polar/radialaxis/_title.py index 6472d8837da..d700dd6e976 100644 --- a/plotly/graph_objs/layout/polar/radialaxis/_title.py +++ b/plotly/graph_objs/layout/polar/radialaxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.radialaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/polar/radialaxis/title/_font.py b/plotly/graph_objs/layout/polar/radialaxis/title/_font.py index 8a6981fc44e..bb15f5e0c3e 100644 --- a/plotly/graph_objs/layout/polar/radialaxis/title/_font.py +++ b/plotly/graph_objs/layout/polar/radialaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.polar.radialaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.polar.radialaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_annotation.py b/plotly/graph_objs/layout/scene/_annotation.py index a4e9043ecc6..6a3c0f77787 100644 --- a/plotly/graph_objs/layout/scene/_annotation.py +++ b/plotly/graph_objs/layout/scene/_annotation.py @@ -1197,10 +1197,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.Annotation constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.Annotation`""") +an instance of :class:`plotly.graph_objs.layout.scene.Annotation`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_aspectratio.py b/plotly/graph_objs/layout/scene/_aspectratio.py index 62e17299e30..186ad3d1e73 100644 --- a/plotly/graph_objs/layout/scene/_aspectratio.py +++ b/plotly/graph_objs/layout/scene/_aspectratio.py @@ -104,10 +104,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.Aspectratio constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.Aspectratio`""") +an instance of :class:`plotly.graph_objs.layout.scene.Aspectratio`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_camera.py b/plotly/graph_objs/layout/scene/_camera.py index cd73985412c..91774ddcdd8 100644 --- a/plotly/graph_objs/layout/scene/_camera.py +++ b/plotly/graph_objs/layout/scene/_camera.py @@ -167,10 +167,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.Camera constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.Camera`""") +an instance of :class:`plotly.graph_objs.layout.scene.Camera`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_domain.py b/plotly/graph_objs/layout/scene/_domain.py index ef03c3826ad..391c766e738 100644 --- a/plotly/graph_objs/layout/scene/_domain.py +++ b/plotly/graph_objs/layout/scene/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.Domain`""") +an instance of :class:`plotly.graph_objs.layout.scene.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_xaxis.py b/plotly/graph_objs/layout/scene/_xaxis.py index 7d914f4645f..a1631b47b51 100644 --- a/plotly/graph_objs/layout/scene/_xaxis.py +++ b/plotly/graph_objs/layout/scene/_xaxis.py @@ -2056,10 +2056,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.XAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.XAxis`""") +an instance of :class:`plotly.graph_objs.layout.scene.XAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_yaxis.py b/plotly/graph_objs/layout/scene/_yaxis.py index b7d95480c99..8b7eab9be73 100644 --- a/plotly/graph_objs/layout/scene/_yaxis.py +++ b/plotly/graph_objs/layout/scene/_yaxis.py @@ -2056,10 +2056,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.YAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.YAxis`""") +an instance of :class:`plotly.graph_objs.layout.scene.YAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/_zaxis.py b/plotly/graph_objs/layout/scene/_zaxis.py index db30a14f286..9679b189828 100644 --- a/plotly/graph_objs/layout/scene/_zaxis.py +++ b/plotly/graph_objs/layout/scene/_zaxis.py @@ -2056,10 +2056,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.ZAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.ZAxis`""") +an instance of :class:`plotly.graph_objs.layout.scene.ZAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/annotation/_font.py b/plotly/graph_objs/layout/scene/annotation/_font.py index d4a686ad427..09f5864e40e 100644 --- a/plotly/graph_objs/layout/scene/annotation/_font.py +++ b/plotly/graph_objs/layout/scene/annotation/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.annotation.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.annotation.Font`""") +an instance of :class:`plotly.graph_objs.layout.scene.annotation.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py b/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py index 32232be169f..ce7fa7a10e7 100644 --- a/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py +++ b/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py @@ -136,10 +136,12 @@ def __init__(self, arg=None, bgcolor=None, bordercolor=None, font=None, **kwargs elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.annotation.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.annotation.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.layout.scene.annotation.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py b/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py index 04b66f2ff88..388fe420e90 100644 --- a/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py +++ b/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py @@ -314,10 +314,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.annotation.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.annotation.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.layout.scene.annotation.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/camera/_center.py b/plotly/graph_objs/layout/scene/camera/_center.py index b64f4418aef..6939704e042 100644 --- a/plotly/graph_objs/layout/scene/camera/_center.py +++ b/plotly/graph_objs/layout/scene/camera/_center.py @@ -106,10 +106,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.camera.Center constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.camera.Center`""") +an instance of :class:`plotly.graph_objs.layout.scene.camera.Center`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/camera/_eye.py b/plotly/graph_objs/layout/scene/camera/_eye.py index 19767a8409e..dc65308b526 100644 --- a/plotly/graph_objs/layout/scene/camera/_eye.py +++ b/plotly/graph_objs/layout/scene/camera/_eye.py @@ -106,10 +106,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.camera.Eye constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.camera.Eye`""") +an instance of :class:`plotly.graph_objs.layout.scene.camera.Eye`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/camera/_projection.py b/plotly/graph_objs/layout/scene/camera/_projection.py index 58b936ed693..ffef5ce89cd 100644 --- a/plotly/graph_objs/layout/scene/camera/_projection.py +++ b/plotly/graph_objs/layout/scene/camera/_projection.py @@ -70,10 +70,12 @@ def __init__(self, arg=None, type=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.camera.Projection constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.camera.Projection`""") +an instance of :class:`plotly.graph_objs.layout.scene.camera.Projection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/camera/_up.py b/plotly/graph_objs/layout/scene/camera/_up.py index 1f307ec8db1..5edd5040548 100644 --- a/plotly/graph_objs/layout/scene/camera/_up.py +++ b/plotly/graph_objs/layout/scene/camera/_up.py @@ -107,10 +107,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.camera.Up constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.camera.Up`""") +an instance of :class:`plotly.graph_objs.layout.scene.camera.Up`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py b/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py index 707a38eb4e5..a854f0df79a 100644 --- a/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.xaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/xaxis/_tickfont.py b/plotly/graph_objs/layout/scene/xaxis/_tickfont.py index d9d2628958b..23cdcae806b 100644 --- a/plotly/graph_objs/layout/scene/xaxis/_tickfont.py +++ b/plotly/graph_objs/layout/scene/xaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.xaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py b/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py index f2b5efba58a..2a6934cbdac 100644 --- a/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.xaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/xaxis/_title.py b/plotly/graph_objs/layout/scene/xaxis/_title.py index b2be9aa165c..c67464f4d2a 100644 --- a/plotly/graph_objs/layout/scene/xaxis/_title.py +++ b/plotly/graph_objs/layout/scene/xaxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.xaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.scene.xaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/xaxis/title/_font.py b/plotly/graph_objs/layout/scene/xaxis/title/_font.py index 46dc7b43b6d..10a1d452110 100644 --- a/plotly/graph_objs/layout/scene/xaxis/title/_font.py +++ b/plotly/graph_objs/layout/scene/xaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.xaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.xaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.scene.xaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py b/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py index 1f57deff9a8..776b94f9efc 100644 --- a/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.yaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/yaxis/_tickfont.py b/plotly/graph_objs/layout/scene/yaxis/_tickfont.py index ff12147d624..d821ea7c9cc 100644 --- a/plotly/graph_objs/layout/scene/yaxis/_tickfont.py +++ b/plotly/graph_objs/layout/scene/yaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.yaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py b/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py index f2fff741fbe..a6599c5c0a1 100644 --- a/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.yaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/yaxis/_title.py b/plotly/graph_objs/layout/scene/yaxis/_title.py index 296c6223919..56feee22d0b 100644 --- a/plotly/graph_objs/layout/scene/yaxis/_title.py +++ b/plotly/graph_objs/layout/scene/yaxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.yaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.scene.yaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/yaxis/title/_font.py b/plotly/graph_objs/layout/scene/yaxis/title/_font.py index 81c436c3b77..07fee62a10d 100644 --- a/plotly/graph_objs/layout/scene/yaxis/title/_font.py +++ b/plotly/graph_objs/layout/scene/yaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.yaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.yaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.scene.yaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py b/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py index ca4a8db91b4..4fa9534d515 100644 --- a/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.zaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/zaxis/_tickfont.py b/plotly/graph_objs/layout/scene/zaxis/_tickfont.py index 7146405e80d..cfe64fde2fa 100644 --- a/plotly/graph_objs/layout/scene/zaxis/_tickfont.py +++ b/plotly/graph_objs/layout/scene/zaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.zaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py b/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py index 7152ac4420e..9c70eefbb55 100644 --- a/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.zaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/zaxis/_title.py b/plotly/graph_objs/layout/scene/zaxis/_title.py index ae7e476c97e..18c2800021d 100644 --- a/plotly/graph_objs/layout/scene/zaxis/_title.py +++ b/plotly/graph_objs/layout/scene/zaxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.zaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.scene.zaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/scene/zaxis/title/_font.py b/plotly/graph_objs/layout/scene/zaxis/title/_font.py index 54972c0f18d..b5d61ea7cc2 100644 --- a/plotly/graph_objs/layout/scene/zaxis/title/_font.py +++ b/plotly/graph_objs/layout/scene/zaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.scene.zaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.scene.zaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.scene.zaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/selection/_line.py b/plotly/graph_objs/layout/selection/_line.py index aeecc179375..a0000994d75 100644 --- a/plotly/graph_objs/layout/selection/_line.py +++ b/plotly/graph_objs/layout/selection/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.selection.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.selection.Line`""") +an instance of :class:`plotly.graph_objs.layout.selection.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/shape/_label.py b/plotly/graph_objs/layout/shape/_label.py index e8a762f7634..acfbc42e1e7 100644 --- a/plotly/graph_objs/layout/shape/_label.py +++ b/plotly/graph_objs/layout/shape/_label.py @@ -421,10 +421,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.shape.Label constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.shape.Label`""") +an instance of :class:`plotly.graph_objs.layout.shape.Label`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/shape/_legendgrouptitle.py b/plotly/graph_objs/layout/shape/_legendgrouptitle.py index 898c1fb3323..2d064526760 100644 --- a/plotly/graph_objs/layout/shape/_legendgrouptitle.py +++ b/plotly/graph_objs/layout/shape/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.shape.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.shape.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.layout.shape.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/shape/_line.py b/plotly/graph_objs/layout/shape/_line.py index b59b47232f5..34f63fb429b 100644 --- a/plotly/graph_objs/layout/shape/_line.py +++ b/plotly/graph_objs/layout/shape/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.shape.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.shape.Line`""") +an instance of :class:`plotly.graph_objs.layout.shape.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/shape/label/_font.py b/plotly/graph_objs/layout/shape/label/_font.py index d80142dec71..676788acaba 100644 --- a/plotly/graph_objs/layout/shape/label/_font.py +++ b/plotly/graph_objs/layout/shape/label/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.shape.label.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.shape.label.Font`""") +an instance of :class:`plotly.graph_objs.layout.shape.label.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py b/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py index c547c64f4a3..82e12c06cc9 100644 --- a/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py +++ b/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.shape.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.shape.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.layout.shape.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/_currentvalue.py b/plotly/graph_objs/layout/slider/_currentvalue.py index 4ec6371f908..254b659b0a9 100644 --- a/plotly/graph_objs/layout/slider/_currentvalue.py +++ b/plotly/graph_objs/layout/slider/_currentvalue.py @@ -202,10 +202,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.Currentvalue constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.Currentvalue`""") +an instance of :class:`plotly.graph_objs.layout.slider.Currentvalue`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/_font.py b/plotly/graph_objs/layout/slider/_font.py index 41412107938..86752c743d0 100644 --- a/plotly/graph_objs/layout/slider/_font.py +++ b/plotly/graph_objs/layout/slider/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.Font`""") +an instance of :class:`plotly.graph_objs.layout.slider.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/_pad.py b/plotly/graph_objs/layout/slider/_pad.py index dfee2028c23..e959436b750 100644 --- a/plotly/graph_objs/layout/slider/_pad.py +++ b/plotly/graph_objs/layout/slider/_pad.py @@ -143,10 +143,12 @@ def __init__(self, arg=None, b=None, l=None, r=None, t=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.Pad constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.Pad`""") +an instance of :class:`plotly.graph_objs.layout.slider.Pad`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/_step.py b/plotly/graph_objs/layout/slider/_step.py index ef5e6e0c022..10b777fec8d 100644 --- a/plotly/graph_objs/layout/slider/_step.py +++ b/plotly/graph_objs/layout/slider/_step.py @@ -334,10 +334,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.Step constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.Step`""") +an instance of :class:`plotly.graph_objs.layout.slider.Step`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/_transition.py b/plotly/graph_objs/layout/slider/_transition.py index 7fbc3aa2a71..4ff1ba282c6 100644 --- a/plotly/graph_objs/layout/slider/_transition.py +++ b/plotly/graph_objs/layout/slider/_transition.py @@ -95,10 +95,12 @@ def __init__(self, arg=None, duration=None, easing=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.Transition constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.Transition`""") +an instance of :class:`plotly.graph_objs.layout.slider.Transition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/slider/currentvalue/_font.py b/plotly/graph_objs/layout/slider/currentvalue/_font.py index 60743f469af..2f007400c9c 100644 --- a/plotly/graph_objs/layout/slider/currentvalue/_font.py +++ b/plotly/graph_objs/layout/slider/currentvalue/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.slider.currentvalue.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.slider.currentvalue.Font`""") +an instance of :class:`plotly.graph_objs.layout.slider.currentvalue.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/smith/_domain.py b/plotly/graph_objs/layout/smith/_domain.py index bbfd6109516..58b09cc3b99 100644 --- a/plotly/graph_objs/layout/smith/_domain.py +++ b/plotly/graph_objs/layout/smith/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.smith.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.smith.Domain`""") +an instance of :class:`plotly.graph_objs.layout.smith.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/smith/_imaginaryaxis.py b/plotly/graph_objs/layout/smith/_imaginaryaxis.py index 90ab43a8f92..8131fcfd0cc 100644 --- a/plotly/graph_objs/layout/smith/_imaginaryaxis.py +++ b/plotly/graph_objs/layout/smith/_imaginaryaxis.py @@ -828,10 +828,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.smith.Imaginaryaxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.smith.Imaginaryaxis`""") +an instance of :class:`plotly.graph_objs.layout.smith.Imaginaryaxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/smith/_realaxis.py b/plotly/graph_objs/layout/smith/_realaxis.py index 0e9fc48520a..7f015edfbd2 100644 --- a/plotly/graph_objs/layout/smith/_realaxis.py +++ b/plotly/graph_objs/layout/smith/_realaxis.py @@ -883,10 +883,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.smith.Realaxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.smith.Realaxis`""") +an instance of :class:`plotly.graph_objs.layout.smith.Realaxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py b/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py index 6ecb5527b74..2d217474950 100644 --- a/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py +++ b/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.smith.imaginaryaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.smith.imaginaryaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.smith.imaginaryaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/smith/realaxis/_tickfont.py b/plotly/graph_objs/layout/smith/realaxis/_tickfont.py index 63d87135873..6d2682c7d31 100644 --- a/plotly/graph_objs/layout/smith/realaxis/_tickfont.py +++ b/plotly/graph_objs/layout/smith/realaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.smith.realaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.smith.realaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.smith.realaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/template/_data.py b/plotly/graph_objs/layout/template/_data.py index ef3b5f69395..29c07efb238 100644 --- a/plotly/graph_objs/layout/template/_data.py +++ b/plotly/graph_objs/layout/template/_data.py @@ -1374,10 +1374,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.template.Data constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.template.Data`""") +an instance of :class:`plotly.graph_objs.layout.template.Data`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/_aaxis.py b/plotly/graph_objs/layout/ternary/_aaxis.py index 0915f543b7a..b6fbfbf1329 100644 --- a/plotly/graph_objs/layout/ternary/_aaxis.py +++ b/plotly/graph_objs/layout/ternary/_aaxis.py @@ -1438,10 +1438,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.Aaxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.Aaxis`""") +an instance of :class:`plotly.graph_objs.layout.ternary.Aaxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/_baxis.py b/plotly/graph_objs/layout/ternary/_baxis.py index 300c45df413..0365b74015c 100644 --- a/plotly/graph_objs/layout/ternary/_baxis.py +++ b/plotly/graph_objs/layout/ternary/_baxis.py @@ -1438,10 +1438,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.Baxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.Baxis`""") +an instance of :class:`plotly.graph_objs.layout.ternary.Baxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/_caxis.py b/plotly/graph_objs/layout/ternary/_caxis.py index 54905b7fb18..42e16f375dd 100644 --- a/plotly/graph_objs/layout/ternary/_caxis.py +++ b/plotly/graph_objs/layout/ternary/_caxis.py @@ -1438,10 +1438,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.Caxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.Caxis`""") +an instance of :class:`plotly.graph_objs.layout.ternary.Caxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/_domain.py b/plotly/graph_objs/layout/ternary/_domain.py index ce72c0dfe63..fd68089da65 100644 --- a/plotly/graph_objs/layout/ternary/_domain.py +++ b/plotly/graph_objs/layout/ternary/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.Domain`""") +an instance of :class:`plotly.graph_objs.layout.ternary.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py b/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py index 2da6f8aaef5..3e368f9223d 100644 --- a/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py +++ b/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.aaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py b/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py index d5633783dca..3c6a5637741 100644 --- a/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.aaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/aaxis/_title.py b/plotly/graph_objs/layout/ternary/aaxis/_title.py index 3e143c2d045..5029acc9fb6 100644 --- a/plotly/graph_objs/layout/ternary/aaxis/_title.py +++ b/plotly/graph_objs/layout/ternary/aaxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.aaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/aaxis/title/_font.py b/plotly/graph_objs/layout/ternary/aaxis/title/_font.py index 2f486ce4b79..afa2ee185ae 100644 --- a/plotly/graph_objs/layout/ternary/aaxis/title/_font.py +++ b/plotly/graph_objs/layout/ternary/aaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.aaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.ternary.aaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/baxis/_tickfont.py b/plotly/graph_objs/layout/ternary/baxis/_tickfont.py index 33d4488e8dc..61b8d2033e6 100644 --- a/plotly/graph_objs/layout/ternary/baxis/_tickfont.py +++ b/plotly/graph_objs/layout/ternary/baxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.baxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py b/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py index 5f710f3b2de..9a803eb6ba9 100644 --- a/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.baxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/baxis/_title.py b/plotly/graph_objs/layout/ternary/baxis/_title.py index e41f7fa7f20..5cc311e025c 100644 --- a/plotly/graph_objs/layout/ternary/baxis/_title.py +++ b/plotly/graph_objs/layout/ternary/baxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.baxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.ternary.baxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/baxis/title/_font.py b/plotly/graph_objs/layout/ternary/baxis/title/_font.py index 596e1c7156b..f7756e4f4bc 100644 --- a/plotly/graph_objs/layout/ternary/baxis/title/_font.py +++ b/plotly/graph_objs/layout/ternary/baxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.baxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.baxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.ternary.baxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/caxis/_tickfont.py b/plotly/graph_objs/layout/ternary/caxis/_tickfont.py index 9e5adbaf595..dd87cda19e8 100644 --- a/plotly/graph_objs/layout/ternary/caxis/_tickfont.py +++ b/plotly/graph_objs/layout/ternary/caxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.caxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py b/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py index 37296ef6daa..c693dddcf89 100644 --- a/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.caxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/caxis/_title.py b/plotly/graph_objs/layout/ternary/caxis/_title.py index cdb94465796..512ef6fd6c7 100644 --- a/plotly/graph_objs/layout/ternary/caxis/_title.py +++ b/plotly/graph_objs/layout/ternary/caxis/_title.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.caxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.ternary.caxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/ternary/caxis/title/_font.py b/plotly/graph_objs/layout/ternary/caxis/title/_font.py index c4868a72b71..ca8fa90e8ff 100644 --- a/plotly/graph_objs/layout/ternary/caxis/title/_font.py +++ b/plotly/graph_objs/layout/ternary/caxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.ternary.caxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.ternary.caxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.ternary.caxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/title/_font.py b/plotly/graph_objs/layout/title/_font.py index 969f70e2ff9..bee559a6ac2 100644 --- a/plotly/graph_objs/layout/title/_font.py +++ b/plotly/graph_objs/layout/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/title/_pad.py b/plotly/graph_objs/layout/title/_pad.py index c70910ce151..42707df3c99 100644 --- a/plotly/graph_objs/layout/title/_pad.py +++ b/plotly/graph_objs/layout/title/_pad.py @@ -148,10 +148,12 @@ def __init__(self, arg=None, b=None, l=None, r=None, t=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.title.Pad constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.title.Pad`""") +an instance of :class:`plotly.graph_objs.layout.title.Pad`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/title/_subtitle.py b/plotly/graph_objs/layout/title/_subtitle.py index fb36d654c82..d124af70950 100644 --- a/plotly/graph_objs/layout/title/_subtitle.py +++ b/plotly/graph_objs/layout/title/_subtitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.title.Subtitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.title.Subtitle`""") +an instance of :class:`plotly.graph_objs.layout.title.Subtitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/title/subtitle/_font.py b/plotly/graph_objs/layout/title/subtitle/_font.py index 7e3781adfac..da00d8da077 100644 --- a/plotly/graph_objs/layout/title/subtitle/_font.py +++ b/plotly/graph_objs/layout/title/subtitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.title.subtitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.title.subtitle.Font`""") +an instance of :class:`plotly.graph_objs.layout.title.subtitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/updatemenu/_button.py b/plotly/graph_objs/layout/updatemenu/_button.py index 0c3830ff265..943aa1c448a 100644 --- a/plotly/graph_objs/layout/updatemenu/_button.py +++ b/plotly/graph_objs/layout/updatemenu/_button.py @@ -339,10 +339,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.updatemenu.Button constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.updatemenu.Button`""") +an instance of :class:`plotly.graph_objs.layout.updatemenu.Button`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/updatemenu/_font.py b/plotly/graph_objs/layout/updatemenu/_font.py index cbab80e20f4..a0e641b6c25 100644 --- a/plotly/graph_objs/layout/updatemenu/_font.py +++ b/plotly/graph_objs/layout/updatemenu/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.updatemenu.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.updatemenu.Font`""") +an instance of :class:`plotly.graph_objs.layout.updatemenu.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/updatemenu/_pad.py b/plotly/graph_objs/layout/updatemenu/_pad.py index 3a641d826b3..dbe2670d5ed 100644 --- a/plotly/graph_objs/layout/updatemenu/_pad.py +++ b/plotly/graph_objs/layout/updatemenu/_pad.py @@ -143,10 +143,12 @@ def __init__(self, arg=None, b=None, l=None, r=None, t=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.updatemenu.Pad constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.updatemenu.Pad`""") +an instance of :class:`plotly.graph_objs.layout.updatemenu.Pad`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_autorangeoptions.py b/plotly/graph_objs/layout/xaxis/_autorangeoptions.py index e16114be60a..bd860e65e0e 100644 --- a/plotly/graph_objs/layout/xaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/xaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_minor.py b/plotly/graph_objs/layout/xaxis/_minor.py index 8a1a5aac789..1e12e1f69a2 100644 --- a/plotly/graph_objs/layout/xaxis/_minor.py +++ b/plotly/graph_objs/layout/xaxis/_minor.py @@ -540,10 +540,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Minor constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Minor`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Minor`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_rangebreak.py b/plotly/graph_objs/layout/xaxis/_rangebreak.py index 1016a1836ef..55819ce2a7a 100644 --- a/plotly/graph_objs/layout/xaxis/_rangebreak.py +++ b/plotly/graph_objs/layout/xaxis/_rangebreak.py @@ -311,10 +311,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Rangebreak constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Rangebreak`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Rangebreak`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_rangeselector.py b/plotly/graph_objs/layout/xaxis/_rangeselector.py index 7c61c3dbb30..81a45b1007b 100644 --- a/plotly/graph_objs/layout/xaxis/_rangeselector.py +++ b/plotly/graph_objs/layout/xaxis/_rangeselector.py @@ -403,10 +403,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Rangeselector constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Rangeselector`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Rangeselector`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_rangeslider.py b/plotly/graph_objs/layout/xaxis/_rangeslider.py index 1c9e637dfec..1b12bf1b571 100644 --- a/plotly/graph_objs/layout/xaxis/_rangeslider.py +++ b/plotly/graph_objs/layout/xaxis/_rangeslider.py @@ -291,10 +291,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Rangeslider constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Rangeslider`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Rangeslider`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_tickfont.py b/plotly/graph_objs/layout/xaxis/_tickfont.py index 3df643ef781..05bad21f6ad 100644 --- a/plotly/graph_objs/layout/xaxis/_tickfont.py +++ b/plotly/graph_objs/layout/xaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_tickformatstop.py b/plotly/graph_objs/layout/xaxis/_tickformatstop.py index 5fcc6d76387..268487faa11 100644 --- a/plotly/graph_objs/layout/xaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/xaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_title.py b/plotly/graph_objs/layout/xaxis/_title.py index a517a226f2a..0a25e5d04e5 100644 --- a/plotly/graph_objs/layout/xaxis/_title.py +++ b/plotly/graph_objs/layout/xaxis/_title.py @@ -135,10 +135,12 @@ def __init__(self, arg=None, font=None, standoff=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py b/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py index 1078563e412..9326133151e 100644 --- a/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py +++ b/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py @@ -111,10 +111,12 @@ def __init__(self, arg=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.Unifiedhovertitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.Unifiedhovertitle`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.Unifiedhovertitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/rangeselector/_button.py b/plotly/graph_objs/layout/xaxis/rangeselector/_button.py index c465fd81ec0..573660fef97 100644 --- a/plotly/graph_objs/layout/xaxis/rangeselector/_button.py +++ b/plotly/graph_objs/layout/xaxis/rangeselector/_button.py @@ -299,10 +299,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.rangeselector.Button constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.rangeselector.Button`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.rangeselector.Button`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/rangeselector/_font.py b/plotly/graph_objs/layout/xaxis/rangeselector/_font.py index b594067052c..b62b7e72ce5 100644 --- a/plotly/graph_objs/layout/xaxis/rangeselector/_font.py +++ b/plotly/graph_objs/layout/xaxis/rangeselector/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.rangeselector.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.rangeselector.Font`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.rangeselector.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py b/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py index 1ce88a5807f..3c84455f052 100644 --- a/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py +++ b/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py @@ -104,10 +104,12 @@ def __init__(self, arg=None, range=None, rangemode=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.rangeslider.YAxis constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.rangeslider.YAxis`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.rangeslider.YAxis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/xaxis/title/_font.py b/plotly/graph_objs/layout/xaxis/title/_font.py index b94335107f2..bc4c9ecaa08 100644 --- a/plotly/graph_objs/layout/xaxis/title/_font.py +++ b/plotly/graph_objs/layout/xaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.xaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.xaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.xaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_autorangeoptions.py b/plotly/graph_objs/layout/yaxis/_autorangeoptions.py index 722feb1d2f7..784cba2ebfb 100644 --- a/plotly/graph_objs/layout/yaxis/_autorangeoptions.py +++ b/plotly/graph_objs/layout/yaxis/_autorangeoptions.py @@ -198,10 +198,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Autorangeoptions constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Autorangeoptions`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Autorangeoptions`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_minor.py b/plotly/graph_objs/layout/yaxis/_minor.py index 73ced5ce933..73cef550460 100644 --- a/plotly/graph_objs/layout/yaxis/_minor.py +++ b/plotly/graph_objs/layout/yaxis/_minor.py @@ -540,10 +540,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Minor constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Minor`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Minor`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_rangebreak.py b/plotly/graph_objs/layout/yaxis/_rangebreak.py index 347f4678405..ad7d2feeffb 100644 --- a/plotly/graph_objs/layout/yaxis/_rangebreak.py +++ b/plotly/graph_objs/layout/yaxis/_rangebreak.py @@ -311,10 +311,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Rangebreak constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Rangebreak`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Rangebreak`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_tickfont.py b/plotly/graph_objs/layout/yaxis/_tickfont.py index 7a573843b34..0d5781b3fc4 100644 --- a/plotly/graph_objs/layout/yaxis/_tickfont.py +++ b/plotly/graph_objs/layout/yaxis/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Tickfont`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_tickformatstop.py b/plotly/graph_objs/layout/yaxis/_tickformatstop.py index b4ab134c2f6..1725e9761be 100644 --- a/plotly/graph_objs/layout/yaxis/_tickformatstop.py +++ b/plotly/graph_objs/layout/yaxis/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_title.py b/plotly/graph_objs/layout/yaxis/_title.py index 4bb8d4f218e..a9560376143 100644 --- a/plotly/graph_objs/layout/yaxis/_title.py +++ b/plotly/graph_objs/layout/yaxis/_title.py @@ -135,10 +135,12 @@ def __init__(self, arg=None, font=None, standoff=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Title`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py b/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py index 7d0e4394380..1f1562a7980 100644 --- a/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py +++ b/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py @@ -111,10 +111,12 @@ def __init__(self, arg=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.Unifiedhovertitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.Unifiedhovertitle`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.Unifiedhovertitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/layout/yaxis/title/_font.py b/plotly/graph_objs/layout/yaxis/title/_font.py index b04cd984b1c..e55507c1211 100644 --- a/plotly/graph_objs/layout/yaxis/title/_font.py +++ b/plotly/graph_objs/layout/yaxis/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.layout.yaxis.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.layout.yaxis.title.Font`""") +an instance of :class:`plotly.graph_objs.layout.yaxis.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_colorbar.py b/plotly/graph_objs/mesh3d/_colorbar.py index 8803871da67..cc861e0f349 100644 --- a/plotly/graph_objs/mesh3d/_colorbar.py +++ b/plotly/graph_objs/mesh3d/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.ColorBar`""") +an instance of :class:`plotly.graph_objs.mesh3d.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_contour.py b/plotly/graph_objs/mesh3d/_contour.py index fd831f39e53..fb0aa77dc97 100644 --- a/plotly/graph_objs/mesh3d/_contour.py +++ b/plotly/graph_objs/mesh3d/_contour.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, show=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Contour constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Contour`""") +an instance of :class:`plotly.graph_objs.mesh3d.Contour`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_hoverlabel.py b/plotly/graph_objs/mesh3d/_hoverlabel.py index 7cad9294c39..a82fd15e95d 100644 --- a/plotly/graph_objs/mesh3d/_hoverlabel.py +++ b/plotly/graph_objs/mesh3d/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.mesh3d.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_legendgrouptitle.py b/plotly/graph_objs/mesh3d/_legendgrouptitle.py index 19ae382d553..0d50a64a23b 100644 --- a/plotly/graph_objs/mesh3d/_legendgrouptitle.py +++ b/plotly/graph_objs/mesh3d/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.mesh3d.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_lighting.py b/plotly/graph_objs/mesh3d/_lighting.py index 18a57ff7e34..11e672460a3 100644 --- a/plotly/graph_objs/mesh3d/_lighting.py +++ b/plotly/graph_objs/mesh3d/_lighting.py @@ -241,10 +241,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Lighting`""") +an instance of :class:`plotly.graph_objs.mesh3d.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_lightposition.py b/plotly/graph_objs/mesh3d/_lightposition.py index 00b35d6945e..741a1ca68cd 100644 --- a/plotly/graph_objs/mesh3d/_lightposition.py +++ b/plotly/graph_objs/mesh3d/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Lightposition`""") +an instance of :class:`plotly.graph_objs.mesh3d.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/_stream.py b/plotly/graph_objs/mesh3d/_stream.py index b3b00d69d04..3522f5f81c7 100644 --- a/plotly/graph_objs/mesh3d/_stream.py +++ b/plotly/graph_objs/mesh3d/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.Stream`""") +an instance of :class:`plotly.graph_objs.mesh3d.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/colorbar/_tickfont.py b/plotly/graph_objs/mesh3d/colorbar/_tickfont.py index 7aaacd1e8a8..63188ac4311 100644 --- a/plotly/graph_objs/mesh3d/colorbar/_tickfont.py +++ b/plotly/graph_objs/mesh3d/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py b/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py index 3044122b2ad..170a05eee50 100644 --- a/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/colorbar/_title.py b/plotly/graph_objs/mesh3d/colorbar/_title.py index 19426d4f399..a2b1ad020f8 100644 --- a/plotly/graph_objs/mesh3d/colorbar/_title.py +++ b/plotly/graph_objs/mesh3d/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.mesh3d.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/colorbar/title/_font.py b/plotly/graph_objs/mesh3d/colorbar/title/_font.py index f4dd6a9b434..8f51689ae25 100644 --- a/plotly/graph_objs/mesh3d/colorbar/title/_font.py +++ b/plotly/graph_objs/mesh3d/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.mesh3d.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/hoverlabel/_font.py b/plotly/graph_objs/mesh3d/hoverlabel/_font.py index 09288337fd1..9f80ab643c7 100644 --- a/plotly/graph_objs/mesh3d/hoverlabel/_font.py +++ b/plotly/graph_objs/mesh3d/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.mesh3d.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py b/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py index 266ef98611a..415d7f93a64 100644 --- a/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py +++ b/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.mesh3d.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.mesh3d.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.mesh3d.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_decreasing.py b/plotly/graph_objs/ohlc/_decreasing.py index bed49343199..fe869dc98a8 100644 --- a/plotly/graph_objs/ohlc/_decreasing.py +++ b/plotly/graph_objs/ohlc/_decreasing.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Decreasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Decreasing`""") +an instance of :class:`plotly.graph_objs.ohlc.Decreasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_hoverlabel.py b/plotly/graph_objs/ohlc/_hoverlabel.py index c91cfbbd189..14419474b99 100644 --- a/plotly/graph_objs/ohlc/_hoverlabel.py +++ b/plotly/graph_objs/ohlc/_hoverlabel.py @@ -376,10 +376,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.ohlc.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_increasing.py b/plotly/graph_objs/ohlc/_increasing.py index 77ff3e42697..4194d8975d7 100644 --- a/plotly/graph_objs/ohlc/_increasing.py +++ b/plotly/graph_objs/ohlc/_increasing.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Increasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Increasing`""") +an instance of :class:`plotly.graph_objs.ohlc.Increasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_legendgrouptitle.py b/plotly/graph_objs/ohlc/_legendgrouptitle.py index b21b4403954..868820a5a3b 100644 --- a/plotly/graph_objs/ohlc/_legendgrouptitle.py +++ b/plotly/graph_objs/ohlc/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.ohlc.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_line.py b/plotly/graph_objs/ohlc/_line.py index 0090896dd64..3290042cb9b 100644 --- a/plotly/graph_objs/ohlc/_line.py +++ b/plotly/graph_objs/ohlc/_line.py @@ -109,10 +109,12 @@ def __init__(self, arg=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Line`""") +an instance of :class:`plotly.graph_objs.ohlc.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/_stream.py b/plotly/graph_objs/ohlc/_stream.py index 5e753fbde7d..02bd25af219 100644 --- a/plotly/graph_objs/ohlc/_stream.py +++ b/plotly/graph_objs/ohlc/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.Stream`""") +an instance of :class:`plotly.graph_objs.ohlc.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/decreasing/_line.py b/plotly/graph_objs/ohlc/decreasing/_line.py index 55ec4c4f5e3..dfa86c8f466 100644 --- a/plotly/graph_objs/ohlc/decreasing/_line.py +++ b/plotly/graph_objs/ohlc/decreasing/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.decreasing.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.decreasing.Line`""") +an instance of :class:`plotly.graph_objs.ohlc.decreasing.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/hoverlabel/_font.py b/plotly/graph_objs/ohlc/hoverlabel/_font.py index de3f8707711..aaa0f7d978c 100644 --- a/plotly/graph_objs/ohlc/hoverlabel/_font.py +++ b/plotly/graph_objs/ohlc/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.ohlc.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/increasing/_line.py b/plotly/graph_objs/ohlc/increasing/_line.py index 567f9cf0167..623e51c0763 100644 --- a/plotly/graph_objs/ohlc/increasing/_line.py +++ b/plotly/graph_objs/ohlc/increasing/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.increasing.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.increasing.Line`""") +an instance of :class:`plotly.graph_objs.ohlc.increasing.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/ohlc/legendgrouptitle/_font.py b/plotly/graph_objs/ohlc/legendgrouptitle/_font.py index 7d1cc80288c..bb46fe26916 100644 --- a/plotly/graph_objs/ohlc/legendgrouptitle/_font.py +++ b/plotly/graph_objs/ohlc/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.ohlc.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.ohlc.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.ohlc.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_dimension.py b/plotly/graph_objs/parcats/_dimension.py index e2bdcb60ba8..de79fefd3a6 100644 --- a/plotly/graph_objs/parcats/_dimension.py +++ b/plotly/graph_objs/parcats/_dimension.py @@ -361,10 +361,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Dimension constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Dimension`""") +an instance of :class:`plotly.graph_objs.parcats.Dimension`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_domain.py b/plotly/graph_objs/parcats/_domain.py index 6699f7bb108..0a53c5e6133 100644 --- a/plotly/graph_objs/parcats/_domain.py +++ b/plotly/graph_objs/parcats/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Domain`""") +an instance of :class:`plotly.graph_objs.parcats.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_labelfont.py b/plotly/graph_objs/parcats/_labelfont.py index 8f3bd58e3ac..199b61e0bf3 100644 --- a/plotly/graph_objs/parcats/_labelfont.py +++ b/plotly/graph_objs/parcats/_labelfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Labelfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Labelfont`""") +an instance of :class:`plotly.graph_objs.parcats.Labelfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_legendgrouptitle.py b/plotly/graph_objs/parcats/_legendgrouptitle.py index 180f8f8b4cd..960250fbc28 100644 --- a/plotly/graph_objs/parcats/_legendgrouptitle.py +++ b/plotly/graph_objs/parcats/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.parcats.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_line.py b/plotly/graph_objs/parcats/_line.py index 7080c271639..d96edcab0b7 100644 --- a/plotly/graph_objs/parcats/_line.py +++ b/plotly/graph_objs/parcats/_line.py @@ -698,10 +698,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Line`""") +an instance of :class:`plotly.graph_objs.parcats.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_stream.py b/plotly/graph_objs/parcats/_stream.py index 8d0707800b6..0299df5aaa3 100644 --- a/plotly/graph_objs/parcats/_stream.py +++ b/plotly/graph_objs/parcats/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Stream`""") +an instance of :class:`plotly.graph_objs.parcats.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/_tickfont.py b/plotly/graph_objs/parcats/_tickfont.py index 630d6dc72c9..65d6c36caee 100644 --- a/plotly/graph_objs/parcats/_tickfont.py +++ b/plotly/graph_objs/parcats/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.Tickfont`""") +an instance of :class:`plotly.graph_objs.parcats.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/legendgrouptitle/_font.py b/plotly/graph_objs/parcats/legendgrouptitle/_font.py index 1f0135986ea..799729f2cb1 100644 --- a/plotly/graph_objs/parcats/legendgrouptitle/_font.py +++ b/plotly/graph_objs/parcats/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.parcats.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/line/_colorbar.py b/plotly/graph_objs/parcats/line/_colorbar.py index a5204df743b..d26ce04cd0d 100644 --- a/plotly/graph_objs/parcats/line/_colorbar.py +++ b/plotly/graph_objs/parcats/line/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.line.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.line.ColorBar`""") +an instance of :class:`plotly.graph_objs.parcats.line.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/line/colorbar/_tickfont.py b/plotly/graph_objs/parcats/line/colorbar/_tickfont.py index 4f92e44d6d5..f90c68a3305 100644 --- a/plotly/graph_objs/parcats/line/colorbar/_tickfont.py +++ b/plotly/graph_objs/parcats/line/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.line.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py b/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py index 51c87f4d92f..cba16d666d2 100644 --- a/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.line.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/line/colorbar/_title.py b/plotly/graph_objs/parcats/line/colorbar/_title.py index ec906492ca2..378fda81442 100644 --- a/plotly/graph_objs/parcats/line/colorbar/_title.py +++ b/plotly/graph_objs/parcats/line/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.line.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.parcats.line.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcats/line/colorbar/title/_font.py b/plotly/graph_objs/parcats/line/colorbar/title/_font.py index 37698b17c3f..9b09213e0f3 100644 --- a/plotly/graph_objs/parcats/line/colorbar/title/_font.py +++ b/plotly/graph_objs/parcats/line/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcats.line.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcats.line.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.parcats.line.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_dimension.py b/plotly/graph_objs/parcoords/_dimension.py index 2fff5f12e3a..32396b65b07 100644 --- a/plotly/graph_objs/parcoords/_dimension.py +++ b/plotly/graph_objs/parcoords/_dimension.py @@ -520,10 +520,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Dimension constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Dimension`""") +an instance of :class:`plotly.graph_objs.parcoords.Dimension`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_domain.py b/plotly/graph_objs/parcoords/_domain.py index a1b3f57bcd5..f35a6692636 100644 --- a/plotly/graph_objs/parcoords/_domain.py +++ b/plotly/graph_objs/parcoords/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Domain`""") +an instance of :class:`plotly.graph_objs.parcoords.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_labelfont.py b/plotly/graph_objs/parcoords/_labelfont.py index b73fe482fb1..f6efd48457f 100644 --- a/plotly/graph_objs/parcoords/_labelfont.py +++ b/plotly/graph_objs/parcoords/_labelfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Labelfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Labelfont`""") +an instance of :class:`plotly.graph_objs.parcoords.Labelfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_legendgrouptitle.py b/plotly/graph_objs/parcoords/_legendgrouptitle.py index 67462f33cbb..e6498d26374 100644 --- a/plotly/graph_objs/parcoords/_legendgrouptitle.py +++ b/plotly/graph_objs/parcoords/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.parcoords.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_line.py b/plotly/graph_objs/parcoords/_line.py index 5d6799395d2..c1b2b61106c 100644 --- a/plotly/graph_objs/parcoords/_line.py +++ b/plotly/graph_objs/parcoords/_line.py @@ -516,10 +516,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Line`""") +an instance of :class:`plotly.graph_objs.parcoords.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_rangefont.py b/plotly/graph_objs/parcoords/_rangefont.py index 1e19ceff70f..8e344a8da9b 100644 --- a/plotly/graph_objs/parcoords/_rangefont.py +++ b/plotly/graph_objs/parcoords/_rangefont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Rangefont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Rangefont`""") +an instance of :class:`plotly.graph_objs.parcoords.Rangefont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_stream.py b/plotly/graph_objs/parcoords/_stream.py index a3753b10e52..b09619342bc 100644 --- a/plotly/graph_objs/parcoords/_stream.py +++ b/plotly/graph_objs/parcoords/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Stream`""") +an instance of :class:`plotly.graph_objs.parcoords.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_tickfont.py b/plotly/graph_objs/parcoords/_tickfont.py index 676f0ada3fb..4bd81846443 100644 --- a/plotly/graph_objs/parcoords/_tickfont.py +++ b/plotly/graph_objs/parcoords/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Tickfont`""") +an instance of :class:`plotly.graph_objs.parcoords.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/_unselected.py b/plotly/graph_objs/parcoords/_unselected.py index 576feb6c24d..280016ae6cd 100644 --- a/plotly/graph_objs/parcoords/_unselected.py +++ b/plotly/graph_objs/parcoords/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.Unselected`""") +an instance of :class:`plotly.graph_objs.parcoords.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/legendgrouptitle/_font.py b/plotly/graph_objs/parcoords/legendgrouptitle/_font.py index 32fda37d17b..3c960604001 100644 --- a/plotly/graph_objs/parcoords/legendgrouptitle/_font.py +++ b/plotly/graph_objs/parcoords/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.parcoords.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/line/_colorbar.py b/plotly/graph_objs/parcoords/line/_colorbar.py index 3ee4f8df995..dc4e35c3c93 100644 --- a/plotly/graph_objs/parcoords/line/_colorbar.py +++ b/plotly/graph_objs/parcoords/line/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.line.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.line.ColorBar`""") +an instance of :class:`plotly.graph_objs.parcoords.line.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py b/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py index 8737a56ecea..2fc38667341 100644 --- a/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py +++ b/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.line.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py b/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py index 6bed2d5d377..16103735c94 100644 --- a/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.line.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/line/colorbar/_title.py b/plotly/graph_objs/parcoords/line/colorbar/_title.py index caa26b02d39..221816066fe 100644 --- a/plotly/graph_objs/parcoords/line/colorbar/_title.py +++ b/plotly/graph_objs/parcoords/line/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.line.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/line/colorbar/title/_font.py b/plotly/graph_objs/parcoords/line/colorbar/title/_font.py index d09e6f7d7c2..41006daf1d7 100644 --- a/plotly/graph_objs/parcoords/line/colorbar/title/_font.py +++ b/plotly/graph_objs/parcoords/line/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.line.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.parcoords.line.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/parcoords/unselected/_line.py b/plotly/graph_objs/parcoords/unselected/_line.py index 0f340942f79..00f0945d3d3 100644 --- a/plotly/graph_objs/parcoords/unselected/_line.py +++ b/plotly/graph_objs/parcoords/unselected/_line.py @@ -101,10 +101,12 @@ def __init__(self, arg=None, color=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.parcoords.unselected.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.parcoords.unselected.Line`""") +an instance of :class:`plotly.graph_objs.parcoords.unselected.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_domain.py b/plotly/graph_objs/pie/_domain.py index fd3dee6a066..3c0c424a8bb 100644 --- a/plotly/graph_objs/pie/_domain.py +++ b/plotly/graph_objs/pie/_domain.py @@ -152,10 +152,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Domain`""") +an instance of :class:`plotly.graph_objs.pie.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_hoverlabel.py b/plotly/graph_objs/pie/_hoverlabel.py index 74bdb7891a2..8b090b5c642 100644 --- a/plotly/graph_objs/pie/_hoverlabel.py +++ b/plotly/graph_objs/pie/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.pie.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_insidetextfont.py b/plotly/graph_objs/pie/_insidetextfont.py index cf59dbe01c7..88b54e2c47a 100644 --- a/plotly/graph_objs/pie/_insidetextfont.py +++ b/plotly/graph_objs/pie/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.pie.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_legendgrouptitle.py b/plotly/graph_objs/pie/_legendgrouptitle.py index ff1230c89ef..27d23f48f3d 100644 --- a/plotly/graph_objs/pie/_legendgrouptitle.py +++ b/plotly/graph_objs/pie/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.pie.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_marker.py b/plotly/graph_objs/pie/_marker.py index 49f04435733..a2382cb3fd4 100644 --- a/plotly/graph_objs/pie/_marker.py +++ b/plotly/graph_objs/pie/_marker.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Marker`""") +an instance of :class:`plotly.graph_objs.pie.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_outsidetextfont.py b/plotly/graph_objs/pie/_outsidetextfont.py index dac483e3e76..57dc5fc65c8 100644 --- a/plotly/graph_objs/pie/_outsidetextfont.py +++ b/plotly/graph_objs/pie/_outsidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.pie.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_stream.py b/plotly/graph_objs/pie/_stream.py index d8187aaea60..fac237acbd9 100644 --- a/plotly/graph_objs/pie/_stream.py +++ b/plotly/graph_objs/pie/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Stream`""") +an instance of :class:`plotly.graph_objs.pie.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_textfont.py b/plotly/graph_objs/pie/_textfont.py index 3ad5c97e6c5..cdd8632cef5 100644 --- a/plotly/graph_objs/pie/_textfont.py +++ b/plotly/graph_objs/pie/_textfont.py @@ -556,10 +556,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Textfont`""") +an instance of :class:`plotly.graph_objs.pie.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/_title.py b/plotly/graph_objs/pie/_title.py index 84582a55006..9376617c48f 100644 --- a/plotly/graph_objs/pie/_title.py +++ b/plotly/graph_objs/pie/_title.py @@ -116,10 +116,12 @@ def __init__(self, arg=None, font=None, position=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.Title`""") +an instance of :class:`plotly.graph_objs.pie.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/hoverlabel/_font.py b/plotly/graph_objs/pie/hoverlabel/_font.py index 556bfc2a818..8ee1d893397 100644 --- a/plotly/graph_objs/pie/hoverlabel/_font.py +++ b/plotly/graph_objs/pie/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.pie.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/legendgrouptitle/_font.py b/plotly/graph_objs/pie/legendgrouptitle/_font.py index fff0d0d8993..14a177775db 100644 --- a/plotly/graph_objs/pie/legendgrouptitle/_font.py +++ b/plotly/graph_objs/pie/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.pie.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/marker/_line.py b/plotly/graph_objs/pie/marker/_line.py index 3fdf9ce39ed..276144748c4 100644 --- a/plotly/graph_objs/pie/marker/_line.py +++ b/plotly/graph_objs/pie/marker/_line.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.marker.Line`""") +an instance of :class:`plotly.graph_objs.pie.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/marker/_pattern.py b/plotly/graph_objs/pie/marker/_pattern.py index 1a273043e05..e574f796737 100644 --- a/plotly/graph_objs/pie/marker/_pattern.py +++ b/plotly/graph_objs/pie/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.pie.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/pie/title/_font.py b/plotly/graph_objs/pie/title/_font.py index abe938653cb..f1b799c494c 100644 --- a/plotly/graph_objs/pie/title/_font.py +++ b/plotly/graph_objs/pie/title/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.pie.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.pie.title.Font`""") +an instance of :class:`plotly.graph_objs.pie.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_domain.py b/plotly/graph_objs/sankey/_domain.py index c86377e3b21..89961a48f37 100644 --- a/plotly/graph_objs/sankey/_domain.py +++ b/plotly/graph_objs/sankey/_domain.py @@ -153,10 +153,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Domain`""") +an instance of :class:`plotly.graph_objs.sankey.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_hoverlabel.py b/plotly/graph_objs/sankey/_hoverlabel.py index 1050307088c..9fa2a46c9fc 100644 --- a/plotly/graph_objs/sankey/_hoverlabel.py +++ b/plotly/graph_objs/sankey/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.sankey.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_legendgrouptitle.py b/plotly/graph_objs/sankey/_legendgrouptitle.py index 8f024639ac4..0f0f5c64d85 100644 --- a/plotly/graph_objs/sankey/_legendgrouptitle.py +++ b/plotly/graph_objs/sankey/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.sankey.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_link.py b/plotly/graph_objs/sankey/_link.py index df844e57973..951ae7a5467 100644 --- a/plotly/graph_objs/sankey/_link.py +++ b/plotly/graph_objs/sankey/_link.py @@ -793,10 +793,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Link constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Link`""") +an instance of :class:`plotly.graph_objs.sankey.Link`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_node.py b/plotly/graph_objs/sankey/_node.py index 94a1baa2318..088f890ca28 100644 --- a/plotly/graph_objs/sankey/_node.py +++ b/plotly/graph_objs/sankey/_node.py @@ -693,10 +693,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Node constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Node`""") +an instance of :class:`plotly.graph_objs.sankey.Node`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_stream.py b/plotly/graph_objs/sankey/_stream.py index 542d7c1f8ea..db512185c80 100644 --- a/plotly/graph_objs/sankey/_stream.py +++ b/plotly/graph_objs/sankey/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Stream`""") +an instance of :class:`plotly.graph_objs.sankey.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/_textfont.py b/plotly/graph_objs/sankey/_textfont.py index d052501252e..36051c15e0d 100644 --- a/plotly/graph_objs/sankey/_textfont.py +++ b/plotly/graph_objs/sankey/_textfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.Textfont`""") +an instance of :class:`plotly.graph_objs.sankey.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/hoverlabel/_font.py b/plotly/graph_objs/sankey/hoverlabel/_font.py index 3d9d60ff5fd..00de52c4b1f 100644 --- a/plotly/graph_objs/sankey/hoverlabel/_font.py +++ b/plotly/graph_objs/sankey/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.sankey.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/legendgrouptitle/_font.py b/plotly/graph_objs/sankey/legendgrouptitle/_font.py index 28879581709..2143405b726 100644 --- a/plotly/graph_objs/sankey/legendgrouptitle/_font.py +++ b/plotly/graph_objs/sankey/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.sankey.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/link/_colorscale.py b/plotly/graph_objs/sankey/link/_colorscale.py index 61d0934d00d..72d2929e5d9 100644 --- a/plotly/graph_objs/sankey/link/_colorscale.py +++ b/plotly/graph_objs/sankey/link/_colorscale.py @@ -286,10 +286,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.link.Colorscale constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.link.Colorscale`""") +an instance of :class:`plotly.graph_objs.sankey.link.Colorscale`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/link/_hoverlabel.py b/plotly/graph_objs/sankey/link/_hoverlabel.py index 6cf3432e27b..2b2dabb4166 100644 --- a/plotly/graph_objs/sankey/link/_hoverlabel.py +++ b/plotly/graph_objs/sankey/link/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.link.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.link.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.sankey.link.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/link/_line.py b/plotly/graph_objs/sankey/link/_line.py index feb0d9edcc4..3558551b6a0 100644 --- a/plotly/graph_objs/sankey/link/_line.py +++ b/plotly/graph_objs/sankey/link/_line.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.link.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.link.Line`""") +an instance of :class:`plotly.graph_objs.sankey.link.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/link/hoverlabel/_font.py b/plotly/graph_objs/sankey/link/hoverlabel/_font.py index e96c178add3..1677c368d7f 100644 --- a/plotly/graph_objs/sankey/link/hoverlabel/_font.py +++ b/plotly/graph_objs/sankey/link/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.link.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.link.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.sankey.link.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/node/_hoverlabel.py b/plotly/graph_objs/sankey/node/_hoverlabel.py index 796199bb962..7b4e2e1a373 100644 --- a/plotly/graph_objs/sankey/node/_hoverlabel.py +++ b/plotly/graph_objs/sankey/node/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.node.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.node.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.sankey.node.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/node/_line.py b/plotly/graph_objs/sankey/node/_line.py index d3855f241a0..d907a8f97e7 100644 --- a/plotly/graph_objs/sankey/node/_line.py +++ b/plotly/graph_objs/sankey/node/_line.py @@ -144,10 +144,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.node.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.node.Line`""") +an instance of :class:`plotly.graph_objs.sankey.node.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sankey/node/hoverlabel/_font.py b/plotly/graph_objs/sankey/node/hoverlabel/_font.py index 545db572858..f2f4380a0d5 100644 --- a/plotly/graph_objs/sankey/node/hoverlabel/_font.py +++ b/plotly/graph_objs/sankey/node/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sankey.node.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sankey.node.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.sankey.node.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_error_x.py b/plotly/graph_objs/scatter/_error_x.py index 1b6a774eb8f..4d3374c507a 100644 --- a/plotly/graph_objs/scatter/_error_x.py +++ b/plotly/graph_objs/scatter/_error_x.py @@ -476,10 +476,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.ErrorX constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.ErrorX`""") +an instance of :class:`plotly.graph_objs.scatter.ErrorX`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_error_y.py b/plotly/graph_objs/scatter/_error_y.py index c36245dd2d3..0ed5a588210 100644 --- a/plotly/graph_objs/scatter/_error_y.py +++ b/plotly/graph_objs/scatter/_error_y.py @@ -454,10 +454,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.ErrorY constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.ErrorY`""") +an instance of :class:`plotly.graph_objs.scatter.ErrorY`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_fillgradient.py b/plotly/graph_objs/scatter/_fillgradient.py index 1df626d968e..d940f99baa3 100644 --- a/plotly/graph_objs/scatter/_fillgradient.py +++ b/plotly/graph_objs/scatter/_fillgradient.py @@ -211,10 +211,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Fillgradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Fillgradient`""") +an instance of :class:`plotly.graph_objs.scatter.Fillgradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_fillpattern.py b/plotly/graph_objs/scatter/_fillpattern.py index db963840855..d4ba357d477 100644 --- a/plotly/graph_objs/scatter/_fillpattern.py +++ b/plotly/graph_objs/scatter/_fillpattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Fillpattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Fillpattern`""") +an instance of :class:`plotly.graph_objs.scatter.Fillpattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_hoverlabel.py b/plotly/graph_objs/scatter/_hoverlabel.py index 9789db1a0e7..66b758c375d 100644 --- a/plotly/graph_objs/scatter/_hoverlabel.py +++ b/plotly/graph_objs/scatter/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scatter.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_legendgrouptitle.py b/plotly/graph_objs/scatter/_legendgrouptitle.py index fabbee30f82..08e6322e2b4 100644 --- a/plotly/graph_objs/scatter/_legendgrouptitle.py +++ b/plotly/graph_objs/scatter/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scatter.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_line.py b/plotly/graph_objs/scatter/_line.py index dd4f7ec8dc7..d263b1661ec 100644 --- a/plotly/graph_objs/scatter/_line.py +++ b/plotly/graph_objs/scatter/_line.py @@ -290,10 +290,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Line`""") +an instance of :class:`plotly.graph_objs.scatter.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_marker.py b/plotly/graph_objs/scatter/_marker.py index 639d5ad3a36..2e4f35141f9 100644 --- a/plotly/graph_objs/scatter/_marker.py +++ b/plotly/graph_objs/scatter/_marker.py @@ -1089,10 +1089,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Marker`""") +an instance of :class:`plotly.graph_objs.scatter.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_selected.py b/plotly/graph_objs/scatter/_selected.py index d8f7e1d44d3..1b07e52d557 100644 --- a/plotly/graph_objs/scatter/_selected.py +++ b/plotly/graph_objs/scatter/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Selected`""") +an instance of :class:`plotly.graph_objs.scatter.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_stream.py b/plotly/graph_objs/scatter/_stream.py index 6ba740d92e7..a8b77a62f7e 100644 --- a/plotly/graph_objs/scatter/_stream.py +++ b/plotly/graph_objs/scatter/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Stream`""") +an instance of :class:`plotly.graph_objs.scatter.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_textfont.py b/plotly/graph_objs/scatter/_textfont.py index 79576294342..c84afdfff02 100644 --- a/plotly/graph_objs/scatter/_textfont.py +++ b/plotly/graph_objs/scatter/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Textfont`""") +an instance of :class:`plotly.graph_objs.scatter.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/_unselected.py b/plotly/graph_objs/scatter/_unselected.py index e96e33b8cb1..324e518a25f 100644 --- a/plotly/graph_objs/scatter/_unselected.py +++ b/plotly/graph_objs/scatter/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.Unselected`""") +an instance of :class:`plotly.graph_objs.scatter.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/hoverlabel/_font.py b/plotly/graph_objs/scatter/hoverlabel/_font.py index 1abdf82e9fb..887c79cf19a 100644 --- a/plotly/graph_objs/scatter/hoverlabel/_font.py +++ b/plotly/graph_objs/scatter/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scatter.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/legendgrouptitle/_font.py b/plotly/graph_objs/scatter/legendgrouptitle/_font.py index fbc6a1ad98e..78e94502560 100644 --- a/plotly/graph_objs/scatter/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scatter/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scatter.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/_colorbar.py b/plotly/graph_objs/scatter/marker/_colorbar.py index ee209e4fe4f..bb16566306e 100644 --- a/plotly/graph_objs/scatter/marker/_colorbar.py +++ b/plotly/graph_objs/scatter/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatter.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/_gradient.py b/plotly/graph_objs/scatter/marker/_gradient.py index 129ea674922..1979f389992 100644 --- a/plotly/graph_objs/scatter/marker/_gradient.py +++ b/plotly/graph_objs/scatter/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scatter.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/_line.py b/plotly/graph_objs/scatter/marker/_line.py index 2ac6e608078..6800e597287 100644 --- a/plotly/graph_objs/scatter/marker/_line.py +++ b/plotly/graph_objs/scatter/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.Line`""") +an instance of :class:`plotly.graph_objs.scatter.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py b/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py index 979d2b738a2..371f83491e0 100644 --- a/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py index f6b28e33dbe..deb5c3d9b2b 100644 --- a/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/colorbar/_title.py b/plotly/graph_objs/scatter/marker/colorbar/_title.py index 381a749dae3..1607b224ab6 100644 --- a/plotly/graph_objs/scatter/marker/colorbar/_title.py +++ b/plotly/graph_objs/scatter/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/marker/colorbar/title/_font.py b/plotly/graph_objs/scatter/marker/colorbar/title/_font.py index 6d202535da4..cb47acd49dc 100644 --- a/plotly/graph_objs/scatter/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scatter/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatter.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/selected/_marker.py b/plotly/graph_objs/scatter/selected/_marker.py index 6eb0a98bec2..0061163509f 100644 --- a/plotly/graph_objs/scatter/selected/_marker.py +++ b/plotly/graph_objs/scatter/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scatter.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/selected/_textfont.py b/plotly/graph_objs/scatter/selected/_textfont.py index 75424c16390..a3cabda1cff 100644 --- a/plotly/graph_objs/scatter/selected/_textfont.py +++ b/plotly/graph_objs/scatter/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatter.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/unselected/_marker.py b/plotly/graph_objs/scatter/unselected/_marker.py index dce5658bb22..294d11d1001 100644 --- a/plotly/graph_objs/scatter/unselected/_marker.py +++ b/plotly/graph_objs/scatter/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scatter.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter/unselected/_textfont.py b/plotly/graph_objs/scatter/unselected/_textfont.py index 63e170796d4..c8b128158fe 100644 --- a/plotly/graph_objs/scatter/unselected/_textfont.py +++ b/plotly/graph_objs/scatter/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatter.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_error_x.py b/plotly/graph_objs/scatter3d/_error_x.py index ed735d629c2..4dadf18d2fd 100644 --- a/plotly/graph_objs/scatter3d/_error_x.py +++ b/plotly/graph_objs/scatter3d/_error_x.py @@ -476,10 +476,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.ErrorX constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.ErrorX`""") +an instance of :class:`plotly.graph_objs.scatter3d.ErrorX`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_error_y.py b/plotly/graph_objs/scatter3d/_error_y.py index c62ab3a17a4..d27cb913443 100644 --- a/plotly/graph_objs/scatter3d/_error_y.py +++ b/plotly/graph_objs/scatter3d/_error_y.py @@ -476,10 +476,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.ErrorY constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.ErrorY`""") +an instance of :class:`plotly.graph_objs.scatter3d.ErrorY`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_error_z.py b/plotly/graph_objs/scatter3d/_error_z.py index 1fe50cd0981..d9ab450f231 100644 --- a/plotly/graph_objs/scatter3d/_error_z.py +++ b/plotly/graph_objs/scatter3d/_error_z.py @@ -454,10 +454,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.ErrorZ constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.ErrorZ`""") +an instance of :class:`plotly.graph_objs.scatter3d.ErrorZ`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_hoverlabel.py b/plotly/graph_objs/scatter3d/_hoverlabel.py index 2f9bba3b0e3..d9c7c06f9fd 100644 --- a/plotly/graph_objs/scatter3d/_hoverlabel.py +++ b/plotly/graph_objs/scatter3d/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scatter3d.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_legendgrouptitle.py b/plotly/graph_objs/scatter3d/_legendgrouptitle.py index 35ef9eafae4..e3dd576568d 100644 --- a/plotly/graph_objs/scatter3d/_legendgrouptitle.py +++ b/plotly/graph_objs/scatter3d/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scatter3d.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_line.py b/plotly/graph_objs/scatter3d/_line.py index 1f2c3c46553..f1bc0ccf203 100644 --- a/plotly/graph_objs/scatter3d/_line.py +++ b/plotly/graph_objs/scatter3d/_line.py @@ -566,10 +566,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Line`""") +an instance of :class:`plotly.graph_objs.scatter3d.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_marker.py b/plotly/graph_objs/scatter3d/_marker.py index 2f9344723ef..22e42374a3b 100644 --- a/plotly/graph_objs/scatter3d/_marker.py +++ b/plotly/graph_objs/scatter3d/_marker.py @@ -777,10 +777,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Marker`""") +an instance of :class:`plotly.graph_objs.scatter3d.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_projection.py b/plotly/graph_objs/scatter3d/_projection.py index de02e0c3636..3a7db7a7ce6 100644 --- a/plotly/graph_objs/scatter3d/_projection.py +++ b/plotly/graph_objs/scatter3d/_projection.py @@ -117,10 +117,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Projection constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Projection`""") +an instance of :class:`plotly.graph_objs.scatter3d.Projection`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_stream.py b/plotly/graph_objs/scatter3d/_stream.py index 382456ff05e..f665851ad21 100644 --- a/plotly/graph_objs/scatter3d/_stream.py +++ b/plotly/graph_objs/scatter3d/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Stream`""") +an instance of :class:`plotly.graph_objs.scatter3d.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/_textfont.py b/plotly/graph_objs/scatter3d/_textfont.py index 6d365232c9c..17fc5d52133 100644 --- a/plotly/graph_objs/scatter3d/_textfont.py +++ b/plotly/graph_objs/scatter3d/_textfont.py @@ -376,10 +376,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.Textfont`""") +an instance of :class:`plotly.graph_objs.scatter3d.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/hoverlabel/_font.py b/plotly/graph_objs/scatter3d/hoverlabel/_font.py index 3edf8ede05f..68f857eb133 100644 --- a/plotly/graph_objs/scatter3d/hoverlabel/_font.py +++ b/plotly/graph_objs/scatter3d/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scatter3d.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py b/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py index 95c7ad1edf8..f00874bbc84 100644 --- a/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scatter3d.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/line/_colorbar.py b/plotly/graph_objs/scatter3d/line/_colorbar.py index d1407503689..9b4a4d0d4db 100644 --- a/plotly/graph_objs/scatter3d/line/_colorbar.py +++ b/plotly/graph_objs/scatter3d/line/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.line.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.line.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatter3d.line.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py b/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py index 2d5833c877c..05bcd5230f9 100644 --- a/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.line.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py b/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py index 877c27e426c..e8cab08eb8b 100644 --- a/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.line.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/line/colorbar/_title.py b/plotly/graph_objs/scatter3d/line/colorbar/_title.py index 7bcfe28e383..bb25b69d643 100644 --- a/plotly/graph_objs/scatter3d/line/colorbar/_title.py +++ b/plotly/graph_objs/scatter3d/line/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.line.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py b/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py index 603e087e373..bf52bbd6c18 100644 --- a/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py +++ b/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.line.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatter3d.line.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/_colorbar.py b/plotly/graph_objs/scatter3d/marker/_colorbar.py index 640e5ffc931..9608ec086ba 100644 --- a/plotly/graph_objs/scatter3d/marker/_colorbar.py +++ b/plotly/graph_objs/scatter3d/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/_line.py b/plotly/graph_objs/scatter3d/marker/_line.py index 34860068f64..b3f5d01a76a 100644 --- a/plotly/graph_objs/scatter3d/marker/_line.py +++ b/plotly/graph_objs/scatter3d/marker/_line.py @@ -495,10 +495,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.Line`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py b/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py index 78612661cc0..6e1eba11fb3 100644 --- a/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py index 1db91397e7b..e677ec019a1 100644 --- a/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/colorbar/_title.py b/plotly/graph_objs/scatter3d/marker/colorbar/_title.py index 1b2aafe1c98..b88ff676569 100644 --- a/plotly/graph_objs/scatter3d/marker/colorbar/_title.py +++ b/plotly/graph_objs/scatter3d/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py b/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py index 53344ff1a79..2f46e7c0065 100644 --- a/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatter3d.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/projection/_x.py b/plotly/graph_objs/scatter3d/projection/_x.py index 06ecd63aca9..698ba72bcac 100644 --- a/plotly/graph_objs/scatter3d/projection/_x.py +++ b/plotly/graph_objs/scatter3d/projection/_x.py @@ -113,10 +113,12 @@ def __init__(self, arg=None, opacity=None, scale=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.projection.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.projection.X`""") +an instance of :class:`plotly.graph_objs.scatter3d.projection.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/projection/_y.py b/plotly/graph_objs/scatter3d/projection/_y.py index e0e9685ac1d..258ad1d30f8 100644 --- a/plotly/graph_objs/scatter3d/projection/_y.py +++ b/plotly/graph_objs/scatter3d/projection/_y.py @@ -113,10 +113,12 @@ def __init__(self, arg=None, opacity=None, scale=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.projection.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.projection.Y`""") +an instance of :class:`plotly.graph_objs.scatter3d.projection.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatter3d/projection/_z.py b/plotly/graph_objs/scatter3d/projection/_z.py index d60bc55242f..01f40402f60 100644 --- a/plotly/graph_objs/scatter3d/projection/_z.py +++ b/plotly/graph_objs/scatter3d/projection/_z.py @@ -113,10 +113,12 @@ def __init__(self, arg=None, opacity=None, scale=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatter3d.projection.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatter3d.projection.Z`""") +an instance of :class:`plotly.graph_objs.scatter3d.projection.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_hoverlabel.py b/plotly/graph_objs/scattercarpet/_hoverlabel.py index dfb16b81521..985e06be287 100644 --- a/plotly/graph_objs/scattercarpet/_hoverlabel.py +++ b/plotly/graph_objs/scattercarpet/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_legendgrouptitle.py b/plotly/graph_objs/scattercarpet/_legendgrouptitle.py index ded56494b97..3beae80ad70 100644 --- a/plotly/graph_objs/scattercarpet/_legendgrouptitle.py +++ b/plotly/graph_objs/scattercarpet/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_line.py b/plotly/graph_objs/scattercarpet/_line.py index 0aa2e06cd2a..dfb4f58a699 100644 --- a/plotly/graph_objs/scattercarpet/_line.py +++ b/plotly/graph_objs/scattercarpet/_line.py @@ -258,10 +258,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Line`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_marker.py b/plotly/graph_objs/scattercarpet/_marker.py index dfb9a3afab3..0c2706f3da2 100644 --- a/plotly/graph_objs/scattercarpet/_marker.py +++ b/plotly/graph_objs/scattercarpet/_marker.py @@ -1089,10 +1089,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Marker`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_selected.py b/plotly/graph_objs/scattercarpet/_selected.py index c92d8b38322..2eef2daa737 100644 --- a/plotly/graph_objs/scattercarpet/_selected.py +++ b/plotly/graph_objs/scattercarpet/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Selected`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_stream.py b/plotly/graph_objs/scattercarpet/_stream.py index d1b93a857fd..dcb0fd2aff4 100644 --- a/plotly/graph_objs/scattercarpet/_stream.py +++ b/plotly/graph_objs/scattercarpet/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Stream`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_textfont.py b/plotly/graph_objs/scattercarpet/_textfont.py index 3deda0f4e97..4a7ceee5ac0 100644 --- a/plotly/graph_objs/scattercarpet/_textfont.py +++ b/plotly/graph_objs/scattercarpet/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Textfont`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/_unselected.py b/plotly/graph_objs/scattercarpet/_unselected.py index ab71af95703..7aa53871d25 100644 --- a/plotly/graph_objs/scattercarpet/_unselected.py +++ b/plotly/graph_objs/scattercarpet/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.Unselected`""") +an instance of :class:`plotly.graph_objs.scattercarpet.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/hoverlabel/_font.py b/plotly/graph_objs/scattercarpet/hoverlabel/_font.py index 232ffa768ed..9cda3ae0b6c 100644 --- a/plotly/graph_objs/scattercarpet/hoverlabel/_font.py +++ b/plotly/graph_objs/scattercarpet/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattercarpet.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py b/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py index 083f9ecc562..e624bd3646c 100644 --- a/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattercarpet.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/_colorbar.py b/plotly/graph_objs/scattercarpet/marker/_colorbar.py index dfbfe570bb1..45f570dcea9 100644 --- a/plotly/graph_objs/scattercarpet/marker/_colorbar.py +++ b/plotly/graph_objs/scattercarpet/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/_gradient.py b/plotly/graph_objs/scattercarpet/marker/_gradient.py index 1fe30ae5a37..0cbaf03e0d5 100644 --- a/plotly/graph_objs/scattercarpet/marker/_gradient.py +++ b/plotly/graph_objs/scattercarpet/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/_line.py b/plotly/graph_objs/scattercarpet/marker/_line.py index ace49436632..9cb41cb2b5f 100644 --- a/plotly/graph_objs/scattercarpet/marker/_line.py +++ b/plotly/graph_objs/scattercarpet/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.Line`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py index b831738c576..29b99805a79 100644 --- a/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py index 26f41374dd7..c0e99afb954 100644 --- a/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py b/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py index c8032d91253..137c48bf1f8 100644 --- a/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py b/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py index 33b501ca9d6..462692e1d91 100644 --- a/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattercarpet.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/selected/_marker.py b/plotly/graph_objs/scattercarpet/selected/_marker.py index 1af34aa60d5..2a010d012a8 100644 --- a/plotly/graph_objs/scattercarpet/selected/_marker.py +++ b/plotly/graph_objs/scattercarpet/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattercarpet.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/selected/_textfont.py b/plotly/graph_objs/scattercarpet/selected/_textfont.py index 10dc095c553..c1444570fb9 100644 --- a/plotly/graph_objs/scattercarpet/selected/_textfont.py +++ b/plotly/graph_objs/scattercarpet/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattercarpet.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/unselected/_marker.py b/plotly/graph_objs/scattercarpet/unselected/_marker.py index 48738330b2c..a06923e81c1 100644 --- a/plotly/graph_objs/scattercarpet/unselected/_marker.py +++ b/plotly/graph_objs/scattercarpet/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattercarpet.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattercarpet/unselected/_textfont.py b/plotly/graph_objs/scattercarpet/unselected/_textfont.py index 02f1e9dade2..30561ba83c2 100644 --- a/plotly/graph_objs/scattercarpet/unselected/_textfont.py +++ b/plotly/graph_objs/scattercarpet/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattercarpet.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattercarpet.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattercarpet.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_hoverlabel.py b/plotly/graph_objs/scattergeo/_hoverlabel.py index 55ee903b004..99d1a38210b 100644 --- a/plotly/graph_objs/scattergeo/_hoverlabel.py +++ b/plotly/graph_objs/scattergeo/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattergeo.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_legendgrouptitle.py b/plotly/graph_objs/scattergeo/_legendgrouptitle.py index ba86fda185d..0e9d341be49 100644 --- a/plotly/graph_objs/scattergeo/_legendgrouptitle.py +++ b/plotly/graph_objs/scattergeo/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattergeo.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_line.py b/plotly/graph_objs/scattergeo/_line.py index 5151208ecf9..abc99c0ff9b 100644 --- a/plotly/graph_objs/scattergeo/_line.py +++ b/plotly/graph_objs/scattergeo/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Line`""") +an instance of :class:`plotly.graph_objs.scattergeo.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_marker.py b/plotly/graph_objs/scattergeo/_marker.py index 0ea1ab62272..75a310a75c8 100644 --- a/plotly/graph_objs/scattergeo/_marker.py +++ b/plotly/graph_objs/scattergeo/_marker.py @@ -1066,10 +1066,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Marker`""") +an instance of :class:`plotly.graph_objs.scattergeo.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_selected.py b/plotly/graph_objs/scattergeo/_selected.py index efa633a42df..40135d58f28 100644 --- a/plotly/graph_objs/scattergeo/_selected.py +++ b/plotly/graph_objs/scattergeo/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Selected`""") +an instance of :class:`plotly.graph_objs.scattergeo.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_stream.py b/plotly/graph_objs/scattergeo/_stream.py index 18aea3ecb12..e97dc884024 100644 --- a/plotly/graph_objs/scattergeo/_stream.py +++ b/plotly/graph_objs/scattergeo/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Stream`""") +an instance of :class:`plotly.graph_objs.scattergeo.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_textfont.py b/plotly/graph_objs/scattergeo/_textfont.py index 8a56df5ca13..d2af3d9c349 100644 --- a/plotly/graph_objs/scattergeo/_textfont.py +++ b/plotly/graph_objs/scattergeo/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergeo.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/_unselected.py b/plotly/graph_objs/scattergeo/_unselected.py index 0904ecc3c4b..d994250e5cf 100644 --- a/plotly/graph_objs/scattergeo/_unselected.py +++ b/plotly/graph_objs/scattergeo/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.Unselected`""") +an instance of :class:`plotly.graph_objs.scattergeo.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/hoverlabel/_font.py b/plotly/graph_objs/scattergeo/hoverlabel/_font.py index 730d1d49fb5..3a7298063e9 100644 --- a/plotly/graph_objs/scattergeo/hoverlabel/_font.py +++ b/plotly/graph_objs/scattergeo/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattergeo.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py b/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py index 4dfd8a01f42..f29c2fb1ae3 100644 --- a/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattergeo.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/_colorbar.py b/plotly/graph_objs/scattergeo/marker/_colorbar.py index e5da382e134..f42db52d55a 100644 --- a/plotly/graph_objs/scattergeo/marker/_colorbar.py +++ b/plotly/graph_objs/scattergeo/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/_gradient.py b/plotly/graph_objs/scattergeo/marker/_gradient.py index abda79fad72..0b085ac9159 100644 --- a/plotly/graph_objs/scattergeo/marker/_gradient.py +++ b/plotly/graph_objs/scattergeo/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/_line.py b/plotly/graph_objs/scattergeo/marker/_line.py index eb84d8966fe..f402562b998 100644 --- a/plotly/graph_objs/scattergeo/marker/_line.py +++ b/plotly/graph_objs/scattergeo/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.Line`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py index 81b1718f4bc..a2913ead41c 100644 --- a/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py index 538e61b7d62..5593708cac6 100644 --- a/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/colorbar/_title.py b/plotly/graph_objs/scattergeo/marker/colorbar/_title.py index 8ca1156adc0..d8bdf658dbe 100644 --- a/plotly/graph_objs/scattergeo/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattergeo/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py b/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py index ace978f2cc8..72fc65c6fb9 100644 --- a/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattergeo.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/selected/_marker.py b/plotly/graph_objs/scattergeo/selected/_marker.py index e3c2b9a98d5..2237a7296ef 100644 --- a/plotly/graph_objs/scattergeo/selected/_marker.py +++ b/plotly/graph_objs/scattergeo/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattergeo.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/selected/_textfont.py b/plotly/graph_objs/scattergeo/selected/_textfont.py index d3fa7e867b8..73bf814de01 100644 --- a/plotly/graph_objs/scattergeo/selected/_textfont.py +++ b/plotly/graph_objs/scattergeo/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergeo.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/unselected/_marker.py b/plotly/graph_objs/scattergeo/unselected/_marker.py index 7249a60e7b2..3b22fffa648 100644 --- a/plotly/graph_objs/scattergeo/unselected/_marker.py +++ b/plotly/graph_objs/scattergeo/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattergeo.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergeo/unselected/_textfont.py b/plotly/graph_objs/scattergeo/unselected/_textfont.py index c076f082bae..52cd63d0686 100644 --- a/plotly/graph_objs/scattergeo/unselected/_textfont.py +++ b/plotly/graph_objs/scattergeo/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergeo.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergeo.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergeo.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_error_x.py b/plotly/graph_objs/scattergl/_error_x.py index 2cb27d7b8a5..24985d38c31 100644 --- a/plotly/graph_objs/scattergl/_error_x.py +++ b/plotly/graph_objs/scattergl/_error_x.py @@ -476,10 +476,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.ErrorX constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.ErrorX`""") +an instance of :class:`plotly.graph_objs.scattergl.ErrorX`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_error_y.py b/plotly/graph_objs/scattergl/_error_y.py index b750644bb53..6fed68836ff 100644 --- a/plotly/graph_objs/scattergl/_error_y.py +++ b/plotly/graph_objs/scattergl/_error_y.py @@ -454,10 +454,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.ErrorY constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.ErrorY`""") +an instance of :class:`plotly.graph_objs.scattergl.ErrorY`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_hoverlabel.py b/plotly/graph_objs/scattergl/_hoverlabel.py index 95fcf655f2d..764d67a26d9 100644 --- a/plotly/graph_objs/scattergl/_hoverlabel.py +++ b/plotly/graph_objs/scattergl/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattergl.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_legendgrouptitle.py b/plotly/graph_objs/scattergl/_legendgrouptitle.py index ac54eda9d68..f32da468ac9 100644 --- a/plotly/graph_objs/scattergl/_legendgrouptitle.py +++ b/plotly/graph_objs/scattergl/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattergl.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_line.py b/plotly/graph_objs/scattergl/_line.py index 12b641ca4b7..28111bed1c0 100644 --- a/plotly/graph_objs/scattergl/_line.py +++ b/plotly/graph_objs/scattergl/_line.py @@ -142,10 +142,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Line`""") +an instance of :class:`plotly.graph_objs.scattergl.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_marker.py b/plotly/graph_objs/scattergl/_marker.py index 89d2af3b0ab..ca88c3f805b 100644 --- a/plotly/graph_objs/scattergl/_marker.py +++ b/plotly/graph_objs/scattergl/_marker.py @@ -942,10 +942,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Marker`""") +an instance of :class:`plotly.graph_objs.scattergl.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_selected.py b/plotly/graph_objs/scattergl/_selected.py index 1271cedc740..4cc010fc522 100644 --- a/plotly/graph_objs/scattergl/_selected.py +++ b/plotly/graph_objs/scattergl/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Selected`""") +an instance of :class:`plotly.graph_objs.scattergl.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_stream.py b/plotly/graph_objs/scattergl/_stream.py index 108cc9b4184..c35ef60f304 100644 --- a/plotly/graph_objs/scattergl/_stream.py +++ b/plotly/graph_objs/scattergl/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Stream`""") +an instance of :class:`plotly.graph_objs.scattergl.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_textfont.py b/plotly/graph_objs/scattergl/_textfont.py index ccc8e03f156..dc0624bf457 100644 --- a/plotly/graph_objs/scattergl/_textfont.py +++ b/plotly/graph_objs/scattergl/_textfont.py @@ -375,10 +375,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergl.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/_unselected.py b/plotly/graph_objs/scattergl/_unselected.py index 7c2cd4b9b32..598198d9b75 100644 --- a/plotly/graph_objs/scattergl/_unselected.py +++ b/plotly/graph_objs/scattergl/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.Unselected`""") +an instance of :class:`plotly.graph_objs.scattergl.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/hoverlabel/_font.py b/plotly/graph_objs/scattergl/hoverlabel/_font.py index 9481a5144d5..7dea80a6048 100644 --- a/plotly/graph_objs/scattergl/hoverlabel/_font.py +++ b/plotly/graph_objs/scattergl/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattergl.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/legendgrouptitle/_font.py b/plotly/graph_objs/scattergl/legendgrouptitle/_font.py index fa358d7ab01..7490df03f39 100644 --- a/plotly/graph_objs/scattergl/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattergl/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattergl.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/_colorbar.py b/plotly/graph_objs/scattergl/marker/_colorbar.py index 553b18a49dd..e5ce13cb9df 100644 --- a/plotly/graph_objs/scattergl/marker/_colorbar.py +++ b/plotly/graph_objs/scattergl/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/_line.py b/plotly/graph_objs/scattergl/marker/_line.py index e841871b7b8..a7e7a936766 100644 --- a/plotly/graph_objs/scattergl/marker/_line.py +++ b/plotly/graph_objs/scattergl/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.Line`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py index c4aadedec7c..88293e7303a 100644 --- a/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py index 01beca9416b..13d14f58672 100644 --- a/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/colorbar/_title.py b/plotly/graph_objs/scattergl/marker/colorbar/_title.py index 48a038460dc..3506e2927ed 100644 --- a/plotly/graph_objs/scattergl/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattergl/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py b/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py index 359d09ec33b..c8ad058e56d 100644 --- a/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattergl.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/selected/_marker.py b/plotly/graph_objs/scattergl/selected/_marker.py index dbad7a5eadf..959314a0e03 100644 --- a/plotly/graph_objs/scattergl/selected/_marker.py +++ b/plotly/graph_objs/scattergl/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattergl.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/selected/_textfont.py b/plotly/graph_objs/scattergl/selected/_textfont.py index a37e6d9f240..6b7cfe9ea0a 100644 --- a/plotly/graph_objs/scattergl/selected/_textfont.py +++ b/plotly/graph_objs/scattergl/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergl.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/unselected/_marker.py b/plotly/graph_objs/scattergl/unselected/_marker.py index 0d9f1ccd06e..117d24fbdb8 100644 --- a/plotly/graph_objs/scattergl/unselected/_marker.py +++ b/plotly/graph_objs/scattergl/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattergl.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattergl/unselected/_textfont.py b/plotly/graph_objs/scattergl/unselected/_textfont.py index 73d64c96e50..2a77b84e6c7 100644 --- a/plotly/graph_objs/scattergl/unselected/_textfont.py +++ b/plotly/graph_objs/scattergl/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattergl.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattergl.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattergl.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_cluster.py b/plotly/graph_objs/scattermap/_cluster.py index bd66fd02c53..5123b28b176 100644 --- a/plotly/graph_objs/scattermap/_cluster.py +++ b/plotly/graph_objs/scattermap/_cluster.py @@ -320,10 +320,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Cluster constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Cluster`""") +an instance of :class:`plotly.graph_objs.scattermap.Cluster`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_hoverlabel.py b/plotly/graph_objs/scattermap/_hoverlabel.py index 66cbe4592fb..372ea8d336c 100644 --- a/plotly/graph_objs/scattermap/_hoverlabel.py +++ b/plotly/graph_objs/scattermap/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattermap.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_legendgrouptitle.py b/plotly/graph_objs/scattermap/_legendgrouptitle.py index 0dee4c5dd77..221aedbffc6 100644 --- a/plotly/graph_objs/scattermap/_legendgrouptitle.py +++ b/plotly/graph_objs/scattermap/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattermap.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_line.py b/plotly/graph_objs/scattermap/_line.py index 6d07e8bbfd4..ac6e91354f1 100644 --- a/plotly/graph_objs/scattermap/_line.py +++ b/plotly/graph_objs/scattermap/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Line`""") +an instance of :class:`plotly.graph_objs.scattermap.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_marker.py b/plotly/graph_objs/scattermap/_marker.py index 98d0d00d04b..98bcaee43ee 100644 --- a/plotly/graph_objs/scattermap/_marker.py +++ b/plotly/graph_objs/scattermap/_marker.py @@ -856,10 +856,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Marker`""") +an instance of :class:`plotly.graph_objs.scattermap.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_selected.py b/plotly/graph_objs/scattermap/_selected.py index fc36d377b9f..7e653d9d631 100644 --- a/plotly/graph_objs/scattermap/_selected.py +++ b/plotly/graph_objs/scattermap/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Selected`""") +an instance of :class:`plotly.graph_objs.scattermap.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_stream.py b/plotly/graph_objs/scattermap/_stream.py index cb82bb8b98f..7c3fef9ba8e 100644 --- a/plotly/graph_objs/scattermap/_stream.py +++ b/plotly/graph_objs/scattermap/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Stream`""") +an instance of :class:`plotly.graph_objs.scattermap.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_textfont.py b/plotly/graph_objs/scattermap/_textfont.py index fda40ac9cdb..0c42be59c05 100644 --- a/plotly/graph_objs/scattermap/_textfont.py +++ b/plotly/graph_objs/scattermap/_textfont.py @@ -185,10 +185,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Textfont`""") +an instance of :class:`plotly.graph_objs.scattermap.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/_unselected.py b/plotly/graph_objs/scattermap/_unselected.py index 6911361a0db..ad4acdc14fd 100644 --- a/plotly/graph_objs/scattermap/_unselected.py +++ b/plotly/graph_objs/scattermap/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.Unselected`""") +an instance of :class:`plotly.graph_objs.scattermap.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/hoverlabel/_font.py b/plotly/graph_objs/scattermap/hoverlabel/_font.py index a6fe4953e57..b128e8b4a9e 100644 --- a/plotly/graph_objs/scattermap/hoverlabel/_font.py +++ b/plotly/graph_objs/scattermap/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattermap.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/legendgrouptitle/_font.py b/plotly/graph_objs/scattermap/legendgrouptitle/_font.py index ea1fc048161..af12117752f 100644 --- a/plotly/graph_objs/scattermap/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattermap/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattermap.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/marker/_colorbar.py b/plotly/graph_objs/scattermap/marker/_colorbar.py index 1e5d8893a0c..e03e1b0d74f 100644 --- a/plotly/graph_objs/scattermap/marker/_colorbar.py +++ b/plotly/graph_objs/scattermap/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattermap.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py index 77304fcb60e..b69541f5687 100644 --- a/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py index 5be9a746d59..65d5d482c13 100644 --- a/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/marker/colorbar/_title.py b/plotly/graph_objs/scattermap/marker/colorbar/_title.py index 3fd7257df47..c0b5d24f70a 100644 --- a/plotly/graph_objs/scattermap/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattermap/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py b/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py index 5fbf794be85..57e6b95971c 100644 --- a/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattermap.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/selected/_marker.py b/plotly/graph_objs/scattermap/selected/_marker.py index f7df731bc84..98f1f66ffde 100644 --- a/plotly/graph_objs/scattermap/selected/_marker.py +++ b/plotly/graph_objs/scattermap/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattermap.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermap/unselected/_marker.py b/plotly/graph_objs/scattermap/unselected/_marker.py index b85c1a829da..46ae3e22386 100644 --- a/plotly/graph_objs/scattermap/unselected/_marker.py +++ b/plotly/graph_objs/scattermap/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermap.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermap.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattermap.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_cluster.py b/plotly/graph_objs/scattermapbox/_cluster.py index da20f28f59e..e8bb5ae6a44 100644 --- a/plotly/graph_objs/scattermapbox/_cluster.py +++ b/plotly/graph_objs/scattermapbox/_cluster.py @@ -320,10 +320,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Cluster constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Cluster`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Cluster`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_hoverlabel.py b/plotly/graph_objs/scattermapbox/_hoverlabel.py index c7dee08e2a0..df8b33b9e61 100644 --- a/plotly/graph_objs/scattermapbox/_hoverlabel.py +++ b/plotly/graph_objs/scattermapbox/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_legendgrouptitle.py b/plotly/graph_objs/scattermapbox/_legendgrouptitle.py index 754d1beca6e..c41d5df6d5a 100644 --- a/plotly/graph_objs/scattermapbox/_legendgrouptitle.py +++ b/plotly/graph_objs/scattermapbox/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_line.py b/plotly/graph_objs/scattermapbox/_line.py index 16aa69c59d0..89a5a5a1782 100644 --- a/plotly/graph_objs/scattermapbox/_line.py +++ b/plotly/graph_objs/scattermapbox/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Line`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_marker.py b/plotly/graph_objs/scattermapbox/_marker.py index 8238d0b4bb3..d1ad08976b5 100644 --- a/plotly/graph_objs/scattermapbox/_marker.py +++ b/plotly/graph_objs/scattermapbox/_marker.py @@ -856,10 +856,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Marker`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_selected.py b/plotly/graph_objs/scattermapbox/_selected.py index e2f96038ea5..cb28dac9b58 100644 --- a/plotly/graph_objs/scattermapbox/_selected.py +++ b/plotly/graph_objs/scattermapbox/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Selected`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_stream.py b/plotly/graph_objs/scattermapbox/_stream.py index d28443da472..59fe0928422 100644 --- a/plotly/graph_objs/scattermapbox/_stream.py +++ b/plotly/graph_objs/scattermapbox/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Stream`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_textfont.py b/plotly/graph_objs/scattermapbox/_textfont.py index 7e99b01646e..8254f792985 100644 --- a/plotly/graph_objs/scattermapbox/_textfont.py +++ b/plotly/graph_objs/scattermapbox/_textfont.py @@ -185,10 +185,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Textfont`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/_unselected.py b/plotly/graph_objs/scattermapbox/_unselected.py index 4d670647ac7..bb5154d7fa3 100644 --- a/plotly/graph_objs/scattermapbox/_unselected.py +++ b/plotly/graph_objs/scattermapbox/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.Unselected`""") +an instance of :class:`plotly.graph_objs.scattermapbox.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/hoverlabel/_font.py b/plotly/graph_objs/scattermapbox/hoverlabel/_font.py index c62d8e2549e..9d04486bfca 100644 --- a/plotly/graph_objs/scattermapbox/hoverlabel/_font.py +++ b/plotly/graph_objs/scattermapbox/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattermapbox.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py b/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py index 344b8253d2c..c0fd36f0d13 100644 --- a/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattermapbox.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/marker/_colorbar.py b/plotly/graph_objs/scattermapbox/marker/_colorbar.py index 2fd4120791a..87602f83e48 100644 --- a/plotly/graph_objs/scattermapbox/marker/_colorbar.py +++ b/plotly/graph_objs/scattermapbox/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattermapbox.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py index 98b197cbcfa..c0b5c00e6d1 100644 --- a/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py index 389874e110b..074bd0f778c 100644 --- a/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py b/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py index d3846cef4f7..1d250095538 100644 --- a/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py b/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py index c287c6e293e..305791e4f5a 100644 --- a/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattermapbox.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/selected/_marker.py b/plotly/graph_objs/scattermapbox/selected/_marker.py index 14bd5d4d4f1..451782212a1 100644 --- a/plotly/graph_objs/scattermapbox/selected/_marker.py +++ b/plotly/graph_objs/scattermapbox/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattermapbox.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattermapbox/unselected/_marker.py b/plotly/graph_objs/scattermapbox/unselected/_marker.py index 2bbe8a6ab1e..d6413ec7a94 100644 --- a/plotly/graph_objs/scattermapbox/unselected/_marker.py +++ b/plotly/graph_objs/scattermapbox/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattermapbox.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattermapbox.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattermapbox.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_hoverlabel.py b/plotly/graph_objs/scatterpolar/_hoverlabel.py index 7e2153e988d..bb2c52b496e 100644 --- a/plotly/graph_objs/scatterpolar/_hoverlabel.py +++ b/plotly/graph_objs/scatterpolar/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_legendgrouptitle.py b/plotly/graph_objs/scatterpolar/_legendgrouptitle.py index a4da5c4219f..87c75619a4d 100644 --- a/plotly/graph_objs/scatterpolar/_legendgrouptitle.py +++ b/plotly/graph_objs/scatterpolar/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_line.py b/plotly/graph_objs/scatterpolar/_line.py index ae3d3f229ab..003156082c7 100644 --- a/plotly/graph_objs/scatterpolar/_line.py +++ b/plotly/graph_objs/scatterpolar/_line.py @@ -258,10 +258,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Line`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_marker.py b/plotly/graph_objs/scatterpolar/_marker.py index d8b1256c0b6..f9b5f11b9d9 100644 --- a/plotly/graph_objs/scatterpolar/_marker.py +++ b/plotly/graph_objs/scatterpolar/_marker.py @@ -1089,10 +1089,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_selected.py b/plotly/graph_objs/scatterpolar/_selected.py index 09902d4274f..e8d68b04329 100644 --- a/plotly/graph_objs/scatterpolar/_selected.py +++ b/plotly/graph_objs/scatterpolar/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Selected`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_stream.py b/plotly/graph_objs/scatterpolar/_stream.py index 094bc94d926..a1093787236 100644 --- a/plotly/graph_objs/scatterpolar/_stream.py +++ b/plotly/graph_objs/scatterpolar/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Stream`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_textfont.py b/plotly/graph_objs/scatterpolar/_textfont.py index 7e2874964b5..80810b9d557 100644 --- a/plotly/graph_objs/scatterpolar/_textfont.py +++ b/plotly/graph_objs/scatterpolar/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/_unselected.py b/plotly/graph_objs/scatterpolar/_unselected.py index 1b9fd7773cc..aaa696ca728 100644 --- a/plotly/graph_objs/scatterpolar/_unselected.py +++ b/plotly/graph_objs/scatterpolar/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.Unselected`""") +an instance of :class:`plotly.graph_objs.scatterpolar.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/hoverlabel/_font.py b/plotly/graph_objs/scatterpolar/hoverlabel/_font.py index d178804d3f7..7638ca62ff3 100644 --- a/plotly/graph_objs/scatterpolar/hoverlabel/_font.py +++ b/plotly/graph_objs/scatterpolar/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolar.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py b/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py index f64a5f7e63e..6c47129d199 100644 --- a/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolar.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/_colorbar.py b/plotly/graph_objs/scatterpolar/marker/_colorbar.py index c030d486faa..59e3b4189bc 100644 --- a/plotly/graph_objs/scatterpolar/marker/_colorbar.py +++ b/plotly/graph_objs/scatterpolar/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/_gradient.py b/plotly/graph_objs/scatterpolar/marker/_gradient.py index 2688228cfbd..99e87531570 100644 --- a/plotly/graph_objs/scatterpolar/marker/_gradient.py +++ b/plotly/graph_objs/scatterpolar/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/_line.py b/plotly/graph_objs/scatterpolar/marker/_line.py index 62c236545cc..a480e891635 100644 --- a/plotly/graph_objs/scatterpolar/marker/_line.py +++ b/plotly/graph_objs/scatterpolar/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.Line`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py b/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py index 6933852d7f2..e56ed418bcf 100644 --- a/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py index 0e9cbe71200..d6a7fdcf297 100644 --- a/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py b/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py index 84d013239a6..1cabaad75ba 100644 --- a/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py +++ b/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py b/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py index 3768be6c3b4..e1795ce1c8d 100644 --- a/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolar.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/selected/_marker.py b/plotly/graph_objs/scatterpolar/selected/_marker.py index ae28c0bc312..1264863083f 100644 --- a/plotly/graph_objs/scatterpolar/selected/_marker.py +++ b/plotly/graph_objs/scatterpolar/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolar.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/selected/_textfont.py b/plotly/graph_objs/scatterpolar/selected/_textfont.py index c1cad860840..1d44daec1b5 100644 --- a/plotly/graph_objs/scatterpolar/selected/_textfont.py +++ b/plotly/graph_objs/scatterpolar/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolar.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/unselected/_marker.py b/plotly/graph_objs/scatterpolar/unselected/_marker.py index aa06db1f422..35e8141dfe3 100644 --- a/plotly/graph_objs/scatterpolar/unselected/_marker.py +++ b/plotly/graph_objs/scatterpolar/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolar.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolar/unselected/_textfont.py b/plotly/graph_objs/scatterpolar/unselected/_textfont.py index bd19b9b8461..e0840bdf267 100644 --- a/plotly/graph_objs/scatterpolar/unselected/_textfont.py +++ b/plotly/graph_objs/scatterpolar/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolar.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolar.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolar.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_hoverlabel.py b/plotly/graph_objs/scatterpolargl/_hoverlabel.py index 991fb4cc259..70c545c9fdc 100644 --- a/plotly/graph_objs/scatterpolargl/_hoverlabel.py +++ b/plotly/graph_objs/scatterpolargl/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py b/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py index 6ff24db80f6..246b6ce1258 100644 --- a/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py +++ b/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_line.py b/plotly/graph_objs/scatterpolargl/_line.py index 8fee4faa9f7..d8157140e6c 100644 --- a/plotly/graph_objs/scatterpolargl/_line.py +++ b/plotly/graph_objs/scatterpolargl/_line.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Line`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_marker.py b/plotly/graph_objs/scatterpolargl/_marker.py index 58de2f153f8..e35b0523a1d 100644 --- a/plotly/graph_objs/scatterpolargl/_marker.py +++ b/plotly/graph_objs/scatterpolargl/_marker.py @@ -942,10 +942,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_selected.py b/plotly/graph_objs/scatterpolargl/_selected.py index b5e95a38362..74e877d27a8 100644 --- a/plotly/graph_objs/scatterpolargl/_selected.py +++ b/plotly/graph_objs/scatterpolargl/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Selected`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_stream.py b/plotly/graph_objs/scatterpolargl/_stream.py index 8b011988053..a168b4e6be6 100644 --- a/plotly/graph_objs/scatterpolargl/_stream.py +++ b/plotly/graph_objs/scatterpolargl/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Stream`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_textfont.py b/plotly/graph_objs/scatterpolargl/_textfont.py index 93fd42e137d..33635c994c0 100644 --- a/plotly/graph_objs/scatterpolargl/_textfont.py +++ b/plotly/graph_objs/scatterpolargl/_textfont.py @@ -375,10 +375,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/_unselected.py b/plotly/graph_objs/scatterpolargl/_unselected.py index 319c3b75d43..13949072ee0 100644 --- a/plotly/graph_objs/scatterpolargl/_unselected.py +++ b/plotly/graph_objs/scatterpolargl/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.Unselected`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py b/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py index d55cff89211..2a03cb1d544 100644 --- a/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py +++ b/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py b/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py index 2f256febd0a..9da794083f5 100644 --- a/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/_colorbar.py b/plotly/graph_objs/scatterpolargl/marker/_colorbar.py index 402023d3d17..eb87afd5dda 100644 --- a/plotly/graph_objs/scatterpolargl/marker/_colorbar.py +++ b/plotly/graph_objs/scatterpolargl/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/_line.py b/plotly/graph_objs/scatterpolargl/marker/_line.py index c0c4da09fa8..49a9a01fcc4 100644 --- a/plotly/graph_objs/scatterpolargl/marker/_line.py +++ b/plotly/graph_objs/scatterpolargl/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.Line`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py b/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py index 713228d2411..7b180adffb5 100644 --- a/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py index 6256b8459d5..73369b29a8d 100644 --- a/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py b/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py index 808e58bfcc3..c14b662e896 100644 --- a/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py +++ b/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py b/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py index 555ee29a7e6..69ee9d91af7 100644 --- a/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/selected/_marker.py b/plotly/graph_objs/scatterpolargl/selected/_marker.py index 9403086e10f..85c7b9b609f 100644 --- a/plotly/graph_objs/scatterpolargl/selected/_marker.py +++ b/plotly/graph_objs/scatterpolargl/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/selected/_textfont.py b/plotly/graph_objs/scatterpolargl/selected/_textfont.py index e62601f3baa..28c32d37980 100644 --- a/plotly/graph_objs/scatterpolargl/selected/_textfont.py +++ b/plotly/graph_objs/scatterpolargl/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/unselected/_marker.py b/plotly/graph_objs/scatterpolargl/unselected/_marker.py index 993de3099f1..8b09ebb769b 100644 --- a/plotly/graph_objs/scatterpolargl/unselected/_marker.py +++ b/plotly/graph_objs/scatterpolargl/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterpolargl/unselected/_textfont.py b/plotly/graph_objs/scatterpolargl/unselected/_textfont.py index ce3650d1844..d83d9c7fb7f 100644 --- a/plotly/graph_objs/scatterpolargl/unselected/_textfont.py +++ b/plotly/graph_objs/scatterpolargl/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterpolargl.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterpolargl.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterpolargl.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_hoverlabel.py b/plotly/graph_objs/scattersmith/_hoverlabel.py index a24e3c637a5..2f613aae811 100644 --- a/plotly/graph_objs/scattersmith/_hoverlabel.py +++ b/plotly/graph_objs/scattersmith/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scattersmith.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_legendgrouptitle.py b/plotly/graph_objs/scattersmith/_legendgrouptitle.py index 9dbdd04af1a..1f9ed2e6b04 100644 --- a/plotly/graph_objs/scattersmith/_legendgrouptitle.py +++ b/plotly/graph_objs/scattersmith/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scattersmith.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_line.py b/plotly/graph_objs/scattersmith/_line.py index 4c7aa71bf6f..99842deda8b 100644 --- a/plotly/graph_objs/scattersmith/_line.py +++ b/plotly/graph_objs/scattersmith/_line.py @@ -258,10 +258,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Line`""") +an instance of :class:`plotly.graph_objs.scattersmith.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_marker.py b/plotly/graph_objs/scattersmith/_marker.py index d9da69cac13..8cd4de1cd18 100644 --- a/plotly/graph_objs/scattersmith/_marker.py +++ b/plotly/graph_objs/scattersmith/_marker.py @@ -1089,10 +1089,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Marker`""") +an instance of :class:`plotly.graph_objs.scattersmith.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_selected.py b/plotly/graph_objs/scattersmith/_selected.py index a4c23baf705..9d576243939 100644 --- a/plotly/graph_objs/scattersmith/_selected.py +++ b/plotly/graph_objs/scattersmith/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Selected`""") +an instance of :class:`plotly.graph_objs.scattersmith.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_stream.py b/plotly/graph_objs/scattersmith/_stream.py index 184e762945e..4fc5c826819 100644 --- a/plotly/graph_objs/scattersmith/_stream.py +++ b/plotly/graph_objs/scattersmith/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Stream`""") +an instance of :class:`plotly.graph_objs.scattersmith.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_textfont.py b/plotly/graph_objs/scattersmith/_textfont.py index cbc481ae947..ab3a97745ce 100644 --- a/plotly/graph_objs/scattersmith/_textfont.py +++ b/plotly/graph_objs/scattersmith/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Textfont`""") +an instance of :class:`plotly.graph_objs.scattersmith.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/_unselected.py b/plotly/graph_objs/scattersmith/_unselected.py index 8886fdbee42..60e63cbd0fc 100644 --- a/plotly/graph_objs/scattersmith/_unselected.py +++ b/plotly/graph_objs/scattersmith/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.Unselected`""") +an instance of :class:`plotly.graph_objs.scattersmith.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/hoverlabel/_font.py b/plotly/graph_objs/scattersmith/hoverlabel/_font.py index a342e776ca4..af18b905d73 100644 --- a/plotly/graph_objs/scattersmith/hoverlabel/_font.py +++ b/plotly/graph_objs/scattersmith/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scattersmith.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py b/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py index 1341c3b760a..a25ae3cbdd2 100644 --- a/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scattersmith.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/_colorbar.py b/plotly/graph_objs/scattersmith/marker/_colorbar.py index 38711e90780..14dffbec7f4 100644 --- a/plotly/graph_objs/scattersmith/marker/_colorbar.py +++ b/plotly/graph_objs/scattersmith/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/_gradient.py b/plotly/graph_objs/scattersmith/marker/_gradient.py index 32e158b365b..67ebf244ae3 100644 --- a/plotly/graph_objs/scattersmith/marker/_gradient.py +++ b/plotly/graph_objs/scattersmith/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/_line.py b/plotly/graph_objs/scattersmith/marker/_line.py index 686a967711b..1e4b340e841 100644 --- a/plotly/graph_objs/scattersmith/marker/_line.py +++ b/plotly/graph_objs/scattersmith/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.Line`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py b/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py index 47e244a44fa..78f4ed6cc0a 100644 --- a/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py index 02d48a3f3a9..afdb0910d22 100644 --- a/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/colorbar/_title.py b/plotly/graph_objs/scattersmith/marker/colorbar/_title.py index 61f1a365aa9..859a02a6253 100644 --- a/plotly/graph_objs/scattersmith/marker/colorbar/_title.py +++ b/plotly/graph_objs/scattersmith/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py b/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py index 2853b195c6d..333b8bc481e 100644 --- a/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scattersmith.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/selected/_marker.py b/plotly/graph_objs/scattersmith/selected/_marker.py index 7c441e489ad..7fcbfa5119e 100644 --- a/plotly/graph_objs/scattersmith/selected/_marker.py +++ b/plotly/graph_objs/scattersmith/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scattersmith.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/selected/_textfont.py b/plotly/graph_objs/scattersmith/selected/_textfont.py index 89581547016..14990937b8d 100644 --- a/plotly/graph_objs/scattersmith/selected/_textfont.py +++ b/plotly/graph_objs/scattersmith/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattersmith.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/unselected/_marker.py b/plotly/graph_objs/scattersmith/unselected/_marker.py index dbacc8f88a7..9d2a5741f5e 100644 --- a/plotly/graph_objs/scattersmith/unselected/_marker.py +++ b/plotly/graph_objs/scattersmith/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scattersmith.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scattersmith/unselected/_textfont.py b/plotly/graph_objs/scattersmith/unselected/_textfont.py index 11187346ef5..f84974a1146 100644 --- a/plotly/graph_objs/scattersmith/unselected/_textfont.py +++ b/plotly/graph_objs/scattersmith/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scattersmith.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scattersmith.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scattersmith.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_hoverlabel.py b/plotly/graph_objs/scatterternary/_hoverlabel.py index 8af023fd886..b74cc19e559 100644 --- a/plotly/graph_objs/scatterternary/_hoverlabel.py +++ b/plotly/graph_objs/scatterternary/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.scatterternary.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_legendgrouptitle.py b/plotly/graph_objs/scatterternary/_legendgrouptitle.py index 6d8fe3bbe83..8f8113e12be 100644 --- a/plotly/graph_objs/scatterternary/_legendgrouptitle.py +++ b/plotly/graph_objs/scatterternary/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.scatterternary.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_line.py b/plotly/graph_objs/scatterternary/_line.py index 015e0971125..3f2bb401a7f 100644 --- a/plotly/graph_objs/scatterternary/_line.py +++ b/plotly/graph_objs/scatterternary/_line.py @@ -258,10 +258,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Line`""") +an instance of :class:`plotly.graph_objs.scatterternary.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_marker.py b/plotly/graph_objs/scatterternary/_marker.py index e6f4844c4f7..971349acd28 100644 --- a/plotly/graph_objs/scatterternary/_marker.py +++ b/plotly/graph_objs/scatterternary/_marker.py @@ -1089,10 +1089,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Marker`""") +an instance of :class:`plotly.graph_objs.scatterternary.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_selected.py b/plotly/graph_objs/scatterternary/_selected.py index 9259834e786..7fabaa598e5 100644 --- a/plotly/graph_objs/scatterternary/_selected.py +++ b/plotly/graph_objs/scatterternary/_selected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Selected`""") +an instance of :class:`plotly.graph_objs.scatterternary.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_stream.py b/plotly/graph_objs/scatterternary/_stream.py index 54c0e1e0135..9a530e5c98c 100644 --- a/plotly/graph_objs/scatterternary/_stream.py +++ b/plotly/graph_objs/scatterternary/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Stream`""") +an instance of :class:`plotly.graph_objs.scatterternary.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_textfont.py b/plotly/graph_objs/scatterternary/_textfont.py index 6a41c4858a0..f3a251666f9 100644 --- a/plotly/graph_objs/scatterternary/_textfont.py +++ b/plotly/graph_objs/scatterternary/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterternary.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/_unselected.py b/plotly/graph_objs/scatterternary/_unselected.py index f02bb39a232..054db3a0a3c 100644 --- a/plotly/graph_objs/scatterternary/_unselected.py +++ b/plotly/graph_objs/scatterternary/_unselected.py @@ -92,10 +92,12 @@ def __init__(self, arg=None, marker=None, textfont=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.Unselected`""") +an instance of :class:`plotly.graph_objs.scatterternary.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/hoverlabel/_font.py b/plotly/graph_objs/scatterternary/hoverlabel/_font.py index e642d4aa963..539b29e1686 100644 --- a/plotly/graph_objs/scatterternary/hoverlabel/_font.py +++ b/plotly/graph_objs/scatterternary/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.scatterternary.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py b/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py index a261155bc37..02526fac06f 100644 --- a/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py +++ b/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.scatterternary.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/_colorbar.py b/plotly/graph_objs/scatterternary/marker/_colorbar.py index 90a07f4b493..5bcd74cb0c9 100644 --- a/plotly/graph_objs/scatterternary/marker/_colorbar.py +++ b/plotly/graph_objs/scatterternary/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/_gradient.py b/plotly/graph_objs/scatterternary/marker/_gradient.py index fb803bc01a2..c8e915f7482 100644 --- a/plotly/graph_objs/scatterternary/marker/_gradient.py +++ b/plotly/graph_objs/scatterternary/marker/_gradient.py @@ -148,10 +148,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.Gradient constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.Gradient`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.Gradient`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/_line.py b/plotly/graph_objs/scatterternary/marker/_line.py index f8bd6147b99..cbaf3c16a52 100644 --- a/plotly/graph_objs/scatterternary/marker/_line.py +++ b/plotly/graph_objs/scatterternary/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.Line`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py b/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py index f35a4c58581..11cf2c8848e 100644 --- a/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py index 8d5d9b5c7bc..599d2ecdce3 100644 --- a/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/colorbar/_title.py b/plotly/graph_objs/scatterternary/marker/colorbar/_title.py index 835128fd3a5..5c16d2aee60 100644 --- a/plotly/graph_objs/scatterternary/marker/colorbar/_title.py +++ b/plotly/graph_objs/scatterternary/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py b/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py index e6ea459e2b5..a4a50cb2d17 100644 --- a/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.scatterternary.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/selected/_marker.py b/plotly/graph_objs/scatterternary/selected/_marker.py index f82f165986a..b49a476f64b 100644 --- a/plotly/graph_objs/scatterternary/selected/_marker.py +++ b/plotly/graph_objs/scatterternary/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.selected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterternary.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/selected/_textfont.py b/plotly/graph_objs/scatterternary/selected/_textfont.py index 9e9ba659a93..537c6935150 100644 --- a/plotly/graph_objs/scatterternary/selected/_textfont.py +++ b/plotly/graph_objs/scatterternary/selected/_textfont.py @@ -68,10 +68,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.selected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.selected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterternary.selected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/unselected/_marker.py b/plotly/graph_objs/scatterternary/unselected/_marker.py index 842223a4584..e641ec61b8b 100644 --- a/plotly/graph_objs/scatterternary/unselected/_marker.py +++ b/plotly/graph_objs/scatterternary/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.scatterternary.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/scatterternary/unselected/_textfont.py b/plotly/graph_objs/scatterternary/unselected/_textfont.py index 06e08d6e698..be1de9a69d0 100644 --- a/plotly/graph_objs/scatterternary/unselected/_textfont.py +++ b/plotly/graph_objs/scatterternary/unselected/_textfont.py @@ -71,10 +71,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.scatterternary.unselected.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.scatterternary.unselected.Textfont`""") +an instance of :class:`plotly.graph_objs.scatterternary.unselected.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_diagonal.py b/plotly/graph_objs/splom/_diagonal.py index 49a9cf75097..912bf5c99c7 100644 --- a/plotly/graph_objs/splom/_diagonal.py +++ b/plotly/graph_objs/splom/_diagonal.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, visible=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Diagonal constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Diagonal`""") +an instance of :class:`plotly.graph_objs.splom.Diagonal`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_dimension.py b/plotly/graph_objs/splom/_dimension.py index 14f8d5e28b1..fc2343bc5fa 100644 --- a/plotly/graph_objs/splom/_dimension.py +++ b/plotly/graph_objs/splom/_dimension.py @@ -274,10 +274,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Dimension constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Dimension`""") +an instance of :class:`plotly.graph_objs.splom.Dimension`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_hoverlabel.py b/plotly/graph_objs/splom/_hoverlabel.py index 36b2c5eeb4a..3cfbfb5f62f 100644 --- a/plotly/graph_objs/splom/_hoverlabel.py +++ b/plotly/graph_objs/splom/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.splom.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_legendgrouptitle.py b/plotly/graph_objs/splom/_legendgrouptitle.py index e2def1938b0..0cec981ba06 100644 --- a/plotly/graph_objs/splom/_legendgrouptitle.py +++ b/plotly/graph_objs/splom/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.splom.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_marker.py b/plotly/graph_objs/splom/_marker.py index f42ce026a62..e57ffa2bd9e 100644 --- a/plotly/graph_objs/splom/_marker.py +++ b/plotly/graph_objs/splom/_marker.py @@ -941,10 +941,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Marker`""") +an instance of :class:`plotly.graph_objs.splom.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_selected.py b/plotly/graph_objs/splom/_selected.py index 964b3a6a599..b75cf6b1b27 100644 --- a/plotly/graph_objs/splom/_selected.py +++ b/plotly/graph_objs/splom/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Selected`""") +an instance of :class:`plotly.graph_objs.splom.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_stream.py b/plotly/graph_objs/splom/_stream.py index 169722514fb..a9c39143885 100644 --- a/plotly/graph_objs/splom/_stream.py +++ b/plotly/graph_objs/splom/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Stream`""") +an instance of :class:`plotly.graph_objs.splom.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/_unselected.py b/plotly/graph_objs/splom/_unselected.py index bcf6df6f77d..6c6a6d7d0a5 100644 --- a/plotly/graph_objs/splom/_unselected.py +++ b/plotly/graph_objs/splom/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.Unselected`""") +an instance of :class:`plotly.graph_objs.splom.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/dimension/_axis.py b/plotly/graph_objs/splom/dimension/_axis.py index 06e4c07dbc0..7f5a020f35e 100644 --- a/plotly/graph_objs/splom/dimension/_axis.py +++ b/plotly/graph_objs/splom/dimension/_axis.py @@ -101,10 +101,12 @@ def __init__(self, arg=None, matches=None, type=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.dimension.Axis constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.dimension.Axis`""") +an instance of :class:`plotly.graph_objs.splom.dimension.Axis`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/hoverlabel/_font.py b/plotly/graph_objs/splom/hoverlabel/_font.py index 64f7bec4556..cb2201626f7 100644 --- a/plotly/graph_objs/splom/hoverlabel/_font.py +++ b/plotly/graph_objs/splom/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.splom.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/legendgrouptitle/_font.py b/plotly/graph_objs/splom/legendgrouptitle/_font.py index c1fa90d8536..b514ec16136 100644 --- a/plotly/graph_objs/splom/legendgrouptitle/_font.py +++ b/plotly/graph_objs/splom/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.splom.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/_colorbar.py b/plotly/graph_objs/splom/marker/_colorbar.py index 8ac128aec69..49cb031a222 100644 --- a/plotly/graph_objs/splom/marker/_colorbar.py +++ b/plotly/graph_objs/splom/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.splom.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/_line.py b/plotly/graph_objs/splom/marker/_line.py index 2c52ce95355..d88a175f033 100644 --- a/plotly/graph_objs/splom/marker/_line.py +++ b/plotly/graph_objs/splom/marker/_line.py @@ -522,10 +522,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.Line`""") +an instance of :class:`plotly.graph_objs.splom.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/colorbar/_tickfont.py b/plotly/graph_objs/splom/marker/colorbar/_tickfont.py index 955183f0a3d..f4b40096745 100644 --- a/plotly/graph_objs/splom/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/splom/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py index 5c6c4020fa2..a1382561af9 100644 --- a/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/colorbar/_title.py b/plotly/graph_objs/splom/marker/colorbar/_title.py index 4f4078979a1..e66809518e9 100644 --- a/plotly/graph_objs/splom/marker/colorbar/_title.py +++ b/plotly/graph_objs/splom/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.splom.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/marker/colorbar/title/_font.py b/plotly/graph_objs/splom/marker/colorbar/title/_font.py index 4bfb809c873..31c6e10cb57 100644 --- a/plotly/graph_objs/splom/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/splom/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.splom.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/selected/_marker.py b/plotly/graph_objs/splom/selected/_marker.py index 2002debee72..10a28496937 100644 --- a/plotly/graph_objs/splom/selected/_marker.py +++ b/plotly/graph_objs/splom/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.selected.Marker`""") +an instance of :class:`plotly.graph_objs.splom.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/splom/unselected/_marker.py b/plotly/graph_objs/splom/unselected/_marker.py index 48f8c5314e4..755deb6b369 100644 --- a/plotly/graph_objs/splom/unselected/_marker.py +++ b/plotly/graph_objs/splom/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.splom.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.splom.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.splom.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_colorbar.py b/plotly/graph_objs/streamtube/_colorbar.py index 50ec9e8ea39..08b405a7c67 100644 --- a/plotly/graph_objs/streamtube/_colorbar.py +++ b/plotly/graph_objs/streamtube/_colorbar.py @@ -1677,10 +1677,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.ColorBar`""") +an instance of :class:`plotly.graph_objs.streamtube.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_hoverlabel.py b/plotly/graph_objs/streamtube/_hoverlabel.py index cadef33fa6c..c2a7e3f92bf 100644 --- a/plotly/graph_objs/streamtube/_hoverlabel.py +++ b/plotly/graph_objs/streamtube/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.streamtube.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_legendgrouptitle.py b/plotly/graph_objs/streamtube/_legendgrouptitle.py index 0cb32975c08..cebc889ba38 100644 --- a/plotly/graph_objs/streamtube/_legendgrouptitle.py +++ b/plotly/graph_objs/streamtube/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.streamtube.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_lighting.py b/plotly/graph_objs/streamtube/_lighting.py index 0e1dd46c191..c380cf0d590 100644 --- a/plotly/graph_objs/streamtube/_lighting.py +++ b/plotly/graph_objs/streamtube/_lighting.py @@ -241,10 +241,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Lighting`""") +an instance of :class:`plotly.graph_objs.streamtube.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_lightposition.py b/plotly/graph_objs/streamtube/_lightposition.py index 0c6c7f7dbf0..6b2466a142f 100644 --- a/plotly/graph_objs/streamtube/_lightposition.py +++ b/plotly/graph_objs/streamtube/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Lightposition`""") +an instance of :class:`plotly.graph_objs.streamtube.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_starts.py b/plotly/graph_objs/streamtube/_starts.py index eccda6490de..d093ab41f9d 100644 --- a/plotly/graph_objs/streamtube/_starts.py +++ b/plotly/graph_objs/streamtube/_starts.py @@ -199,10 +199,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Starts constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Starts`""") +an instance of :class:`plotly.graph_objs.streamtube.Starts`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/_stream.py b/plotly/graph_objs/streamtube/_stream.py index 46d9371fa70..5595372b7ac 100644 --- a/plotly/graph_objs/streamtube/_stream.py +++ b/plotly/graph_objs/streamtube/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.Stream`""") +an instance of :class:`plotly.graph_objs.streamtube.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/colorbar/_tickfont.py b/plotly/graph_objs/streamtube/colorbar/_tickfont.py index b9ae28e5b88..b8a3898f9bd 100644 --- a/plotly/graph_objs/streamtube/colorbar/_tickfont.py +++ b/plotly/graph_objs/streamtube/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.streamtube.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py b/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py index 8748a3b445c..7bcf987633c 100644 --- a/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.streamtube.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/colorbar/_title.py b/plotly/graph_objs/streamtube/colorbar/_title.py index e9b903a4b0d..2fa98afd570 100644 --- a/plotly/graph_objs/streamtube/colorbar/_title.py +++ b/plotly/graph_objs/streamtube/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.streamtube.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/colorbar/title/_font.py b/plotly/graph_objs/streamtube/colorbar/title/_font.py index a1869a526a6..657f636dfd4 100644 --- a/plotly/graph_objs/streamtube/colorbar/title/_font.py +++ b/plotly/graph_objs/streamtube/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.streamtube.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/hoverlabel/_font.py b/plotly/graph_objs/streamtube/hoverlabel/_font.py index d8d34b5758a..e1ab1280b5f 100644 --- a/plotly/graph_objs/streamtube/hoverlabel/_font.py +++ b/plotly/graph_objs/streamtube/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.streamtube.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/streamtube/legendgrouptitle/_font.py b/plotly/graph_objs/streamtube/legendgrouptitle/_font.py index 3bf085de314..875d4471372 100644 --- a/plotly/graph_objs/streamtube/legendgrouptitle/_font.py +++ b/plotly/graph_objs/streamtube/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.streamtube.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.streamtube.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.streamtube.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_domain.py b/plotly/graph_objs/sunburst/_domain.py index 5e50ff149c1..58e800285ea 100644 --- a/plotly/graph_objs/sunburst/_domain.py +++ b/plotly/graph_objs/sunburst/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Domain`""") +an instance of :class:`plotly.graph_objs.sunburst.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_hoverlabel.py b/plotly/graph_objs/sunburst/_hoverlabel.py index 5286153f634..1d8432e4f61 100644 --- a/plotly/graph_objs/sunburst/_hoverlabel.py +++ b/plotly/graph_objs/sunburst/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.sunburst.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_insidetextfont.py b/plotly/graph_objs/sunburst/_insidetextfont.py index 48d370363cd..29c84a5e864 100644 --- a/plotly/graph_objs/sunburst/_insidetextfont.py +++ b/plotly/graph_objs/sunburst/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.sunburst.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_leaf.py b/plotly/graph_objs/sunburst/_leaf.py index 9b996c8d6c4..2173638a039 100644 --- a/plotly/graph_objs/sunburst/_leaf.py +++ b/plotly/graph_objs/sunburst/_leaf.py @@ -66,10 +66,12 @@ def __init__(self, arg=None, opacity=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Leaf constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Leaf`""") +an instance of :class:`plotly.graph_objs.sunburst.Leaf`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_legendgrouptitle.py b/plotly/graph_objs/sunburst/_legendgrouptitle.py index ccbc7fd7d36..0d0d98b43a7 100644 --- a/plotly/graph_objs/sunburst/_legendgrouptitle.py +++ b/plotly/graph_objs/sunburst/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.sunburst.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_marker.py b/plotly/graph_objs/sunburst/_marker.py index df5e4c80b47..581207edbdd 100644 --- a/plotly/graph_objs/sunburst/_marker.py +++ b/plotly/graph_objs/sunburst/_marker.py @@ -553,10 +553,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Marker`""") +an instance of :class:`plotly.graph_objs.sunburst.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_outsidetextfont.py b/plotly/graph_objs/sunburst/_outsidetextfont.py index 07709e4bfe8..87ee22479e0 100644 --- a/plotly/graph_objs/sunburst/_outsidetextfont.py +++ b/plotly/graph_objs/sunburst/_outsidetextfont.py @@ -561,10 +561,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.sunburst.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_root.py b/plotly/graph_objs/sunburst/_root.py index 87854a87ae4..f2fda82d467 100644 --- a/plotly/graph_objs/sunburst/_root.py +++ b/plotly/graph_objs/sunburst/_root.py @@ -73,10 +73,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Root constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Root`""") +an instance of :class:`plotly.graph_objs.sunburst.Root`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_stream.py b/plotly/graph_objs/sunburst/_stream.py index 5680641b503..00d021dd3a4 100644 --- a/plotly/graph_objs/sunburst/_stream.py +++ b/plotly/graph_objs/sunburst/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Stream`""") +an instance of :class:`plotly.graph_objs.sunburst.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/_textfont.py b/plotly/graph_objs/sunburst/_textfont.py index 6dcabc18404..52dfa42aa52 100644 --- a/plotly/graph_objs/sunburst/_textfont.py +++ b/plotly/graph_objs/sunburst/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.Textfont`""") +an instance of :class:`plotly.graph_objs.sunburst.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/hoverlabel/_font.py b/plotly/graph_objs/sunburst/hoverlabel/_font.py index 33c7f2b74b8..b40eedb0569 100644 --- a/plotly/graph_objs/sunburst/hoverlabel/_font.py +++ b/plotly/graph_objs/sunburst/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.sunburst.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/legendgrouptitle/_font.py b/plotly/graph_objs/sunburst/legendgrouptitle/_font.py index 5b753a2d9a6..4b9823dbb27 100644 --- a/plotly/graph_objs/sunburst/legendgrouptitle/_font.py +++ b/plotly/graph_objs/sunburst/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.sunburst.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/_colorbar.py b/plotly/graph_objs/sunburst/marker/_colorbar.py index d09ff1552b0..14702473b98 100644 --- a/plotly/graph_objs/sunburst/marker/_colorbar.py +++ b/plotly/graph_objs/sunburst/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/_line.py b/plotly/graph_objs/sunburst/marker/_line.py index a14be3b9ec9..2df8a315a35 100644 --- a/plotly/graph_objs/sunburst/marker/_line.py +++ b/plotly/graph_objs/sunburst/marker/_line.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.Line`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/_pattern.py b/plotly/graph_objs/sunburst/marker/_pattern.py index 1db7bb09044..7f5f9cc9619 100644 --- a/plotly/graph_objs/sunburst/marker/_pattern.py +++ b/plotly/graph_objs/sunburst/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py b/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py index 04da8811c9c..0ff7ffc56e2 100644 --- a/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py index 90635297945..67f716b0f80 100644 --- a/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/colorbar/_title.py b/plotly/graph_objs/sunburst/marker/colorbar/_title.py index c824761b035..1e82ea189c1 100644 --- a/plotly/graph_objs/sunburst/marker/colorbar/_title.py +++ b/plotly/graph_objs/sunburst/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py b/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py index ba4e0c77cea..07ff70a64db 100644 --- a/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.sunburst.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.sunburst.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_colorbar.py b/plotly/graph_objs/surface/_colorbar.py index 1473bf94dbf..6f2fae02fcc 100644 --- a/plotly/graph_objs/surface/_colorbar.py +++ b/plotly/graph_objs/surface/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.ColorBar`""") +an instance of :class:`plotly.graph_objs.surface.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_contours.py b/plotly/graph_objs/surface/_contours.py index 9c420966b43..8c244b56394 100644 --- a/plotly/graph_objs/surface/_contours.py +++ b/plotly/graph_objs/surface/_contours.py @@ -117,10 +117,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Contours constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Contours`""") +an instance of :class:`plotly.graph_objs.surface.Contours`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_hoverlabel.py b/plotly/graph_objs/surface/_hoverlabel.py index 5411df78a85..d1e67192ec8 100644 --- a/plotly/graph_objs/surface/_hoverlabel.py +++ b/plotly/graph_objs/surface/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.surface.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_legendgrouptitle.py b/plotly/graph_objs/surface/_legendgrouptitle.py index d77d8a10198..62cab7c5a82 100644 --- a/plotly/graph_objs/surface/_legendgrouptitle.py +++ b/plotly/graph_objs/surface/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.surface.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_lighting.py b/plotly/graph_objs/surface/_lighting.py index b8499eee2a9..ddf940be691 100644 --- a/plotly/graph_objs/surface/_lighting.py +++ b/plotly/graph_objs/surface/_lighting.py @@ -181,10 +181,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Lighting`""") +an instance of :class:`plotly.graph_objs.surface.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_lightposition.py b/plotly/graph_objs/surface/_lightposition.py index 283529da96e..b1e1f97107c 100644 --- a/plotly/graph_objs/surface/_lightposition.py +++ b/plotly/graph_objs/surface/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Lightposition`""") +an instance of :class:`plotly.graph_objs.surface.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/_stream.py b/plotly/graph_objs/surface/_stream.py index 70b86026949..407837ff6d7 100644 --- a/plotly/graph_objs/surface/_stream.py +++ b/plotly/graph_objs/surface/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.Stream`""") +an instance of :class:`plotly.graph_objs.surface.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/colorbar/_tickfont.py b/plotly/graph_objs/surface/colorbar/_tickfont.py index b8736fc74be..b2229742073 100644 --- a/plotly/graph_objs/surface/colorbar/_tickfont.py +++ b/plotly/graph_objs/surface/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.surface.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/colorbar/_tickformatstop.py b/plotly/graph_objs/surface/colorbar/_tickformatstop.py index 839cce1eac0..1500f3945a2 100644 --- a/plotly/graph_objs/surface/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/surface/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.surface.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/colorbar/_title.py b/plotly/graph_objs/surface/colorbar/_title.py index 4728e3469bb..08118f7936c 100644 --- a/plotly/graph_objs/surface/colorbar/_title.py +++ b/plotly/graph_objs/surface/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.surface.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/colorbar/title/_font.py b/plotly/graph_objs/surface/colorbar/title/_font.py index a5d1736e75a..b9927468c6d 100644 --- a/plotly/graph_objs/surface/colorbar/title/_font.py +++ b/plotly/graph_objs/surface/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.surface.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/_x.py b/plotly/graph_objs/surface/contours/_x.py index 3964452b6ed..21ae0f27708 100644 --- a/plotly/graph_objs/surface/contours/_x.py +++ b/plotly/graph_objs/surface/contours/_x.py @@ -339,10 +339,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.X`""") +an instance of :class:`plotly.graph_objs.surface.contours.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/_y.py b/plotly/graph_objs/surface/contours/_y.py index 3f4cf8126e4..0f0dec7f87c 100644 --- a/plotly/graph_objs/surface/contours/_y.py +++ b/plotly/graph_objs/surface/contours/_y.py @@ -339,10 +339,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.Y`""") +an instance of :class:`plotly.graph_objs.surface.contours.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/_z.py b/plotly/graph_objs/surface/contours/_z.py index 9069c084027..09195b35c83 100644 --- a/plotly/graph_objs/surface/contours/_z.py +++ b/plotly/graph_objs/surface/contours/_z.py @@ -339,10 +339,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.Z`""") +an instance of :class:`plotly.graph_objs.surface.contours.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/x/_project.py b/plotly/graph_objs/surface/contours/x/_project.py index 25b7d844f24..193560b8543 100644 --- a/plotly/graph_objs/surface/contours/x/_project.py +++ b/plotly/graph_objs/surface/contours/x/_project.py @@ -141,10 +141,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.x.Project constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.x.Project`""") +an instance of :class:`plotly.graph_objs.surface.contours.x.Project`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/y/_project.py b/plotly/graph_objs/surface/contours/y/_project.py index 41f407dcf6e..889ba634ec0 100644 --- a/plotly/graph_objs/surface/contours/y/_project.py +++ b/plotly/graph_objs/surface/contours/y/_project.py @@ -141,10 +141,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.y.Project constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.y.Project`""") +an instance of :class:`plotly.graph_objs.surface.contours.y.Project`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/contours/z/_project.py b/plotly/graph_objs/surface/contours/z/_project.py index d0710dacf53..ee3bd60fcf4 100644 --- a/plotly/graph_objs/surface/contours/z/_project.py +++ b/plotly/graph_objs/surface/contours/z/_project.py @@ -141,10 +141,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.contours.z.Project constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.contours.z.Project`""") +an instance of :class:`plotly.graph_objs.surface.contours.z.Project`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/hoverlabel/_font.py b/plotly/graph_objs/surface/hoverlabel/_font.py index 32d05eaad33..e61abdb9c1c 100644 --- a/plotly/graph_objs/surface/hoverlabel/_font.py +++ b/plotly/graph_objs/surface/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.surface.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/surface/legendgrouptitle/_font.py b/plotly/graph_objs/surface/legendgrouptitle/_font.py index 37ecb290bb2..515b186d96e 100644 --- a/plotly/graph_objs/surface/legendgrouptitle/_font.py +++ b/plotly/graph_objs/surface/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.surface.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.surface.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.surface.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_cells.py b/plotly/graph_objs/table/_cells.py index 083afdd03ca..31e69abb3b5 100644 --- a/plotly/graph_objs/table/_cells.py +++ b/plotly/graph_objs/table/_cells.py @@ -438,10 +438,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Cells constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Cells`""") +an instance of :class:`plotly.graph_objs.table.Cells`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_domain.py b/plotly/graph_objs/table/_domain.py index 5cc3241f953..40facab7506 100644 --- a/plotly/graph_objs/table/_domain.py +++ b/plotly/graph_objs/table/_domain.py @@ -153,10 +153,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Domain`""") +an instance of :class:`plotly.graph_objs.table.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_header.py b/plotly/graph_objs/table/_header.py index 5a4f6f6bac3..3de546aae26 100644 --- a/plotly/graph_objs/table/_header.py +++ b/plotly/graph_objs/table/_header.py @@ -438,10 +438,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Header constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Header`""") +an instance of :class:`plotly.graph_objs.table.Header`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_hoverlabel.py b/plotly/graph_objs/table/_hoverlabel.py index c4ab5a1c506..64a985cb372 100644 --- a/plotly/graph_objs/table/_hoverlabel.py +++ b/plotly/graph_objs/table/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.table.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_legendgrouptitle.py b/plotly/graph_objs/table/_legendgrouptitle.py index 3ce6859eb29..142f11b10cb 100644 --- a/plotly/graph_objs/table/_legendgrouptitle.py +++ b/plotly/graph_objs/table/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.table.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/_stream.py b/plotly/graph_objs/table/_stream.py index 24b93ee4d9d..6d6612a2e05 100644 --- a/plotly/graph_objs/table/_stream.py +++ b/plotly/graph_objs/table/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.Stream`""") +an instance of :class:`plotly.graph_objs.table.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/cells/_fill.py b/plotly/graph_objs/table/cells/_fill.py index 7767853d5a6..a187a67e325 100644 --- a/plotly/graph_objs/table/cells/_fill.py +++ b/plotly/graph_objs/table/cells/_fill.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, colorsrc=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.cells.Fill constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.cells.Fill`""") +an instance of :class:`plotly.graph_objs.table.cells.Fill`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/cells/_font.py b/plotly/graph_objs/table/cells/_font.py index c0f59ea950a..145ff84e50c 100644 --- a/plotly/graph_objs/table/cells/_font.py +++ b/plotly/graph_objs/table/cells/_font.py @@ -555,10 +555,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.cells.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.cells.Font`""") +an instance of :class:`plotly.graph_objs.table.cells.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/cells/_line.py b/plotly/graph_objs/table/cells/_line.py index 91583312423..33fd9a25b4e 100644 --- a/plotly/graph_objs/table/cells/_line.py +++ b/plotly/graph_objs/table/cells/_line.py @@ -138,10 +138,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.cells.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.cells.Line`""") +an instance of :class:`plotly.graph_objs.table.cells.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/header/_fill.py b/plotly/graph_objs/table/header/_fill.py index 156dd952433..aaa23cc2aee 100644 --- a/plotly/graph_objs/table/header/_fill.py +++ b/plotly/graph_objs/table/header/_fill.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, colorsrc=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.header.Fill constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.header.Fill`""") +an instance of :class:`plotly.graph_objs.table.header.Fill`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/header/_font.py b/plotly/graph_objs/table/header/_font.py index 7b39fc08bb2..319c82d53a8 100644 --- a/plotly/graph_objs/table/header/_font.py +++ b/plotly/graph_objs/table/header/_font.py @@ -555,10 +555,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.header.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.header.Font`""") +an instance of :class:`plotly.graph_objs.table.header.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/header/_line.py b/plotly/graph_objs/table/header/_line.py index 0c7e311e8e6..e3477f8d8aa 100644 --- a/plotly/graph_objs/table/header/_line.py +++ b/plotly/graph_objs/table/header/_line.py @@ -138,10 +138,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.header.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.header.Line`""") +an instance of :class:`plotly.graph_objs.table.header.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/hoverlabel/_font.py b/plotly/graph_objs/table/hoverlabel/_font.py index d43a1e298de..d711c21aee0 100644 --- a/plotly/graph_objs/table/hoverlabel/_font.py +++ b/plotly/graph_objs/table/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.table.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/table/legendgrouptitle/_font.py b/plotly/graph_objs/table/legendgrouptitle/_font.py index 8111db02db6..019d947491a 100644 --- a/plotly/graph_objs/table/legendgrouptitle/_font.py +++ b/plotly/graph_objs/table/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.table.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.table.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.table.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_domain.py b/plotly/graph_objs/treemap/_domain.py index 21b63ad7a2c..7a1e0c58d62 100644 --- a/plotly/graph_objs/treemap/_domain.py +++ b/plotly/graph_objs/treemap/_domain.py @@ -154,10 +154,12 @@ def __init__(self, arg=None, column=None, row=None, x=None, y=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Domain constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Domain`""") +an instance of :class:`plotly.graph_objs.treemap.Domain`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_hoverlabel.py b/plotly/graph_objs/treemap/_hoverlabel.py index c79ecd3c173..396ce29562a 100644 --- a/plotly/graph_objs/treemap/_hoverlabel.py +++ b/plotly/graph_objs/treemap/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.treemap.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_insidetextfont.py b/plotly/graph_objs/treemap/_insidetextfont.py index 2587366adfc..b062c80a9fb 100644 --- a/plotly/graph_objs/treemap/_insidetextfont.py +++ b/plotly/graph_objs/treemap/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.treemap.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_legendgrouptitle.py b/plotly/graph_objs/treemap/_legendgrouptitle.py index 8a630dce377..ed16b5f4abf 100644 --- a/plotly/graph_objs/treemap/_legendgrouptitle.py +++ b/plotly/graph_objs/treemap/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.treemap.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_marker.py b/plotly/graph_objs/treemap/_marker.py index 7fb375d147c..632e4a7cbf6 100644 --- a/plotly/graph_objs/treemap/_marker.py +++ b/plotly/graph_objs/treemap/_marker.py @@ -652,10 +652,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Marker`""") +an instance of :class:`plotly.graph_objs.treemap.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_outsidetextfont.py b/plotly/graph_objs/treemap/_outsidetextfont.py index 2bbe923c54d..7313aff0342 100644 --- a/plotly/graph_objs/treemap/_outsidetextfont.py +++ b/plotly/graph_objs/treemap/_outsidetextfont.py @@ -561,10 +561,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.treemap.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_pathbar.py b/plotly/graph_objs/treemap/_pathbar.py index 3243811b535..837c4cdc340 100644 --- a/plotly/graph_objs/treemap/_pathbar.py +++ b/plotly/graph_objs/treemap/_pathbar.py @@ -181,10 +181,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Pathbar constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Pathbar`""") +an instance of :class:`plotly.graph_objs.treemap.Pathbar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_root.py b/plotly/graph_objs/treemap/_root.py index 9ab16ee3e51..668d8aab84a 100644 --- a/plotly/graph_objs/treemap/_root.py +++ b/plotly/graph_objs/treemap/_root.py @@ -73,10 +73,12 @@ def __init__(self, arg=None, color=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Root constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Root`""") +an instance of :class:`plotly.graph_objs.treemap.Root`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_stream.py b/plotly/graph_objs/treemap/_stream.py index 54bbfd73c23..6e77a1df394 100644 --- a/plotly/graph_objs/treemap/_stream.py +++ b/plotly/graph_objs/treemap/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Stream`""") +an instance of :class:`plotly.graph_objs.treemap.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_textfont.py b/plotly/graph_objs/treemap/_textfont.py index 16f5ef0ecae..67b59f507ea 100644 --- a/plotly/graph_objs/treemap/_textfont.py +++ b/plotly/graph_objs/treemap/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Textfont`""") +an instance of :class:`plotly.graph_objs.treemap.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/_tiling.py b/plotly/graph_objs/treemap/_tiling.py index 36d677ebd63..69a5fcea47b 100644 --- a/plotly/graph_objs/treemap/_tiling.py +++ b/plotly/graph_objs/treemap/_tiling.py @@ -179,10 +179,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.Tiling constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.Tiling`""") +an instance of :class:`plotly.graph_objs.treemap.Tiling`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/hoverlabel/_font.py b/plotly/graph_objs/treemap/hoverlabel/_font.py index 106b281e517..f147c0f7cd9 100644 --- a/plotly/graph_objs/treemap/hoverlabel/_font.py +++ b/plotly/graph_objs/treemap/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.treemap.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/legendgrouptitle/_font.py b/plotly/graph_objs/treemap/legendgrouptitle/_font.py index d0cda3da4f9..e2625a83e8b 100644 --- a/plotly/graph_objs/treemap/legendgrouptitle/_font.py +++ b/plotly/graph_objs/treemap/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.treemap.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/_colorbar.py b/plotly/graph_objs/treemap/marker/_colorbar.py index c156fb8119e..168ca6b07ef 100644 --- a/plotly/graph_objs/treemap/marker/_colorbar.py +++ b/plotly/graph_objs/treemap/marker/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.ColorBar`""") +an instance of :class:`plotly.graph_objs.treemap.marker.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/_line.py b/plotly/graph_objs/treemap/marker/_line.py index 59f149a389f..eca64b72d08 100644 --- a/plotly/graph_objs/treemap/marker/_line.py +++ b/plotly/graph_objs/treemap/marker/_line.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.Line`""") +an instance of :class:`plotly.graph_objs.treemap.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/_pad.py b/plotly/graph_objs/treemap/marker/_pad.py index f3b58b7d64a..28fa47603c4 100644 --- a/plotly/graph_objs/treemap/marker/_pad.py +++ b/plotly/graph_objs/treemap/marker/_pad.py @@ -130,10 +130,12 @@ def __init__(self, arg=None, b=None, l=None, r=None, t=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.Pad constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.Pad`""") +an instance of :class:`plotly.graph_objs.treemap.marker.Pad`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/_pattern.py b/plotly/graph_objs/treemap/marker/_pattern.py index 57d4fc4883c..8d7c61bcc5b 100644 --- a/plotly/graph_objs/treemap/marker/_pattern.py +++ b/plotly/graph_objs/treemap/marker/_pattern.py @@ -469,10 +469,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.Pattern constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.Pattern`""") +an instance of :class:`plotly.graph_objs.treemap.marker.Pattern`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py b/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py index 54b017321cf..55eaf71b388 100644 --- a/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py +++ b/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py b/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py index 7c657e037d8..ed290618089 100644 --- a/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/colorbar/_title.py b/plotly/graph_objs/treemap/marker/colorbar/_title.py index 9e1633f7248..ee3d30a2abf 100644 --- a/plotly/graph_objs/treemap/marker/colorbar/_title.py +++ b/plotly/graph_objs/treemap/marker/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/marker/colorbar/title/_font.py b/plotly/graph_objs/treemap/marker/colorbar/title/_font.py index 556b314359f..539ee119859 100644 --- a/plotly/graph_objs/treemap/marker/colorbar/title/_font.py +++ b/plotly/graph_objs/treemap/marker/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.marker.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.treemap.marker.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/treemap/pathbar/_textfont.py b/plotly/graph_objs/treemap/pathbar/_textfont.py index 0475771404a..5d275f8bc45 100644 --- a/plotly/graph_objs/treemap/pathbar/_textfont.py +++ b/plotly/graph_objs/treemap/pathbar/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.treemap.pathbar.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.treemap.pathbar.Textfont`""") +an instance of :class:`plotly.graph_objs.treemap.pathbar.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_box.py b/plotly/graph_objs/violin/_box.py index ebb18b16f15..08b4e5e0b24 100644 --- a/plotly/graph_objs/violin/_box.py +++ b/plotly/graph_objs/violin/_box.py @@ -147,10 +147,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Box constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Box`""") +an instance of :class:`plotly.graph_objs.violin.Box`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_hoverlabel.py b/plotly/graph_objs/violin/_hoverlabel.py index b52dde907cf..a133a5ad24e 100644 --- a/plotly/graph_objs/violin/_hoverlabel.py +++ b/plotly/graph_objs/violin/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.violin.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_legendgrouptitle.py b/plotly/graph_objs/violin/_legendgrouptitle.py index 2345d278060..2c175d343ee 100644 --- a/plotly/graph_objs/violin/_legendgrouptitle.py +++ b/plotly/graph_objs/violin/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.violin.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_line.py b/plotly/graph_objs/violin/_line.py index e4b50d69819..d600dd0bf4d 100644 --- a/plotly/graph_objs/violin/_line.py +++ b/plotly/graph_objs/violin/_line.py @@ -89,10 +89,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Line`""") +an instance of :class:`plotly.graph_objs.violin.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_marker.py b/plotly/graph_objs/violin/_marker.py index 6389cae0948..1d74e4ab5e2 100644 --- a/plotly/graph_objs/violin/_marker.py +++ b/plotly/graph_objs/violin/_marker.py @@ -338,10 +338,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Marker`""") +an instance of :class:`plotly.graph_objs.violin.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_meanline.py b/plotly/graph_objs/violin/_meanline.py index 75a34cd5793..3ba4b5b5099 100644 --- a/plotly/graph_objs/violin/_meanline.py +++ b/plotly/graph_objs/violin/_meanline.py @@ -123,10 +123,12 @@ def __init__(self, arg=None, color=None, visible=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Meanline constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Meanline`""") +an instance of :class:`plotly.graph_objs.violin.Meanline`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_selected.py b/plotly/graph_objs/violin/_selected.py index ec18b8f8fb7..bac437fafaf 100644 --- a/plotly/graph_objs/violin/_selected.py +++ b/plotly/graph_objs/violin/_selected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Selected constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Selected`""") +an instance of :class:`plotly.graph_objs.violin.Selected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_stream.py b/plotly/graph_objs/violin/_stream.py index 959e45539e7..94ebe337091 100644 --- a/plotly/graph_objs/violin/_stream.py +++ b/plotly/graph_objs/violin/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Stream`""") +an instance of :class:`plotly.graph_objs.violin.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/_unselected.py b/plotly/graph_objs/violin/_unselected.py index 9e13dda8d04..eea8bfd782e 100644 --- a/plotly/graph_objs/violin/_unselected.py +++ b/plotly/graph_objs/violin/_unselected.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.Unselected constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.Unselected`""") +an instance of :class:`plotly.graph_objs.violin.Unselected`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/box/_line.py b/plotly/graph_objs/violin/box/_line.py index aab887d83a4..b558cc18aec 100644 --- a/plotly/graph_objs/violin/box/_line.py +++ b/plotly/graph_objs/violin/box/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.box.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.box.Line`""") +an instance of :class:`plotly.graph_objs.violin.box.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/hoverlabel/_font.py b/plotly/graph_objs/violin/hoverlabel/_font.py index 190b7e00741..9276a839b8a 100644 --- a/plotly/graph_objs/violin/hoverlabel/_font.py +++ b/plotly/graph_objs/violin/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.violin.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/legendgrouptitle/_font.py b/plotly/graph_objs/violin/legendgrouptitle/_font.py index d9bd7adab22..b0fbfa22f02 100644 --- a/plotly/graph_objs/violin/legendgrouptitle/_font.py +++ b/plotly/graph_objs/violin/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.violin.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/marker/_line.py b/plotly/graph_objs/violin/marker/_line.py index b46ec9473a9..2ea173c8e00 100644 --- a/plotly/graph_objs/violin/marker/_line.py +++ b/plotly/graph_objs/violin/marker/_line.py @@ -165,10 +165,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.marker.Line`""") +an instance of :class:`plotly.graph_objs.violin.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/selected/_marker.py b/plotly/graph_objs/violin/selected/_marker.py index 79d5ec044c6..44bba420248 100644 --- a/plotly/graph_objs/violin/selected/_marker.py +++ b/plotly/graph_objs/violin/selected/_marker.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.selected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.selected.Marker`""") +an instance of :class:`plotly.graph_objs.violin.selected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/violin/unselected/_marker.py b/plotly/graph_objs/violin/unselected/_marker.py index 657f722c602..eb2f1780e60 100644 --- a/plotly/graph_objs/violin/unselected/_marker.py +++ b/plotly/graph_objs/violin/unselected/_marker.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, color=None, opacity=None, size=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.violin.unselected.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.violin.unselected.Marker`""") +an instance of :class:`plotly.graph_objs.violin.unselected.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_caps.py b/plotly/graph_objs/volume/_caps.py index 20d444367cb..f0011a6eea4 100644 --- a/plotly/graph_objs/volume/_caps.py +++ b/plotly/graph_objs/volume/_caps.py @@ -116,10 +116,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Caps constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Caps`""") +an instance of :class:`plotly.graph_objs.volume.Caps`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_colorbar.py b/plotly/graph_objs/volume/_colorbar.py index ab97f844882..8f9bb47532e 100644 --- a/plotly/graph_objs/volume/_colorbar.py +++ b/plotly/graph_objs/volume/_colorbar.py @@ -1678,10 +1678,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.ColorBar constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.ColorBar`""") +an instance of :class:`plotly.graph_objs.volume.ColorBar`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_contour.py b/plotly/graph_objs/volume/_contour.py index eb18bfd4821..ca068e2239d 100644 --- a/plotly/graph_objs/volume/_contour.py +++ b/plotly/graph_objs/volume/_contour.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, color=None, show=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Contour constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Contour`""") +an instance of :class:`plotly.graph_objs.volume.Contour`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_hoverlabel.py b/plotly/graph_objs/volume/_hoverlabel.py index 880b0c9c25a..60deb0a910f 100644 --- a/plotly/graph_objs/volume/_hoverlabel.py +++ b/plotly/graph_objs/volume/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.volume.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_legendgrouptitle.py b/plotly/graph_objs/volume/_legendgrouptitle.py index 5d92a29522e..21b37069ba9 100644 --- a/plotly/graph_objs/volume/_legendgrouptitle.py +++ b/plotly/graph_objs/volume/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.volume.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_lighting.py b/plotly/graph_objs/volume/_lighting.py index 3d01d1e5581..81a3dbb910c 100644 --- a/plotly/graph_objs/volume/_lighting.py +++ b/plotly/graph_objs/volume/_lighting.py @@ -241,10 +241,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Lighting constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Lighting`""") +an instance of :class:`plotly.graph_objs.volume.Lighting`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_lightposition.py b/plotly/graph_objs/volume/_lightposition.py index 50fcd20d40a..287da036e9c 100644 --- a/plotly/graph_objs/volume/_lightposition.py +++ b/plotly/graph_objs/volume/_lightposition.py @@ -114,10 +114,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Lightposition constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Lightposition`""") +an instance of :class:`plotly.graph_objs.volume.Lightposition`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_slices.py b/plotly/graph_objs/volume/_slices.py index 6faf4de812e..1b5f8f08eee 100644 --- a/plotly/graph_objs/volume/_slices.py +++ b/plotly/graph_objs/volume/_slices.py @@ -116,10 +116,12 @@ def __init__(self, arg=None, x=None, y=None, z=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Slices constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Slices`""") +an instance of :class:`plotly.graph_objs.volume.Slices`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_spaceframe.py b/plotly/graph_objs/volume/_spaceframe.py index ce6aa7fbbd4..1cd492886ea 100644 --- a/plotly/graph_objs/volume/_spaceframe.py +++ b/plotly/graph_objs/volume/_spaceframe.py @@ -103,10 +103,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Spaceframe constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Spaceframe`""") +an instance of :class:`plotly.graph_objs.volume.Spaceframe`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_stream.py b/plotly/graph_objs/volume/_stream.py index 272624b252a..b9bdf5ee625 100644 --- a/plotly/graph_objs/volume/_stream.py +++ b/plotly/graph_objs/volume/_stream.py @@ -99,10 +99,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Stream`""") +an instance of :class:`plotly.graph_objs.volume.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/_surface.py b/plotly/graph_objs/volume/_surface.py index 7aa95512e6f..8be03167f06 100644 --- a/plotly/graph_objs/volume/_surface.py +++ b/plotly/graph_objs/volume/_surface.py @@ -177,10 +177,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.Surface constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.Surface`""") +an instance of :class:`plotly.graph_objs.volume.Surface`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/caps/_x.py b/plotly/graph_objs/volume/caps/_x.py index d67636b2e98..3745fe73d01 100644 --- a/plotly/graph_objs/volume/caps/_x.py +++ b/plotly/graph_objs/volume/caps/_x.py @@ -107,10 +107,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.caps.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.caps.X`""") +an instance of :class:`plotly.graph_objs.volume.caps.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/caps/_y.py b/plotly/graph_objs/volume/caps/_y.py index 8248f0dd208..e90f891654e 100644 --- a/plotly/graph_objs/volume/caps/_y.py +++ b/plotly/graph_objs/volume/caps/_y.py @@ -107,10 +107,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.caps.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.caps.Y`""") +an instance of :class:`plotly.graph_objs.volume.caps.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/caps/_z.py b/plotly/graph_objs/volume/caps/_z.py index 212ec6c5bbb..2edbabe726c 100644 --- a/plotly/graph_objs/volume/caps/_z.py +++ b/plotly/graph_objs/volume/caps/_z.py @@ -107,10 +107,12 @@ def __init__(self, arg=None, fill=None, show=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.caps.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.caps.Z`""") +an instance of :class:`plotly.graph_objs.volume.caps.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/colorbar/_tickfont.py b/plotly/graph_objs/volume/colorbar/_tickfont.py index ad46aa79331..7ce5af8a492 100644 --- a/plotly/graph_objs/volume/colorbar/_tickfont.py +++ b/plotly/graph_objs/volume/colorbar/_tickfont.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.colorbar.Tickfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.colorbar.Tickfont`""") +an instance of :class:`plotly.graph_objs.volume.colorbar.Tickfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/colorbar/_tickformatstop.py b/plotly/graph_objs/volume/colorbar/_tickformatstop.py index 653eb3b1ce6..3e8459ed260 100644 --- a/plotly/graph_objs/volume/colorbar/_tickformatstop.py +++ b/plotly/graph_objs/volume/colorbar/_tickformatstop.py @@ -224,10 +224,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.colorbar.Tickformatstop constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.colorbar.Tickformatstop`""") +an instance of :class:`plotly.graph_objs.volume.colorbar.Tickformatstop`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/colorbar/_title.py b/plotly/graph_objs/volume/colorbar/_title.py index 17a9258c40f..e7998147915 100644 --- a/plotly/graph_objs/volume/colorbar/_title.py +++ b/plotly/graph_objs/volume/colorbar/_title.py @@ -121,10 +121,12 @@ def __init__(self, arg=None, font=None, side=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.colorbar.Title constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.colorbar.Title`""") +an instance of :class:`plotly.graph_objs.volume.colorbar.Title`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/colorbar/title/_font.py b/plotly/graph_objs/volume/colorbar/title/_font.py index cf0cb0de68e..7026517a286 100644 --- a/plotly/graph_objs/volume/colorbar/title/_font.py +++ b/plotly/graph_objs/volume/colorbar/title/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.colorbar.title.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.colorbar.title.Font`""") +an instance of :class:`plotly.graph_objs.volume.colorbar.title.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/hoverlabel/_font.py b/plotly/graph_objs/volume/hoverlabel/_font.py index 43ab7f3915b..7d7eba4568a 100644 --- a/plotly/graph_objs/volume/hoverlabel/_font.py +++ b/plotly/graph_objs/volume/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.volume.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/legendgrouptitle/_font.py b/plotly/graph_objs/volume/legendgrouptitle/_font.py index 59553af6eff..351bcdd9a9d 100644 --- a/plotly/graph_objs/volume/legendgrouptitle/_font.py +++ b/plotly/graph_objs/volume/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.volume.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/slices/_x.py b/plotly/graph_objs/volume/slices/_x.py index d3d69c095d0..8b13b777005 100644 --- a/plotly/graph_objs/volume/slices/_x.py +++ b/plotly/graph_objs/volume/slices/_x.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.slices.X constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.slices.X`""") +an instance of :class:`plotly.graph_objs.volume.slices.X`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/slices/_y.py b/plotly/graph_objs/volume/slices/_y.py index 02268eb86c4..81f83636d67 100644 --- a/plotly/graph_objs/volume/slices/_y.py +++ b/plotly/graph_objs/volume/slices/_y.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.slices.Y constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.slices.Y`""") +an instance of :class:`plotly.graph_objs.volume.slices.Y`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/volume/slices/_z.py b/plotly/graph_objs/volume/slices/_z.py index 871a163b8f8..3e0b8a6c3f4 100644 --- a/plotly/graph_objs/volume/slices/_z.py +++ b/plotly/graph_objs/volume/slices/_z.py @@ -161,10 +161,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.volume.slices.Z constructor must be a dict or -an instance of :class:`plotly.graph_objs.volume.slices.Z`""") +an instance of :class:`plotly.graph_objs.volume.slices.Z`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_connector.py b/plotly/graph_objs/waterfall/_connector.py index 413dfb738e4..103cfcc7255 100644 --- a/plotly/graph_objs/waterfall/_connector.py +++ b/plotly/graph_objs/waterfall/_connector.py @@ -112,10 +112,12 @@ def __init__(self, arg=None, line=None, mode=None, visible=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Connector constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Connector`""") +an instance of :class:`plotly.graph_objs.waterfall.Connector`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_decreasing.py b/plotly/graph_objs/waterfall/_decreasing.py index b472b42da76..be1b64e0144 100644 --- a/plotly/graph_objs/waterfall/_decreasing.py +++ b/plotly/graph_objs/waterfall/_decreasing.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Decreasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Decreasing`""") +an instance of :class:`plotly.graph_objs.waterfall.Decreasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_hoverlabel.py b/plotly/graph_objs/waterfall/_hoverlabel.py index 784e0db27d6..5429142aeb8 100644 --- a/plotly/graph_objs/waterfall/_hoverlabel.py +++ b/plotly/graph_objs/waterfall/_hoverlabel.py @@ -344,10 +344,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Hoverlabel constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Hoverlabel`""") +an instance of :class:`plotly.graph_objs.waterfall.Hoverlabel`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_increasing.py b/plotly/graph_objs/waterfall/_increasing.py index 1a2d447084b..4e0f0b15876 100644 --- a/plotly/graph_objs/waterfall/_increasing.py +++ b/plotly/graph_objs/waterfall/_increasing.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Increasing constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Increasing`""") +an instance of :class:`plotly.graph_objs.waterfall.Increasing`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_insidetextfont.py b/plotly/graph_objs/waterfall/_insidetextfont.py index a316c5ff6a5..f0fae443b86 100644 --- a/plotly/graph_objs/waterfall/_insidetextfont.py +++ b/plotly/graph_objs/waterfall/_insidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Insidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Insidetextfont`""") +an instance of :class:`plotly.graph_objs.waterfall.Insidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_legendgrouptitle.py b/plotly/graph_objs/waterfall/_legendgrouptitle.py index 9b2950152d5..5b5c0543783 100644 --- a/plotly/graph_objs/waterfall/_legendgrouptitle.py +++ b/plotly/graph_objs/waterfall/_legendgrouptitle.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, font=None, text=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Legendgrouptitle constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Legendgrouptitle`""") +an instance of :class:`plotly.graph_objs.waterfall.Legendgrouptitle`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_outsidetextfont.py b/plotly/graph_objs/waterfall/_outsidetextfont.py index 8e1371b9277..c4bd864f935 100644 --- a/plotly/graph_objs/waterfall/_outsidetextfont.py +++ b/plotly/graph_objs/waterfall/_outsidetextfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Outsidetextfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Outsidetextfont`""") +an instance of :class:`plotly.graph_objs.waterfall.Outsidetextfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_stream.py b/plotly/graph_objs/waterfall/_stream.py index 488e44dfcec..b332e018608 100644 --- a/plotly/graph_objs/waterfall/_stream.py +++ b/plotly/graph_objs/waterfall/_stream.py @@ -100,10 +100,12 @@ def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Stream constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Stream`""") +an instance of :class:`plotly.graph_objs.waterfall.Stream`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_textfont.py b/plotly/graph_objs/waterfall/_textfont.py index 5f6640e5f99..e0756627144 100644 --- a/plotly/graph_objs/waterfall/_textfont.py +++ b/plotly/graph_objs/waterfall/_textfont.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Textfont constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Textfont`""") +an instance of :class:`plotly.graph_objs.waterfall.Textfont`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/_totals.py b/plotly/graph_objs/waterfall/_totals.py index d7f4431f3b8..6e65a11c7d0 100644 --- a/plotly/graph_objs/waterfall/_totals.py +++ b/plotly/graph_objs/waterfall/_totals.py @@ -67,10 +67,12 @@ def __init__(self, arg=None, marker=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.Totals constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.Totals`""") +an instance of :class:`plotly.graph_objs.waterfall.Totals`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/connector/_line.py b/plotly/graph_objs/waterfall/connector/_line.py index 299b5ea516f..222c72cf6f6 100644 --- a/plotly/graph_objs/waterfall/connector/_line.py +++ b/plotly/graph_objs/waterfall/connector/_line.py @@ -124,10 +124,12 @@ def __init__(self, arg=None, color=None, dash=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.connector.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.connector.Line`""") +an instance of :class:`plotly.graph_objs.waterfall.connector.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/decreasing/_marker.py b/plotly/graph_objs/waterfall/decreasing/_marker.py index a8f49ee6e51..c7db5ee4232 100644 --- a/plotly/graph_objs/waterfall/decreasing/_marker.py +++ b/plotly/graph_objs/waterfall/decreasing/_marker.py @@ -93,10 +93,12 @@ def __init__(self, arg=None, color=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.decreasing.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.decreasing.Marker`""") +an instance of :class:`plotly.graph_objs.waterfall.decreasing.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/decreasing/marker/_line.py b/plotly/graph_objs/waterfall/decreasing/marker/_line.py index 746fdb4e1ff..384c05a2b50 100644 --- a/plotly/graph_objs/waterfall/decreasing/marker/_line.py +++ b/plotly/graph_objs/waterfall/decreasing/marker/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.decreasing.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.decreasing.marker.Line`""") +an instance of :class:`plotly.graph_objs.waterfall.decreasing.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/hoverlabel/_font.py b/plotly/graph_objs/waterfall/hoverlabel/_font.py index 025c5dc5352..f26e7143062 100644 --- a/plotly/graph_objs/waterfall/hoverlabel/_font.py +++ b/plotly/graph_objs/waterfall/hoverlabel/_font.py @@ -557,10 +557,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.hoverlabel.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.hoverlabel.Font`""") +an instance of :class:`plotly.graph_objs.waterfall.hoverlabel.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/increasing/_marker.py b/plotly/graph_objs/waterfall/increasing/_marker.py index 3a77deefa90..b29229671fb 100644 --- a/plotly/graph_objs/waterfall/increasing/_marker.py +++ b/plotly/graph_objs/waterfall/increasing/_marker.py @@ -93,10 +93,12 @@ def __init__(self, arg=None, color=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.increasing.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.increasing.Marker`""") +an instance of :class:`plotly.graph_objs.waterfall.increasing.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/increasing/marker/_line.py b/plotly/graph_objs/waterfall/increasing/marker/_line.py index 5f5b464658b..924ab5efe6b 100644 --- a/plotly/graph_objs/waterfall/increasing/marker/_line.py +++ b/plotly/graph_objs/waterfall/increasing/marker/_line.py @@ -90,10 +90,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.increasing.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.increasing.marker.Line`""") +an instance of :class:`plotly.graph_objs.waterfall.increasing.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/legendgrouptitle/_font.py b/plotly/graph_objs/waterfall/legendgrouptitle/_font.py index 6e8055cee8a..fb993c23dff 100644 --- a/plotly/graph_objs/waterfall/legendgrouptitle/_font.py +++ b/plotly/graph_objs/waterfall/legendgrouptitle/_font.py @@ -313,10 +313,12 @@ def __init__( elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.legendgrouptitle.Font constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.legendgrouptitle.Font`""") +an instance of :class:`plotly.graph_objs.waterfall.legendgrouptitle.Font`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/totals/_marker.py b/plotly/graph_objs/waterfall/totals/_marker.py index 5cc16b8f32b..b7e87022667 100644 --- a/plotly/graph_objs/waterfall/totals/_marker.py +++ b/plotly/graph_objs/waterfall/totals/_marker.py @@ -96,10 +96,12 @@ def __init__(self, arg=None, color=None, line=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.totals.Marker constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.totals.Marker`""") +an instance of :class:`plotly.graph_objs.waterfall.totals.Marker`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/graph_objs/waterfall/totals/marker/_line.py b/plotly/graph_objs/waterfall/totals/marker/_line.py index 8c1c81d1fc7..a8bcb4d16ce 100644 --- a/plotly/graph_objs/waterfall/totals/marker/_line.py +++ b/plotly/graph_objs/waterfall/totals/marker/_line.py @@ -94,10 +94,12 @@ def __init__(self, arg=None, color=None, width=None, **kwargs): elif isinstance(arg, dict): arg = _copy.copy(arg) else: - raise ValueError("""\ + raise ValueError( + """\ The first argument to the plotly.graph_objs.waterfall.totals.marker.Line constructor must be a dict or -an instance of :class:`plotly.graph_objs.waterfall.totals.marker.Line`""") +an instance of :class:`plotly.graph_objs.waterfall.totals.marker.Line`""" + ) self._skip_invalid = kwargs.pop("skip_invalid", False) self._validate = kwargs.pop("_validate", True) diff --git a/plotly/io/_base_renderers.py b/plotly/io/_base_renderers.py index 9d4ac1f563c..1d5ad87de8b 100644 --- a/plotly/io/_base_renderers.py +++ b/plotly/io/_base_renderers.py @@ -561,7 +561,9 @@ def to_mimebundle(self, fig_dict): frameborder="0" allowfullscreen > -""".format(width=iframe_width, height=iframe_height, src=self.build_url(filename)) +""".format( + width=iframe_width, height=iframe_height, src=self.build_url(filename) + ) return {"text/html": iframe_html} diff --git a/plotly/io/_html.py b/plotly/io/_html.py index 3e7b89c7d2f..24aaba80519 100644 --- a/plotly/io/_html.py +++ b/plotly/io/_html.py @@ -185,7 +185,9 @@ def to_html( # So we need to configure the PLOTLYENV.BASE_URL property base_url_line = """ window.PLOTLYENV.BASE_URL='{plotly_platform_url}';\ -""".format(plotly_platform_url=config.get("plotlyServerURL", "https://plot.ly")) +""".format( + plotly_platform_url=config.get("plotlyServerURL", "https://plot.ly") + ) else: # Figure is not going to include a Chart Studio link or send-to-cloud button, # In this case we don't want https://plot.ly to show up anywhere in the HTML @@ -206,14 +208,18 @@ def to_html( for ps in post_script: then_post_script += """.then(function(){{ {post_script} - }})""".format(post_script=ps.replace("{plot_id}", plotdivid)) + }})""".format( + post_script=ps.replace("{plot_id}", plotdivid) + ) then_addframes = "" then_animate = "" if jframes: then_addframes = """.then(function(){{ Plotly.addFrames('{id}', {frames}); - }})""".format(id=plotdivid, frames=jframes) + }})""".format( + id=plotdivid, frames=jframes + ) if auto_play: if animation_opts: @@ -222,7 +228,9 @@ def to_html( animation_opts_arg = "" then_animate = """.then(function(){{ Plotly.animate('{id}', null{animation_opts}); - }})""".format(id=plotdivid, animation_opts=animation_opts_arg) + }})""".format( + id=plotdivid, animation_opts=animation_opts_arg + ) # Serialize config dict to JSON jconfig = _json.dumps(config) @@ -271,19 +279,25 @@ def to_html( load_plotlyjs = """\ {win_config} \ - """.format(win_config=_window_plotly_config) + """.format( + win_config=_window_plotly_config + ) elif isinstance(include_plotlyjs, str) and include_plotlyjs.endswith(".js"): load_plotlyjs = """\ {win_config} \ - """.format(win_config=_window_plotly_config, url=include_plotlyjs_orig) + """.format( + win_config=_window_plotly_config, url=include_plotlyjs_orig + ) elif include_plotlyjs: load_plotlyjs = """\ {win_config} \ - """.format(win_config=_window_plotly_config, plotlyjs=get_plotlyjs()) + """.format( + win_config=_window_plotly_config, plotlyjs=get_plotlyjs() + ) # ## Handle loading/initializing MathJax ## include_mathjax_orig = include_mathjax @@ -314,7 +328,9 @@ def to_html( Received value: {val} include_mathjax may be specified as False, 'cdn', or a string ending with '.js' - """.format(typ=type(include_mathjax), val=repr(include_mathjax)) + """.format( + typ=type(include_mathjax), val=repr(include_mathjax) + ) ) plotly_html_div = """\ @@ -344,7 +360,9 @@ def to_html( {div} -""".format(div=plotly_html_div) +""".format( + div=plotly_html_div + ) else: return plotly_html_div diff --git a/plotly/io/_json.py b/plotly/io/_json.py index 0e741711f4f..4e6d190961c 100644 --- a/plotly/io/_json.py +++ b/plotly/io/_json.py @@ -290,7 +290,9 @@ def write_json(fig, file, validate=True, pretty=False, remove_uids=True, engine= raise ValueError( """ The 'file' argument '{file}' is not a string, pathlib.Path object, or file descriptor. -""".format(file=file) +""".format( + file=file + ) ) else: # We previously succeeded in interpreting `file` as a pathlib object. @@ -333,7 +335,9 @@ def from_json_plotly(value, engine=None): raise ValueError( """ from_json_plotly requires a string or bytes argument but received value of type {typ} - Received value: {value}""".format(typ=type(value), value=value) + Received value: {value}""".format( + typ=type(value), value=value + ) ) # Determine json engine diff --git a/plotly/io/_orca.py b/plotly/io/_orca.py index 2984210edce..7616ec4c574 100644 --- a/plotly/io/_orca.py +++ b/plotly/io/_orca.py @@ -212,7 +212,9 @@ def update(self, d={}, **kwargs): """ The first argument to update must be a dict, \ but received value of type {typ}l - Received value: {val}""".format(typ=type(d), val=d) + Received value: {val}""".format( + typ=type(d), val=d + ) ) updates = copy(d) @@ -254,7 +256,9 @@ def reload(self, warn=True): if warn: warnings.warn( """\ -Unable to read orca configuration file at {path}""".format(path=self.config_file) +Unable to read orca configuration file at {path}""".format( + path=self.config_file + ) ) return @@ -265,7 +269,9 @@ def reload(self, warn=True): if warn: warnings.warn( """\ -Orca configuration file at {path} is not valid JSON""".format(path=self.config_file) +Orca configuration file at {path} is not valid JSON""".format( + path=self.config_file + ) ) return @@ -276,7 +282,9 @@ def reload(self, warn=True): elif warn: warnings.warn( """\ -Orca configuration file at {path} not found""".format(path=self.config_file) +Orca configuration file at {path} not found""".format( + path=self.config_file + ) ) def save(self): @@ -297,7 +305,9 @@ def save(self): else: warnings.warn( """\ -Failed to write orca configuration file at '{path}'""".format(path=self.config_file) +Failed to write orca configuration file at '{path}'""".format( + path=self.config_file + ) ) @property @@ -324,7 +334,9 @@ def server_url(self, val): raise ValueError( """ The server_url property must be a string, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) if not val.startswith("http://") and not val.startswith("https://"): @@ -363,7 +375,9 @@ def port(self, val): raise ValueError( """ The port property must be an integer, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["port"] = val @@ -407,7 +421,9 @@ def executable(self, val): raise ValueError( """ The executable property must be a string, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) if isinstance(val, str): val = [val] @@ -448,7 +464,9 @@ def timeout(self, val): raise ValueError( """ The timeout property must be a number, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["timeout"] = val @@ -477,7 +495,9 @@ def default_width(self, val): raise ValueError( """ The default_width property must be an int, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["default_width"] = val @@ -503,7 +523,9 @@ def default_height(self, val): raise ValueError( """ The default_height property must be an int, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["default_height"] = val @@ -560,7 +582,9 @@ def default_scale(self, val): raise ValueError( """ The default_scale property must be a number, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["default_scale"] = val @@ -586,7 +610,9 @@ def topojson(self, val): raise ValueError( """ The topojson property must be a string, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["topojson"] = val @@ -616,7 +642,9 @@ def mathjax(self, val): raise ValueError( """ The mathjax property must be a string, but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["mathjax"] = val @@ -644,7 +672,9 @@ def mapbox_access_token(self, val): """ The mapbox_access_token property must be a string, \ but received value of type {typ}. - Received value: {val}""".format(typ=type(val), val=val) + Received value: {val}""".format( + typ=type(val), val=val + ) ) self._props["mapbox_access_token"] = val @@ -997,7 +1027,9 @@ def validate_executable(): xvfb-run executable could not be found on the system path. Searched for the executable 'xvfb-run' on the following path: - {formatted_path}""".format(formatted_path=formatted_path) + {formatted_path}""".format( + formatted_path=formatted_path + ) ) executable_list = [xvfb_run_executable] + xvfb_args @@ -1076,7 +1108,9 @@ def validate_executable(): + """ The error encountered is that no output was returned by the command $ {executable} --help -""".format(executable=" ".join(executable_list)) +""".format( + executable=" ".join(executable_list) + ) ) if "Plotly's image-exporting utilities" not in help_result.decode("utf-8"): @@ -1087,7 +1121,9 @@ def validate_executable(): $ {executable} --help {help_result} -""".format(executable=" ".join(executable_list), help_result=help_result) +""".format( + executable=" ".join(executable_list), help_result=help_result + ) ) # Get orca version @@ -1129,7 +1165,9 @@ def validate_executable(): Here is the command that plotly.py ran to request the version: $ {executable} --version -""".format(executable=" ".join(executable_list)) +""".format( + executable=" ".join(executable_list) + ) ) else: version_result = version_result.decode() @@ -1451,7 +1489,9 @@ def to_image(fig, format=None, width=None, height=None, scale=None, validate=Tru Plotly.py was unable to communicate with the orca server at {server_url} Please check that the server is running and accessible. -""".format(server_url=config.server_url) +""".format( + server_url=config.server_url + ) ) else: @@ -1468,7 +1508,9 @@ def to_image(fig, format=None, width=None, height=None, scale=None, validate=Tru Please review the process and connection information below: {info} -""".format(info=status_str) +""".format( + info=status_str + ) ) else: # Reset the status so that if the user tries again, we'll try to @@ -1483,7 +1525,9 @@ def to_image(fig, format=None, width=None, height=None, scale=None, validate=Tru {info} plotly.py will attempt to start the local server process again the next time an image export operation is performed. -""".format(info=status_str) +""".format( + info=status_str + ) ) # Check response @@ -1497,7 +1541,9 @@ def to_image(fig, format=None, width=None, height=None, scale=None, validate=Tru The image request was rejected by the orca conversion utility with the following error: {status}: {msg} -""".format(status=response.status_code, msg=response.content.decode("utf-8")) +""".format( + status=response.status_code, msg=response.content.decode("utf-8") + ) # ### Try to be helpful ### # Status codes from /src/component/plotly-graph/constants.js in the @@ -1639,7 +1685,9 @@ def write_image( >>> import plotly.io as pio >>> pio.write_image(fig, file_path, format='png') -""".format(file=file) +""".format( + file=file + ) ) # Request image @@ -1662,7 +1710,9 @@ def write_image( raise ValueError( """ The 'file' argument '{file}' is not a string, pathlib.Path object, or file descriptor. -""".format(file=file) +""".format( + file=file + ) ) else: # We previously succeeded in interpreting `file` as a pathlib object. diff --git a/plotly/io/_renderers.py b/plotly/io/_renderers.py index 4c21760bb0a..9d4ac3bc040 100644 --- a/plotly/io/_renderers.py +++ b/plotly/io/_renderers.py @@ -94,7 +94,9 @@ def __setitem__(self, key, value): raise ValueError( """\ Renderer must be a subclass of MimetypeRenderer or ExternalRenderer. - Received value with type: {typ}""".format(typ=type(value)) + Received value with type: {typ}""".format( + typ=type(value) + ) ) self._renderers[key] = value @@ -241,7 +243,9 @@ def _validate_coerce_renderers(self, renderers_string): if invalid: raise ValueError( """ -Invalid named renderer(s) received: {}""".format(str(invalid)) +Invalid named renderer(s) received: {}""".format( + str(invalid) + ) ) return renderer_names @@ -253,7 +257,9 @@ def __repr__(self): Default renderer: {default} Available renderers: {available} -""".format(default=repr(self.default), available=self._available_renderers_str()) +""".format( + default=repr(self.default), available=self._available_renderers_str() + ) def _available_renderers_str(self): """ @@ -481,7 +487,9 @@ def show(fig, renderer=None, validate=True, **kwargs): raise ValueError( """ Invalid named renderer(s) specified in the 'PLOTLY_RENDERER' -environment variable: {env_renderer}""".format(env_renderer=env_renderer) +environment variable: {env_renderer}""".format( + env_renderer=env_renderer + ) ) default_renderer = env_renderer diff --git a/plotly/io/_templates.py b/plotly/io/_templates.py index 160ee7c4075..8e81fe45017 100644 --- a/plotly/io/_templates.py +++ b/plotly/io/_templates.py @@ -169,7 +169,9 @@ def __repr__(self): Default template: {default} Available templates: {available} -""".format(default=repr(self.default), available=self._available_templates_str()) +""".format( + default=repr(self.default), available=self._available_templates_str() + ) def _available_templates_str(self): """ diff --git a/plotly/io/_utils.py b/plotly/io/_utils.py index 4d27e0326c0..0dc84d8d07a 100644 --- a/plotly/io/_utils.py +++ b/plotly/io/_utils.py @@ -22,7 +22,9 @@ def validate_coerce_fig_to_dict(fig, validate): raise ValueError( """ The fig parameter must be a dict or Figure. - Received value of type {typ}: {v}""".format(typ=type(fig), v=fig) + Received value of type {typ}: {v}""".format( + typ=type(fig), v=fig + ) ) return fig_dict diff --git a/plotly/offline/offline.py b/plotly/offline/offline.py index bf94f03ecd8..f786b1358e4 100644 --- a/plotly/offline/offline.py +++ b/plotly/offline/offline.py @@ -151,7 +151,9 @@ def _get_jconfig(config=None): if bad_config: warnings.warn( """ -Unrecognized config options supplied: {bad_config}""".format(bad_config=bad_config) +Unrecognized config options supplied: {bad_config}""".format( + bad_config=bad_config + ) ) clean_config = config diff --git a/plotly/utils.py b/plotly/utils.py index f2ecc8402df..d775c14901b 100644 --- a/plotly/utils.py +++ b/plotly/utils.py @@ -1,7 +1,11 @@ import textwrap from pprint import PrettyPrinter -from _plotly_utils.utils import NotEncodable, PlotlyJSONEncoder, get_module # noqa: F401 +from _plotly_utils.utils import ( + NotEncodable, + PlotlyJSONEncoder, + get_module, +) # noqa: F401 from _plotly_utils.data_utils import image_array_to_data_uri # noqa: F401 diff --git a/tests/test_core/test_errors/test_dict_path_errors.py b/tests/test_core/test_errors/test_dict_path_errors.py index 59267b03bdc..ca1d59b4fb0 100644 --- a/tests/test_core/test_errors/test_dict_path_errors.py +++ b/tests/test_core/test_errors/test_dict_path_errors.py @@ -160,13 +160,16 @@ def test_raises_on_bad_indexed_underscore_property(some_fig): ^^^^""", ) assert ( - e.args[0].find( - """Bad property path: + ( + e.args[0].find( + """Bad property path: line_colr ^^^^""" + ) + and (e.args[0].find("""Did you mean "color"?""") >= 0) >= 0 ) - and (e.args[0].find("""Did you mean "color"?""") >= 0) >= 0 - ) and (e_substr == e_correct_substr) + and (e_substr == e_correct_substr) + ) assert raised raised = False @@ -303,14 +306,17 @@ def test_describes_subscripting_error(some_fig): ^^^^""", ) assert ( - e.args[0].find( - """ + ( + e.args[0].find( + """ Property does not support subscripting: text_yo ^^^^""" + ) + >= 0 ) - >= 0 - ) and (e_substr == e_correct_substr) + and (e_substr == e_correct_substr) + ) assert raised # Same as previous test but tests deeper path @@ -343,14 +349,17 @@ def test_describes_subscripting_error(some_fig): ^^^^^^""", ) assert ( - e.args[0].find( - """ + ( + e.args[0].find( + """ Property does not support subscripting: textfont_family_yo ^^^^^^""" + ) + >= 0 ) - >= 0 - ) and (e_substr == e_correct_substr) + and (e_substr == e_correct_substr) + ) assert raised diff --git a/tests/test_io/test_html.py b/tests/test_io/test_html.py index 774bec7bde2..1c8a9720410 100644 --- a/tests/test_io/test_html.py +++ b/tests/test_io/test_html.py @@ -68,6 +68,6 @@ def test_cdn_integrity_hash_matches_bundled_content(fig1): expected_hash = _generate_sri_hash(plotlyjs_content) # Verify they match - assert extracted_hash == expected_hash, ( - f"Hash mismatch: expected {expected_hash}, got {extracted_hash}" - ) + assert ( + extracted_hash == expected_hash + ), f"Hash mismatch: expected {expected_hash}, got {extracted_hash}" diff --git a/tests/test_optional/test_figure_factory/test_figure_factory.py b/tests/test_optional/test_figure_factory/test_figure_factory.py index 91aee8d4a00..ba6fce13194 100644 --- a/tests/test_optional/test_figure_factory/test_figure_factory.py +++ b/tests/test_optional/test_figure_factory/test_figure_factory.py @@ -4206,9 +4206,9 @@ def compare_list_values(self, list1, list2, decimal=7): elif isinstance(list1[i], float): np.testing.assert_almost_equal(list1[i], list2[i], decimal=decimal) else: - assert list1[i] == list2[i], ( - f"Values at index {i} are not equal: {list1[i]} != {list2[i]}" - ) + assert ( + list1[i] == list2[i] + ), f"Values at index {i} are not equal: {list1[i]} != {list2[i]}" def compare_dict_values(self, dict1, dict2, decimal=7): for k, v in dict1.items(): @@ -4219,9 +4219,9 @@ def compare_dict_values(self, dict1, dict2, decimal=7): elif isinstance(v, float): np.testing.assert_almost_equal(v, dict2[k], decimal=decimal) else: - assert v == dict2[k], ( - f"Values for key {k} are not equal: {v} != {dict2[k]}" - ) + assert ( + v == dict2[k] + ), f"Values for key {k} are not equal: {v} != {dict2[k]}" def test_aggregation(self): lat = [0, 1, 1, 2, 4, 5, 1, 2, 4, 5, 2, 3, 2, 1, 5, 3, 5] diff --git a/tests/test_optional/test_kaleido/test_kaleido.py b/tests/test_optional/test_kaleido/test_kaleido.py index 91950782915..82538499266 100644 --- a/tests/test_optional/test_kaleido/test_kaleido.py +++ b/tests/test_optional/test_kaleido/test_kaleido.py @@ -344,33 +344,33 @@ def test_width_height_priority(): fig = create_figure(width=800, height=600) svg_bytes = pio.to_image(fig, format="svg", width=1000, height=900) width, height = parse_svg_dimensions(svg_bytes) - assert width == 1000 and height == 900, ( - "Arguments should override layout dimensions" - ) + assert ( + width == 1000 and height == 900 + ), "Arguments should override layout dimensions" # Test case 2: Layout dimensions used when no arguments fig = create_figure(width=800, height=600) svg_bytes = pio.to_image(fig, format="svg") width, height = parse_svg_dimensions(svg_bytes) - assert width == 800 and height == 600, ( - "Layout dimensions should be used when no arguments provided" - ) + assert ( + width == 800 and height == 600 + ), "Layout dimensions should be used when no arguments provided" # Test case 3: Partial override (only width argument) fig = create_figure(width=800, height=600) svg_bytes = pio.to_image(fig, format="svg", width=1200) width, height = parse_svg_dimensions(svg_bytes) - assert width == 1200 and height == 600, ( - "Width argument should override layout, height should use layout" - ) + assert ( + width == 1200 and height == 600 + ), "Width argument should override layout, height should use layout" # Test case 4: Defaults used when no layout or arguments fig = create_figure() svg_bytes = pio.to_image(fig, format="svg") width, height = parse_svg_dimensions(svg_bytes) - assert width == pio.defaults.default_width, ( - "Default width should be used when no layout or argument" - ) - assert height == pio.defaults.default_height, ( - "Default height should be used when no layout or argument" - ) + assert ( + width == pio.defaults.default_width + ), "Default width should be used when no layout or argument" + assert ( + height == pio.defaults.default_height + ), "Default height should be used when no layout or argument" From 5495c843f4ff0137476f3c314bc36d125904b98f Mon Sep 17 00:00:00 2001 From: AJSTYLE-lab Date: Fri, 16 Jan 2026 02:10:01 +0500 Subject: [PATCH 2/2] CHORE: fix ruff lint issues in _violin.py --- plotly/figure_factory/_violin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/figure_factory/_violin.py b/plotly/figure_factory/_violin.py index 818452de4c9..e25058871d2 100644 --- a/plotly/figure_factory/_violin.py +++ b/plotly/figure_factory/_violin.py @@ -29,9 +29,9 @@ def calc_stats(data): x = np.asarray(data, float) vals_min = np.min(x) vals_max = np.max(x) - q2 = np.percentile(x, 50) q1 = np.percentile(x, 25) q3 = np.percentile(x, 75) + q2 = np.percentile(x, 50) iqr = q3 - q1 whisker_dist = 1.5 * iqr