plotly 6.5.2__tar.gz → 6.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {plotly-6.5.2/plotly.egg-info → plotly-6.6.0}/PKG-INFO +1 -1
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_figure.py +27 -4
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_figurewidget.py +27 -4
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_legend.py +87 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_shape.py +108 -14
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_label.py +21 -18
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_label.py +21 -18
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_line.py +64 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_base_renderers.py +2 -2
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_html.py +4 -4
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_kaleido.py +1 -1
- {plotly-6.5.2 → plotly-6.6.0}/plotly/labextension/package.json +2 -2
- plotly-6.6.0/plotly/labextension/static/340.330950829c5d59eca692.js +2 -0
- plotly-6.5.2/plotly/labextension/static/remoteEntry.a1fdd5414cdd3506ffce.js → plotly-6.6.0/plotly/labextension/static/remoteEntry.bbf25df5110252151416.js +1 -1
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/renderer.py +0 -8
- {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/_plotlyjs_version.py +1 -1
- {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/offline.py +4 -4
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/plotly.min.js +123 -123
- plotly-6.6.0/plotly/package_data/widgetbundle.js +3909 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/tools.py +0 -8
- {plotly-6.5.2 → plotly-6.6.0}/plotly/validators/_validators.json +194 -0
- {plotly-6.5.2 → plotly-6.6.0/plotly.egg-info}/PKG-INFO +1 -1
- {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/SOURCES.txt +2 -2
- {plotly-6.5.2 → plotly-6.6.0}/pyproject.toml +1 -1
- plotly-6.5.2/plotly/labextension/static/340.b079a9b51d0cddaf4ab3.js +0 -2
- plotly-6.5.2/plotly/package_data/widgetbundle.js +0 -3909
- {plotly-6.5.2 → plotly-6.6.0}/LICENSE.txt +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/MANIFEST.in +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/README.md +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/basevalidators.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/_swatches.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/carto.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/cmocean.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/colorbrewer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/cyclical.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/diverging.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/plotlyjs.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/qualitative.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/sequential.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/data_utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/exceptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/files.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/importers.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/optional_imports.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/png.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/js/install.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/_subplots.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/animation.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/api/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/basedatatypes.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/basewidget.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/callbacks.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/colors/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/conftest.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/data/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/exceptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_chart_types.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_core.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_doc.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_imshow.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_special_inputs.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/colors/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/data/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/imshow_utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/express/trendline_functions/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_2d_density.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_annotated_heatmap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_bullet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_candlestick.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_county_choropleth.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_dendrogram.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_distplot.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_facet_grid.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_gantt.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_hexbin_map.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_ohlc.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_quiver.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_scatterplot.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_streamline.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_table.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_ternary_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_trisurf.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_violin.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/files.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objects/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_bar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_barpolar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_box.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_candlestick.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_carpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choropleth.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choroplethmap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choroplethmapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_cone.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_contourcarpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_densitymap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_densitymapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_deprecations.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_frame.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_funnel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_funnelarea.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_heatmap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram2d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram2dcontour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_icicle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_image.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_indicator.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_isosurface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_layout.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_mesh3d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_ohlc.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_parcats.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_parcoords.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_pie.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_sankey.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatter.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatter3d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattercarpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattergeo.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattergl.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattermap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattermapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterpolar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterpolargl.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattersmith.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterternary.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_splom.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_streamtube.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_sunburst.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_surface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_table.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_treemap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_violin.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_volume.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_waterfall.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_error_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_error_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_decreasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_increasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/decreasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/decreasing/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/increasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/increasing/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_aaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_baxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_contours.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/contours/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/contours/_labelfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_contours.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/contours/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/contours/_labelfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_connector.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/connector/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/connector/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/graph_objs.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_cumulative.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_error_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_error_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_xbins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_ybins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_xbins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_ybins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_contours.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_xbins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_ybins.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/contours/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_leaf.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_pathbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_root.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_tiling.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/pathbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/pathbar/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_delta.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_gauge.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_number.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_decreasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_increasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_axis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_bar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_step.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_threshold.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/bar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/bar/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/step/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/step/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/threshold/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/threshold/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/number/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/number/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_caps.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_slices.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_spaceframe.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_surface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_activeselection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_activeshape.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_annotation.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_coloraxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_colorscale.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_geo.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_grid.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_image.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_map.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_mapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_margin.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_modebar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_newselection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_newshape.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_polar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_scene.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_selection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_slider.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_smith.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_template.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_ternary.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_transition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_uniformtext.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_updatemenu.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_xaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_yaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_center.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_lataxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_lonaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_projection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/projection/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/projection/_rotation.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/grid/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/grid/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_grouptitlefont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_bounds.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_center.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_layer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_circle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_fill.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_symbol.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/symbol/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/symbol/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_bounds.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_center.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_layer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_circle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_fill.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_symbol.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/symbol/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newselection/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newselection/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/label/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/label/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_angularaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_radialaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_annotation.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_aspectratio.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_camera.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_xaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_yaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_zaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_center.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_eye.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_projection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_up.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/selection/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/selection/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/label/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/label/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_currentvalue.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_pad.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_step.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_transition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/currentvalue/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/currentvalue/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_imaginaryaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_realaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/imaginaryaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/realaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/realaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/_data.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/_layout.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_bar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_barpolar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_box.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_candlestick.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_carpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choropleth.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choroplethmap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choroplethmapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_cone.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_contourcarpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_densitymap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_densitymapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_funnel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_funnelarea.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_heatmap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram2d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram2dcontour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_icicle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_image.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_indicator.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_isosurface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_mesh3d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_ohlc.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_parcats.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_parcoords.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_pie.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_sankey.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatter.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatter3d.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattercarpet.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattergeo.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattergl.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattermap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattermapbox.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterpolar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterpolargl.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattersmith.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterternary.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_splom.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_streamtube.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_sunburst.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_surface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_table.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_treemap.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_violin.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_volume.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_waterfall.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_aaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_baxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_caxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_pad.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_subtitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/subtitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/subtitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_button.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_pad.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_minor.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangebreak.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangeselector.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangeslider.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/_button.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeslider/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_autorangeoptions.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_minor.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_rangebreak.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_decreasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_increasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/decreasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/decreasing/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/increasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/increasing/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_dimension.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_labelfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_dimension.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_labelfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_rangefont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/unselected/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_link.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_node.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_colorscale.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_error_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_error_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_fillgradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_fillpattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_projection.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_error_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_error_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_cluster.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_cluster.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_gradient.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_diagonal.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_dimension.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/dimension/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/dimension/_axis.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_starts.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_leaf.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_root.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_contours.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/x/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/x/_project.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/y/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/y/_project.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/z/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/z/_project.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_cells.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_header.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_fill.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_fill.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_domain.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_pathbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_root.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_tiling.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_pad.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_pattern.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/pathbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/pathbar/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_box.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_meanline.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_selected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_unselected.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/box/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/box/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/selected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/selected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/unselected/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/unselected/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_caps.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_colorbar.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_contour.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_lighting.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_lightposition.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_slices.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_spaceframe.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_surface.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_tickfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_tickformatstop.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_title.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/title/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/title/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_x.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_y.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_z.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_connector.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_decreasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_hoverlabel.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_increasing.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_insidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_legendgrouptitle.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_outsidetextfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_stream.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_textfont.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_totals.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/connector/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/connector/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/hoverlabel/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/hoverlabel/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/legendgrouptitle/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/legendgrouptitle/_font.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/_marker.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/marker/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/marker/_line.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_defaults.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_json.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_orca.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_renderers.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_sg_scraper.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_templates.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/base_renderers.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/json.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/kaleido.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/io/orca.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/labextension/static/style.js +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/exporter.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/base.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/fake_renderer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/vega_renderer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/vincent_renderer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/test_basic.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/test_utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tools.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mpltools.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/tests/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/tests/test_renderer.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/missing_anywidget.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/__init__.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/optional_imports.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/carshare.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/election.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/election.geojson.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/experiment.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/gapminder.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/iris.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/medals.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/stocks.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/tips.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/wind.csv.gz +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/ggplot2.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/gridon.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly_dark.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly_white.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/presentation.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/seaborn.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/simple_white.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/xgridoff.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/ygridoff.json +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/serializers.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/shapeannotation.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/subplots.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/utils.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly/validator_cache.py +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/dependency_links.txt +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/entry_points.txt +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/requires.txt +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/top_level.txt +0 -0
- {plotly-6.5.2 → plotly-6.6.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotly
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.6.0
|
|
4
4
|
Summary: An open-source interactive data visualization library for Python
|
|
5
5
|
Author-email: Chris P <chris@plot.ly>
|
|
6
6
|
Maintainer-email: Martha Cryan <martha.cryan@plot.ly>, Emily Kellison-Linn <emily@plot.ly>
|
|
@@ -25072,6 +25072,7 @@ class Figure(BaseFigure):
|
|
|
25072
25072
|
x1shift=None,
|
|
25073
25073
|
xanchor=None,
|
|
25074
25074
|
xref=None,
|
|
25075
|
+
xrefsrc=None,
|
|
25075
25076
|
xsizemode=None,
|
|
25076
25077
|
y0=None,
|
|
25077
25078
|
y0shift=None,
|
|
@@ -25079,6 +25080,7 @@ class Figure(BaseFigure):
|
|
|
25079
25080
|
y1shift=None,
|
|
25080
25081
|
yanchor=None,
|
|
25081
25082
|
yref=None,
|
|
25083
|
+
yrefsrc=None,
|
|
25082
25084
|
ysizemode=None,
|
|
25083
25085
|
row=None,
|
|
25084
25086
|
col=None,
|
|
@@ -25243,7 +25245,15 @@ class Figure(BaseFigure):
|
|
|
25243
25245
|
domain of that axis: e.g., *x2 domain* refers to the
|
|
25244
25246
|
domain of the second x axis and a x position of 0.5
|
|
25245
25247
|
refers to the point between the left and the right of
|
|
25246
|
-
the domain of the second x axis.
|
|
25248
|
+
the domain of the second x axis. If an array of axis
|
|
25249
|
+
IDs is provided, each `x` value will refer to the
|
|
25250
|
+
corresponding axis, e.g., ['x', 'x2'] for a rectangle,
|
|
25251
|
+
line, or circle means `x0` uses the `x` axis and `x1`
|
|
25252
|
+
uses the `x2` axis. Path shapes using an array should
|
|
25253
|
+
have one entry for each x coordinate in the string.
|
|
25254
|
+
xrefsrc
|
|
25255
|
+
Sets the source reference on Chart Studio Cloud for
|
|
25256
|
+
`xref`.
|
|
25247
25257
|
xsizemode
|
|
25248
25258
|
Sets the shapes's sizing mode along the x axis. If set
|
|
25249
25259
|
to "scaled", `x0`, `x1` and x coordinates within `path`
|
|
@@ -25253,7 +25263,9 @@ class Figure(BaseFigure):
|
|
|
25253
25263
|
data or plot fraction but `x0`, `x1` and x coordinates
|
|
25254
25264
|
within `path` are pixels relative to `xanchor`. This
|
|
25255
25265
|
way, the shape can have a fixed width while maintaining
|
|
25256
|
-
a position relative to data or plot fraction.
|
|
25266
|
+
a position relative to data or plot fraction. Note:
|
|
25267
|
+
`xsizemode` "pixel" is not supported when `xref` is an
|
|
25268
|
+
array.
|
|
25257
25269
|
y0
|
|
25258
25270
|
Sets the shape's starting y position. See `type` and
|
|
25259
25271
|
`ysizemode` for more info.
|
|
@@ -25290,7 +25302,15 @@ class Figure(BaseFigure):
|
|
|
25290
25302
|
domain of that axis: e.g., *y2 domain* refers to the
|
|
25291
25303
|
domain of the second y axis and a y position of 0.5
|
|
25292
25304
|
refers to the point between the bottom and the top of
|
|
25293
|
-
the domain of the second y axis.
|
|
25305
|
+
the domain of the second y axis. If an array of axis
|
|
25306
|
+
IDs is provided, each `y` value will refer to the
|
|
25307
|
+
corresponding axis, e.g., ['y', 'y2'] for a rectangle,
|
|
25308
|
+
line, or circle means `y0` uses the `y` axis and `y1`
|
|
25309
|
+
uses the `y2` axis. Path shapes using an array should
|
|
25310
|
+
have one entry for each y coordinate in the string.
|
|
25311
|
+
yrefsrc
|
|
25312
|
+
Sets the source reference on Chart Studio Cloud for
|
|
25313
|
+
`yref`.
|
|
25294
25314
|
ysizemode
|
|
25295
25315
|
Sets the shapes's sizing mode along the y axis. If set
|
|
25296
25316
|
to "scaled", `y0`, `y1` and y coordinates within `path`
|
|
@@ -25301,7 +25321,8 @@ class Figure(BaseFigure):
|
|
|
25301
25321
|
within `path` are pixels relative to `yanchor`. This
|
|
25302
25322
|
way, the shape can have a fixed height while
|
|
25303
25323
|
maintaining a position relative to data or plot
|
|
25304
|
-
fraction.
|
|
25324
|
+
fraction. Note: `ysizemode` "pixel" is not supported
|
|
25325
|
+
when `yref` is an array.
|
|
25305
25326
|
row
|
|
25306
25327
|
Subplot row for shape. If 'all', addresses all rows in
|
|
25307
25328
|
the specified column(s).
|
|
@@ -25346,6 +25367,7 @@ class Figure(BaseFigure):
|
|
|
25346
25367
|
x1shift=x1shift,
|
|
25347
25368
|
xanchor=xanchor,
|
|
25348
25369
|
xref=xref,
|
|
25370
|
+
xrefsrc=xrefsrc,
|
|
25349
25371
|
xsizemode=xsizemode,
|
|
25350
25372
|
y0=y0,
|
|
25351
25373
|
y0shift=y0shift,
|
|
@@ -25353,6 +25375,7 @@ class Figure(BaseFigure):
|
|
|
25353
25375
|
y1shift=y1shift,
|
|
25354
25376
|
yanchor=yanchor,
|
|
25355
25377
|
yref=yref,
|
|
25378
|
+
yrefsrc=yrefsrc,
|
|
25356
25379
|
ysizemode=ysizemode,
|
|
25357
25380
|
**kwargs,
|
|
25358
25381
|
)
|
|
@@ -25076,6 +25076,7 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25076
25076
|
x1shift=None,
|
|
25077
25077
|
xanchor=None,
|
|
25078
25078
|
xref=None,
|
|
25079
|
+
xrefsrc=None,
|
|
25079
25080
|
xsizemode=None,
|
|
25080
25081
|
y0=None,
|
|
25081
25082
|
y0shift=None,
|
|
@@ -25083,6 +25084,7 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25083
25084
|
y1shift=None,
|
|
25084
25085
|
yanchor=None,
|
|
25085
25086
|
yref=None,
|
|
25087
|
+
yrefsrc=None,
|
|
25086
25088
|
ysizemode=None,
|
|
25087
25089
|
row=None,
|
|
25088
25090
|
col=None,
|
|
@@ -25247,7 +25249,15 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25247
25249
|
domain of that axis: e.g., *x2 domain* refers to the
|
|
25248
25250
|
domain of the second x axis and a x position of 0.5
|
|
25249
25251
|
refers to the point between the left and the right of
|
|
25250
|
-
the domain of the second x axis.
|
|
25252
|
+
the domain of the second x axis. If an array of axis
|
|
25253
|
+
IDs is provided, each `x` value will refer to the
|
|
25254
|
+
corresponding axis, e.g., ['x', 'x2'] for a rectangle,
|
|
25255
|
+
line, or circle means `x0` uses the `x` axis and `x1`
|
|
25256
|
+
uses the `x2` axis. Path shapes using an array should
|
|
25257
|
+
have one entry for each x coordinate in the string.
|
|
25258
|
+
xrefsrc
|
|
25259
|
+
Sets the source reference on Chart Studio Cloud for
|
|
25260
|
+
`xref`.
|
|
25251
25261
|
xsizemode
|
|
25252
25262
|
Sets the shapes's sizing mode along the x axis. If set
|
|
25253
25263
|
to "scaled", `x0`, `x1` and x coordinates within `path`
|
|
@@ -25257,7 +25267,9 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25257
25267
|
data or plot fraction but `x0`, `x1` and x coordinates
|
|
25258
25268
|
within `path` are pixels relative to `xanchor`. This
|
|
25259
25269
|
way, the shape can have a fixed width while maintaining
|
|
25260
|
-
a position relative to data or plot fraction.
|
|
25270
|
+
a position relative to data or plot fraction. Note:
|
|
25271
|
+
`xsizemode` "pixel" is not supported when `xref` is an
|
|
25272
|
+
array.
|
|
25261
25273
|
y0
|
|
25262
25274
|
Sets the shape's starting y position. See `type` and
|
|
25263
25275
|
`ysizemode` for more info.
|
|
@@ -25294,7 +25306,15 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25294
25306
|
domain of that axis: e.g., *y2 domain* refers to the
|
|
25295
25307
|
domain of the second y axis and a y position of 0.5
|
|
25296
25308
|
refers to the point between the bottom and the top of
|
|
25297
|
-
the domain of the second y axis.
|
|
25309
|
+
the domain of the second y axis. If an array of axis
|
|
25310
|
+
IDs is provided, each `y` value will refer to the
|
|
25311
|
+
corresponding axis, e.g., ['y', 'y2'] for a rectangle,
|
|
25312
|
+
line, or circle means `y0` uses the `y` axis and `y1`
|
|
25313
|
+
uses the `y2` axis. Path shapes using an array should
|
|
25314
|
+
have one entry for each y coordinate in the string.
|
|
25315
|
+
yrefsrc
|
|
25316
|
+
Sets the source reference on Chart Studio Cloud for
|
|
25317
|
+
`yref`.
|
|
25298
25318
|
ysizemode
|
|
25299
25319
|
Sets the shapes's sizing mode along the y axis. If set
|
|
25300
25320
|
to "scaled", `y0`, `y1` and y coordinates within `path`
|
|
@@ -25305,7 +25325,8 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25305
25325
|
within `path` are pixels relative to `yanchor`. This
|
|
25306
25326
|
way, the shape can have a fixed height while
|
|
25307
25327
|
maintaining a position relative to data or plot
|
|
25308
|
-
fraction.
|
|
25328
|
+
fraction. Note: `ysizemode` "pixel" is not supported
|
|
25329
|
+
when `yref` is an array.
|
|
25309
25330
|
row
|
|
25310
25331
|
Subplot row for shape. If 'all', addresses all rows in
|
|
25311
25332
|
the specified column(s).
|
|
@@ -25350,6 +25371,7 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25350
25371
|
x1shift=x1shift,
|
|
25351
25372
|
xanchor=xanchor,
|
|
25352
25373
|
xref=xref,
|
|
25374
|
+
xrefsrc=xrefsrc,
|
|
25353
25375
|
xsizemode=xsizemode,
|
|
25354
25376
|
y0=y0,
|
|
25355
25377
|
y0shift=y0shift,
|
|
@@ -25357,6 +25379,7 @@ class FigureWidget(BaseFigureWidget):
|
|
|
25357
25379
|
y1shift=y1shift,
|
|
25358
25380
|
yanchor=yanchor,
|
|
25359
25381
|
yref=yref,
|
|
25382
|
+
yrefsrc=yrefsrc,
|
|
25360
25383
|
ysizemode=ysizemode,
|
|
25361
25384
|
**kwargs,
|
|
25362
25385
|
)
|
|
@@ -25,6 +25,8 @@ class Legend(_BaseLayoutHierarchyType):
|
|
|
25
25
|
"maxheight",
|
|
26
26
|
"orientation",
|
|
27
27
|
"title",
|
|
28
|
+
"titleclick",
|
|
29
|
+
"titledoubleclick",
|
|
28
30
|
"tracegroupgap",
|
|
29
31
|
"traceorder",
|
|
30
32
|
"uirevision",
|
|
@@ -373,6 +375,55 @@ class Legend(_BaseLayoutHierarchyType):
|
|
|
373
375
|
def title(self, val):
|
|
374
376
|
self["title"] = val
|
|
375
377
|
|
|
378
|
+
@property
|
|
379
|
+
def titleclick(self):
|
|
380
|
+
"""
|
|
381
|
+
Determines the behavior on legend title click. "toggle" toggles
|
|
382
|
+
the visibility of all items in the legend. "toggleothers"
|
|
383
|
+
toggles the visibility of all other legends. False disables
|
|
384
|
+
legend title click interactions. Defaults to "toggle" when
|
|
385
|
+
there are multiple legends, False otherwise. Not supported for
|
|
386
|
+
legends containing pie and pie-like traces.
|
|
387
|
+
|
|
388
|
+
The 'titleclick' property is an enumeration that may be specified as:
|
|
389
|
+
- One of the following enumeration values:
|
|
390
|
+
['toggle', 'toggleothers', False]
|
|
391
|
+
|
|
392
|
+
Returns
|
|
393
|
+
-------
|
|
394
|
+
Any
|
|
395
|
+
"""
|
|
396
|
+
return self["titleclick"]
|
|
397
|
+
|
|
398
|
+
@titleclick.setter
|
|
399
|
+
def titleclick(self, val):
|
|
400
|
+
self["titleclick"] = val
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
def titledoubleclick(self):
|
|
404
|
+
"""
|
|
405
|
+
Determines the behavior on legend title double-click. "toggle"
|
|
406
|
+
toggles the visibility of all items in the legend.
|
|
407
|
+
"toggleothers" toggles the visibility of all other legends.
|
|
408
|
+
False disables legend title double-click interactions. Defaults
|
|
409
|
+
to "toggleothers" when there are multiple legends, False
|
|
410
|
+
otherwise. Not supported for legends containing pie and pie-
|
|
411
|
+
like traces.
|
|
412
|
+
|
|
413
|
+
The 'titledoubleclick' property is an enumeration that may be specified as:
|
|
414
|
+
- One of the following enumeration values:
|
|
415
|
+
['toggle', 'toggleothers', False]
|
|
416
|
+
|
|
417
|
+
Returns
|
|
418
|
+
-------
|
|
419
|
+
Any
|
|
420
|
+
"""
|
|
421
|
+
return self["titledoubleclick"]
|
|
422
|
+
|
|
423
|
+
@titledoubleclick.setter
|
|
424
|
+
def titledoubleclick(self, val):
|
|
425
|
+
self["titledoubleclick"] = val
|
|
426
|
+
|
|
376
427
|
@property
|
|
377
428
|
def tracegroupgap(self):
|
|
378
429
|
"""
|
|
@@ -680,6 +731,22 @@ class Legend(_BaseLayoutHierarchyType):
|
|
|
680
731
|
title
|
|
681
732
|
:class:`plotly.graph_objects.layout.legend.Title`
|
|
682
733
|
instance or dict with compatible properties
|
|
734
|
+
titleclick
|
|
735
|
+
Determines the behavior on legend title click. "toggle"
|
|
736
|
+
toggles the visibility of all items in the legend.
|
|
737
|
+
"toggleothers" toggles the visibility of all other
|
|
738
|
+
legends. False disables legend title click
|
|
739
|
+
interactions. Defaults to "toggle" when there are
|
|
740
|
+
multiple legends, False otherwise. Not supported for
|
|
741
|
+
legends containing pie and pie-like traces.
|
|
742
|
+
titledoubleclick
|
|
743
|
+
Determines the behavior on legend title double-click.
|
|
744
|
+
"toggle" toggles the visibility of all items in the
|
|
745
|
+
legend. "toggleothers" toggles the visibility of all
|
|
746
|
+
other legends. False disables legend title double-click
|
|
747
|
+
interactions. Defaults to "toggleothers" when there are
|
|
748
|
+
multiple legends, False otherwise. Not supported for
|
|
749
|
+
legends containing pie and pie-like traces.
|
|
683
750
|
tracegroupgap
|
|
684
751
|
Sets the amount of vertical space (in px) between
|
|
685
752
|
legend groups.
|
|
@@ -765,6 +832,8 @@ class Legend(_BaseLayoutHierarchyType):
|
|
|
765
832
|
maxheight=None,
|
|
766
833
|
orientation=None,
|
|
767
834
|
title=None,
|
|
835
|
+
titleclick=None,
|
|
836
|
+
titledoubleclick=None,
|
|
768
837
|
tracegroupgap=None,
|
|
769
838
|
traceorder=None,
|
|
770
839
|
uirevision=None,
|
|
@@ -849,6 +918,22 @@ class Legend(_BaseLayoutHierarchyType):
|
|
|
849
918
|
title
|
|
850
919
|
:class:`plotly.graph_objects.layout.legend.Title`
|
|
851
920
|
instance or dict with compatible properties
|
|
921
|
+
titleclick
|
|
922
|
+
Determines the behavior on legend title click. "toggle"
|
|
923
|
+
toggles the visibility of all items in the legend.
|
|
924
|
+
"toggleothers" toggles the visibility of all other
|
|
925
|
+
legends. False disables legend title click
|
|
926
|
+
interactions. Defaults to "toggle" when there are
|
|
927
|
+
multiple legends, False otherwise. Not supported for
|
|
928
|
+
legends containing pie and pie-like traces.
|
|
929
|
+
titledoubleclick
|
|
930
|
+
Determines the behavior on legend title double-click.
|
|
931
|
+
"toggle" toggles the visibility of all items in the
|
|
932
|
+
legend. "toggleothers" toggles the visibility of all
|
|
933
|
+
other legends. False disables legend title double-click
|
|
934
|
+
interactions. Defaults to "toggleothers" when there are
|
|
935
|
+
multiple legends, False otherwise. Not supported for
|
|
936
|
+
legends containing pie and pie-like traces.
|
|
852
937
|
tracegroupgap
|
|
853
938
|
Sets the amount of vertical space (in px) between
|
|
854
939
|
legend groups.
|
|
@@ -954,6 +1039,8 @@ an instance of :class:`plotly.graph_objs.layout.Legend`""")
|
|
|
954
1039
|
self._set_property("maxheight", arg, maxheight)
|
|
955
1040
|
self._set_property("orientation", arg, orientation)
|
|
956
1041
|
self._set_property("title", arg, title)
|
|
1042
|
+
self._set_property("titleclick", arg, titleclick)
|
|
1043
|
+
self._set_property("titledoubleclick", arg, titledoubleclick)
|
|
957
1044
|
self._set_property("tracegroupgap", arg, tracegroupgap)
|
|
958
1045
|
self._set_property("traceorder", arg, traceorder)
|
|
959
1046
|
self._set_property("uirevision", arg, uirevision)
|
|
@@ -33,6 +33,7 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
33
33
|
"x1shift",
|
|
34
34
|
"xanchor",
|
|
35
35
|
"xref",
|
|
36
|
+
"xrefsrc",
|
|
36
37
|
"xsizemode",
|
|
37
38
|
"y0",
|
|
38
39
|
"y0shift",
|
|
@@ -40,6 +41,7 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
40
41
|
"y1shift",
|
|
41
42
|
"yanchor",
|
|
42
43
|
"yref",
|
|
44
|
+
"yrefsrc",
|
|
43
45
|
"ysizemode",
|
|
44
46
|
}
|
|
45
47
|
|
|
@@ -558,17 +560,23 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
558
560
|
domain length from the left of the domain of that axis: e.g.,
|
|
559
561
|
*x2 domain* refers to the domain of the second x axis and a x
|
|
560
562
|
position of 0.5 refers to the point between the left and the
|
|
561
|
-
right of the domain of the second x axis.
|
|
563
|
+
right of the domain of the second x axis. If an array of axis
|
|
564
|
+
IDs is provided, each `x` value will refer to the corresponding
|
|
565
|
+
axis, e.g., ['x', 'x2'] for a rectangle, line, or circle means
|
|
566
|
+
`x0` uses the `x` axis and `x1` uses the `x2` axis. Path shapes
|
|
567
|
+
using an array should have one entry for each x coordinate in
|
|
568
|
+
the string.
|
|
562
569
|
|
|
563
570
|
The 'xref' property is an enumeration that may be specified as:
|
|
564
571
|
- One of the following enumeration values:
|
|
565
572
|
['paper']
|
|
566
573
|
- A string that matches one of the following regular expressions:
|
|
567
574
|
['^x([2-9]|[1-9][0-9]+)?( domain)?$']
|
|
575
|
+
- A tuple, list, or one-dimensional numpy array of the above
|
|
568
576
|
|
|
569
577
|
Returns
|
|
570
578
|
-------
|
|
571
|
-
Any
|
|
579
|
+
Any|numpy.ndarray
|
|
572
580
|
"""
|
|
573
581
|
return self["xref"]
|
|
574
582
|
|
|
@@ -576,6 +584,24 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
576
584
|
def xref(self, val):
|
|
577
585
|
self["xref"] = val
|
|
578
586
|
|
|
587
|
+
@property
|
|
588
|
+
def xrefsrc(self):
|
|
589
|
+
"""
|
|
590
|
+
Sets the source reference on Chart Studio Cloud for `xref`.
|
|
591
|
+
|
|
592
|
+
The 'xrefsrc' property must be specified as a string or
|
|
593
|
+
as a plotly.grid_objs.Column object
|
|
594
|
+
|
|
595
|
+
Returns
|
|
596
|
+
-------
|
|
597
|
+
str
|
|
598
|
+
"""
|
|
599
|
+
return self["xrefsrc"]
|
|
600
|
+
|
|
601
|
+
@xrefsrc.setter
|
|
602
|
+
def xrefsrc(self, val):
|
|
603
|
+
self["xrefsrc"] = val
|
|
604
|
+
|
|
579
605
|
@property
|
|
580
606
|
def xsizemode(self):
|
|
581
607
|
"""
|
|
@@ -586,7 +612,8 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
586
612
|
specifies the x position in terms of data or plot fraction but
|
|
587
613
|
`x0`, `x1` and x coordinates within `path` are pixels relative
|
|
588
614
|
to `xanchor`. This way, the shape can have a fixed width while
|
|
589
|
-
maintaining a position relative to data or plot fraction.
|
|
615
|
+
maintaining a position relative to data or plot fraction. Note:
|
|
616
|
+
`xsizemode` "pixel" is not supported when `xref` is an array.
|
|
590
617
|
|
|
591
618
|
The 'xsizemode' property is an enumeration that may be specified as:
|
|
592
619
|
- One of the following enumeration values:
|
|
@@ -714,17 +741,23 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
714
741
|
fractions of the domain length from the bottom of the domain of
|
|
715
742
|
that axis: e.g., *y2 domain* refers to the domain of the second
|
|
716
743
|
y axis and a y position of 0.5 refers to the point between the
|
|
717
|
-
bottom and the top of the domain of the second y axis.
|
|
744
|
+
bottom and the top of the domain of the second y axis. If an
|
|
745
|
+
array of axis IDs is provided, each `y` value will refer to the
|
|
746
|
+
corresponding axis, e.g., ['y', 'y2'] for a rectangle, line, or
|
|
747
|
+
circle means `y0` uses the `y` axis and `y1` uses the `y2`
|
|
748
|
+
axis. Path shapes using an array should have one entry for each
|
|
749
|
+
y coordinate in the string.
|
|
718
750
|
|
|
719
751
|
The 'yref' property is an enumeration that may be specified as:
|
|
720
752
|
- One of the following enumeration values:
|
|
721
753
|
['paper']
|
|
722
754
|
- A string that matches one of the following regular expressions:
|
|
723
755
|
['^y([2-9]|[1-9][0-9]+)?( domain)?$']
|
|
756
|
+
- A tuple, list, or one-dimensional numpy array of the above
|
|
724
757
|
|
|
725
758
|
Returns
|
|
726
759
|
-------
|
|
727
|
-
Any
|
|
760
|
+
Any|numpy.ndarray
|
|
728
761
|
"""
|
|
729
762
|
return self["yref"]
|
|
730
763
|
|
|
@@ -732,6 +765,24 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
732
765
|
def yref(self, val):
|
|
733
766
|
self["yref"] = val
|
|
734
767
|
|
|
768
|
+
@property
|
|
769
|
+
def yrefsrc(self):
|
|
770
|
+
"""
|
|
771
|
+
Sets the source reference on Chart Studio Cloud for `yref`.
|
|
772
|
+
|
|
773
|
+
The 'yrefsrc' property must be specified as a string or
|
|
774
|
+
as a plotly.grid_objs.Column object
|
|
775
|
+
|
|
776
|
+
Returns
|
|
777
|
+
-------
|
|
778
|
+
str
|
|
779
|
+
"""
|
|
780
|
+
return self["yrefsrc"]
|
|
781
|
+
|
|
782
|
+
@yrefsrc.setter
|
|
783
|
+
def yrefsrc(self, val):
|
|
784
|
+
self["yrefsrc"] = val
|
|
785
|
+
|
|
735
786
|
@property
|
|
736
787
|
def ysizemode(self):
|
|
737
788
|
"""
|
|
@@ -742,7 +793,8 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
742
793
|
specifies the y position in terms of data or plot fraction but
|
|
743
794
|
`y0`, `y1` and y coordinates within `path` are pixels relative
|
|
744
795
|
to `yanchor`. This way, the shape can have a fixed height while
|
|
745
|
-
maintaining a position relative to data or plot fraction.
|
|
796
|
+
maintaining a position relative to data or plot fraction. Note:
|
|
797
|
+
`ysizemode` "pixel" is not supported when `yref` is an array.
|
|
746
798
|
|
|
747
799
|
The 'ysizemode' property is an enumeration that may be specified as:
|
|
748
800
|
- One of the following enumeration values:
|
|
@@ -911,7 +963,15 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
911
963
|
domain of that axis: e.g., *x2 domain* refers to the
|
|
912
964
|
domain of the second x axis and a x position of 0.5
|
|
913
965
|
refers to the point between the left and the right of
|
|
914
|
-
the domain of the second x axis.
|
|
966
|
+
the domain of the second x axis. If an array of axis
|
|
967
|
+
IDs is provided, each `x` value will refer to the
|
|
968
|
+
corresponding axis, e.g., ['x', 'x2'] for a rectangle,
|
|
969
|
+
line, or circle means `x0` uses the `x` axis and `x1`
|
|
970
|
+
uses the `x2` axis. Path shapes using an array should
|
|
971
|
+
have one entry for each x coordinate in the string.
|
|
972
|
+
xrefsrc
|
|
973
|
+
Sets the source reference on Chart Studio Cloud for
|
|
974
|
+
`xref`.
|
|
915
975
|
xsizemode
|
|
916
976
|
Sets the shapes's sizing mode along the x axis. If set
|
|
917
977
|
to "scaled", `x0`, `x1` and x coordinates within `path`
|
|
@@ -921,7 +981,9 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
921
981
|
data or plot fraction but `x0`, `x1` and x coordinates
|
|
922
982
|
within `path` are pixels relative to `xanchor`. This
|
|
923
983
|
way, the shape can have a fixed width while maintaining
|
|
924
|
-
a position relative to data or plot fraction.
|
|
984
|
+
a position relative to data or plot fraction. Note:
|
|
985
|
+
`xsizemode` "pixel" is not supported when `xref` is an
|
|
986
|
+
array.
|
|
925
987
|
y0
|
|
926
988
|
Sets the shape's starting y position. See `type` and
|
|
927
989
|
`ysizemode` for more info.
|
|
@@ -958,7 +1020,15 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
958
1020
|
domain of that axis: e.g., *y2 domain* refers to the
|
|
959
1021
|
domain of the second y axis and a y position of 0.5
|
|
960
1022
|
refers to the point between the bottom and the top of
|
|
961
|
-
the domain of the second y axis.
|
|
1023
|
+
the domain of the second y axis. If an array of axis
|
|
1024
|
+
IDs is provided, each `y` value will refer to the
|
|
1025
|
+
corresponding axis, e.g., ['y', 'y2'] for a rectangle,
|
|
1026
|
+
line, or circle means `y0` uses the `y` axis and `y1`
|
|
1027
|
+
uses the `y2` axis. Path shapes using an array should
|
|
1028
|
+
have one entry for each y coordinate in the string.
|
|
1029
|
+
yrefsrc
|
|
1030
|
+
Sets the source reference on Chart Studio Cloud for
|
|
1031
|
+
`yref`.
|
|
962
1032
|
ysizemode
|
|
963
1033
|
Sets the shapes's sizing mode along the y axis. If set
|
|
964
1034
|
to "scaled", `y0`, `y1` and y coordinates within `path`
|
|
@@ -969,7 +1039,8 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
969
1039
|
within `path` are pixels relative to `yanchor`. This
|
|
970
1040
|
way, the shape can have a fixed height while
|
|
971
1041
|
maintaining a position relative to data or plot
|
|
972
|
-
fraction.
|
|
1042
|
+
fraction. Note: `ysizemode` "pixel" is not supported
|
|
1043
|
+
when `yref` is an array.
|
|
973
1044
|
"""
|
|
974
1045
|
|
|
975
1046
|
def __init__(
|
|
@@ -999,6 +1070,7 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
999
1070
|
x1shift=None,
|
|
1000
1071
|
xanchor=None,
|
|
1001
1072
|
xref=None,
|
|
1073
|
+
xrefsrc=None,
|
|
1002
1074
|
xsizemode=None,
|
|
1003
1075
|
y0=None,
|
|
1004
1076
|
y0shift=None,
|
|
@@ -1006,6 +1078,7 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
1006
1078
|
y1shift=None,
|
|
1007
1079
|
yanchor=None,
|
|
1008
1080
|
yref=None,
|
|
1081
|
+
yrefsrc=None,
|
|
1009
1082
|
ysizemode=None,
|
|
1010
1083
|
**kwargs,
|
|
1011
1084
|
):
|
|
@@ -1167,7 +1240,15 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
1167
1240
|
domain of that axis: e.g., *x2 domain* refers to the
|
|
1168
1241
|
domain of the second x axis and a x position of 0.5
|
|
1169
1242
|
refers to the point between the left and the right of
|
|
1170
|
-
the domain of the second x axis.
|
|
1243
|
+
the domain of the second x axis. If an array of axis
|
|
1244
|
+
IDs is provided, each `x` value will refer to the
|
|
1245
|
+
corresponding axis, e.g., ['x', 'x2'] for a rectangle,
|
|
1246
|
+
line, or circle means `x0` uses the `x` axis and `x1`
|
|
1247
|
+
uses the `x2` axis. Path shapes using an array should
|
|
1248
|
+
have one entry for each x coordinate in the string.
|
|
1249
|
+
xrefsrc
|
|
1250
|
+
Sets the source reference on Chart Studio Cloud for
|
|
1251
|
+
`xref`.
|
|
1171
1252
|
xsizemode
|
|
1172
1253
|
Sets the shapes's sizing mode along the x axis. If set
|
|
1173
1254
|
to "scaled", `x0`, `x1` and x coordinates within `path`
|
|
@@ -1177,7 +1258,9 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
1177
1258
|
data or plot fraction but `x0`, `x1` and x coordinates
|
|
1178
1259
|
within `path` are pixels relative to `xanchor`. This
|
|
1179
1260
|
way, the shape can have a fixed width while maintaining
|
|
1180
|
-
a position relative to data or plot fraction.
|
|
1261
|
+
a position relative to data or plot fraction. Note:
|
|
1262
|
+
`xsizemode` "pixel" is not supported when `xref` is an
|
|
1263
|
+
array.
|
|
1181
1264
|
y0
|
|
1182
1265
|
Sets the shape's starting y position. See `type` and
|
|
1183
1266
|
`ysizemode` for more info.
|
|
@@ -1214,7 +1297,15 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
1214
1297
|
domain of that axis: e.g., *y2 domain* refers to the
|
|
1215
1298
|
domain of the second y axis and a y position of 0.5
|
|
1216
1299
|
refers to the point between the bottom and the top of
|
|
1217
|
-
the domain of the second y axis.
|
|
1300
|
+
the domain of the second y axis. If an array of axis
|
|
1301
|
+
IDs is provided, each `y` value will refer to the
|
|
1302
|
+
corresponding axis, e.g., ['y', 'y2'] for a rectangle,
|
|
1303
|
+
line, or circle means `y0` uses the `y` axis and `y1`
|
|
1304
|
+
uses the `y2` axis. Path shapes using an array should
|
|
1305
|
+
have one entry for each y coordinate in the string.
|
|
1306
|
+
yrefsrc
|
|
1307
|
+
Sets the source reference on Chart Studio Cloud for
|
|
1308
|
+
`yref`.
|
|
1218
1309
|
ysizemode
|
|
1219
1310
|
Sets the shapes's sizing mode along the y axis. If set
|
|
1220
1311
|
to "scaled", `y0`, `y1` and y coordinates within `path`
|
|
@@ -1225,7 +1316,8 @@ class Shape(_BaseLayoutHierarchyType):
|
|
|
1225
1316
|
within `path` are pixels relative to `yanchor`. This
|
|
1226
1317
|
way, the shape can have a fixed height while
|
|
1227
1318
|
maintaining a position relative to data or plot
|
|
1228
|
-
fraction.
|
|
1319
|
+
fraction. Note: `ysizemode` "pixel" is not supported
|
|
1320
|
+
when `yref` is an array.
|
|
1229
1321
|
|
|
1230
1322
|
Returns
|
|
1231
1323
|
-------
|
|
@@ -1275,6 +1367,7 @@ an instance of :class:`plotly.graph_objs.layout.Shape`""")
|
|
|
1275
1367
|
self._set_property("x1shift", arg, x1shift)
|
|
1276
1368
|
self._set_property("xanchor", arg, xanchor)
|
|
1277
1369
|
self._set_property("xref", arg, xref)
|
|
1370
|
+
self._set_property("xrefsrc", arg, xrefsrc)
|
|
1278
1371
|
self._set_property("xsizemode", arg, xsizemode)
|
|
1279
1372
|
self._set_property("y0", arg, y0)
|
|
1280
1373
|
self._set_property("y0shift", arg, y0shift)
|
|
@@ -1282,6 +1375,7 @@ an instance of :class:`plotly.graph_objs.layout.Shape`""")
|
|
|
1282
1375
|
self._set_property("y1shift", arg, y1shift)
|
|
1283
1376
|
self._set_property("yanchor", arg, yanchor)
|
|
1284
1377
|
self._set_property("yref", arg, yref)
|
|
1378
|
+
self._set_property("yrefsrc", arg, yrefsrc)
|
|
1285
1379
|
self._set_property("ysizemode", arg, ysizemode)
|
|
1286
1380
|
self._process_kwargs(**dict(arg, **kwargs))
|
|
1287
1381
|
self._skip_invalid = False
|
|
@@ -150,12 +150,13 @@ class Label(_BaseLayoutHierarchyType):
|
|
|
150
150
|
coordinate variables and center variables use datetimes, while
|
|
151
151
|
all other variable values use values in ms. Finally, the
|
|
152
152
|
template string has access to variables `x0`, `x1`, `y0`, `y1`,
|
|
153
|
-
`slope`, `dx`, `dy`, `width`, `height`, `length`, `xcenter
|
|
154
|
-
`ycenter
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
with the fallback
|
|
153
|
+
`slope`, `dx`, `dy`, `width`, `height`, `length`, `xcenter`,
|
|
154
|
+
`ycenter`, `simpleXVariables` and `simpleYVariables`. Variables
|
|
155
|
+
that can't be found will be replaced with the specifier. For
|
|
156
|
+
example, a template of "data: %{x}, %{y}" will result in a
|
|
157
|
+
value of "data: 1, %{y}" if x is 1 and y is missing. Variables
|
|
158
|
+
with an undefined value will be replaced with the fallback
|
|
159
|
+
value.
|
|
159
160
|
|
|
160
161
|
The 'texttemplate' property is a string and must be specified as:
|
|
161
162
|
- A string
|
|
@@ -285,12 +286,13 @@ class Label(_BaseLayoutHierarchyType):
|
|
|
285
286
|
variable values use values in ms. Finally, the template
|
|
286
287
|
string has access to variables `x0`, `x1`, `y0`, `y1`,
|
|
287
288
|
`slope`, `dx`, `dy`, `width`, `height`, `length`,
|
|
288
|
-
`xcenter
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
of "data:
|
|
292
|
-
|
|
293
|
-
the fallback
|
|
289
|
+
`xcenter`, `ycenter`, `simpleXVariables` and
|
|
290
|
+
`simpleYVariables`. Variables that can't be found will
|
|
291
|
+
be replaced with the specifier. For example, a template
|
|
292
|
+
of "data: %{x}, %{y}" will result in a value of "data:
|
|
293
|
+
1, %{y}" if x is 1 and y is missing. Variables with an
|
|
294
|
+
undefined value will be replaced with the fallback
|
|
295
|
+
value.
|
|
294
296
|
texttemplatefallback
|
|
295
297
|
Fallback string that's displayed when a variable
|
|
296
298
|
referenced in a template is missing. If the boolean
|
|
@@ -380,12 +382,13 @@ class Label(_BaseLayoutHierarchyType):
|
|
|
380
382
|
variable values use values in ms. Finally, the template
|
|
381
383
|
string has access to variables `x0`, `x1`, `y0`, `y1`,
|
|
382
384
|
`slope`, `dx`, `dy`, `width`, `height`, `length`,
|
|
383
|
-
`xcenter
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
of "data:
|
|
387
|
-
|
|
388
|
-
the fallback
|
|
385
|
+
`xcenter`, `ycenter`, `simpleXVariables` and
|
|
386
|
+
`simpleYVariables`. Variables that can't be found will
|
|
387
|
+
be replaced with the specifier. For example, a template
|
|
388
|
+
of "data: %{x}, %{y}" will result in a value of "data:
|
|
389
|
+
1, %{y}" if x is 1 and y is missing. Variables with an
|
|
390
|
+
undefined value will be replaced with the fallback
|
|
391
|
+
value.
|
|
389
392
|
texttemplatefallback
|
|
390
393
|
Fallback string that's displayed when a variable
|
|
391
394
|
referenced in a template is missing. If the boolean
|