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.
Files changed (1661) hide show
  1. {plotly-6.5.2/plotly.egg-info → plotly-6.6.0}/PKG-INFO +1 -1
  2. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_figure.py +27 -4
  3. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_figurewidget.py +27 -4
  4. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_legend.py +87 -0
  5. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_shape.py +108 -14
  6. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_label.py +21 -18
  7. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_label.py +21 -18
  8. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_line.py +64 -0
  9. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_line.py +64 -0
  10. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_line.py +64 -0
  11. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_line.py +64 -0
  12. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_line.py +64 -0
  13. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_line.py +64 -0
  14. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_base_renderers.py +2 -2
  15. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_html.py +4 -4
  16. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_kaleido.py +1 -1
  17. {plotly-6.5.2 → plotly-6.6.0}/plotly/labextension/package.json +2 -2
  18. plotly-6.6.0/plotly/labextension/static/340.330950829c5d59eca692.js +2 -0
  19. plotly-6.5.2/plotly/labextension/static/remoteEntry.a1fdd5414cdd3506ffce.js → plotly-6.6.0/plotly/labextension/static/remoteEntry.bbf25df5110252151416.js +1 -1
  20. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/renderer.py +0 -8
  21. {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/_plotlyjs_version.py +1 -1
  22. {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/offline.py +4 -4
  23. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/plotly.min.js +123 -123
  24. plotly-6.6.0/plotly/package_data/widgetbundle.js +3909 -0
  25. {plotly-6.5.2 → plotly-6.6.0}/plotly/tools.py +0 -8
  26. {plotly-6.5.2 → plotly-6.6.0}/plotly/validators/_validators.json +194 -0
  27. {plotly-6.5.2 → plotly-6.6.0/plotly.egg-info}/PKG-INFO +1 -1
  28. {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/SOURCES.txt +2 -2
  29. {plotly-6.5.2 → plotly-6.6.0}/pyproject.toml +1 -1
  30. plotly-6.5.2/plotly/labextension/static/340.b079a9b51d0cddaf4ab3.js +0 -2
  31. plotly-6.5.2/plotly/package_data/widgetbundle.js +0 -3909
  32. {plotly-6.5.2 → plotly-6.6.0}/LICENSE.txt +0 -0
  33. {plotly-6.5.2 → plotly-6.6.0}/MANIFEST.in +0 -0
  34. {plotly-6.5.2 → plotly-6.6.0}/README.md +0 -0
  35. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/__init__.py +0 -0
  36. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/basevalidators.py +0 -0
  37. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/__init__.py +0 -0
  38. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/_swatches.py +0 -0
  39. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/carto.py +0 -0
  40. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/cmocean.py +0 -0
  41. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/colorbrewer.py +0 -0
  42. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/cyclical.py +0 -0
  43. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/diverging.py +0 -0
  44. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/plotlyjs.py +0 -0
  45. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/qualitative.py +0 -0
  46. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/colors/sequential.py +0 -0
  47. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/data_utils.py +0 -0
  48. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/exceptions.py +0 -0
  49. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/files.py +0 -0
  50. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/importers.py +0 -0
  51. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/optional_imports.py +0 -0
  52. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/png.py +0 -0
  53. {plotly-6.5.2 → plotly-6.6.0}/_plotly_utils/utils.py +0 -0
  54. {plotly-6.5.2 → plotly-6.6.0}/js/install.json +0 -0
  55. {plotly-6.5.2 → plotly-6.6.0}/plotly/__init__.py +0 -0
  56. {plotly-6.5.2 → plotly-6.6.0}/plotly/_subplots.py +0 -0
  57. {plotly-6.5.2 → plotly-6.6.0}/plotly/animation.py +0 -0
  58. {plotly-6.5.2 → plotly-6.6.0}/plotly/api/__init__.py +0 -0
  59. {plotly-6.5.2 → plotly-6.6.0}/plotly/basedatatypes.py +0 -0
  60. {plotly-6.5.2 → plotly-6.6.0}/plotly/basewidget.py +0 -0
  61. {plotly-6.5.2 → plotly-6.6.0}/plotly/callbacks.py +0 -0
  62. {plotly-6.5.2 → plotly-6.6.0}/plotly/colors/__init__.py +0 -0
  63. {plotly-6.5.2 → plotly-6.6.0}/plotly/conftest.py +0 -0
  64. {plotly-6.5.2 → plotly-6.6.0}/plotly/data/__init__.py +0 -0
  65. {plotly-6.5.2 → plotly-6.6.0}/plotly/exceptions.py +0 -0
  66. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/__init__.py +0 -0
  67. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_chart_types.py +0 -0
  68. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_core.py +0 -0
  69. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_doc.py +0 -0
  70. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_imshow.py +0 -0
  71. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/_special_inputs.py +0 -0
  72. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/colors/__init__.py +0 -0
  73. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/data/__init__.py +0 -0
  74. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/imshow_utils.py +0 -0
  75. {plotly-6.5.2 → plotly-6.6.0}/plotly/express/trendline_functions/__init__.py +0 -0
  76. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_2d_density.py +0 -0
  77. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/__init__.py +0 -0
  78. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_annotated_heatmap.py +0 -0
  79. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_bullet.py +0 -0
  80. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_candlestick.py +0 -0
  81. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_county_choropleth.py +0 -0
  82. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_dendrogram.py +0 -0
  83. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_distplot.py +0 -0
  84. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_facet_grid.py +0 -0
  85. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_gantt.py +0 -0
  86. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_hexbin_map.py +0 -0
  87. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_ohlc.py +0 -0
  88. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_quiver.py +0 -0
  89. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_scatterplot.py +0 -0
  90. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_streamline.py +0 -0
  91. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_table.py +0 -0
  92. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_ternary_contour.py +0 -0
  93. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_trisurf.py +0 -0
  94. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/_violin.py +0 -0
  95. {plotly-6.5.2 → plotly-6.6.0}/plotly/figure_factory/utils.py +0 -0
  96. {plotly-6.5.2 → plotly-6.6.0}/plotly/files.py +0 -0
  97. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objects/__init__.py +0 -0
  98. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/__init__.py +0 -0
  99. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_bar.py +0 -0
  100. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_barpolar.py +0 -0
  101. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_box.py +0 -0
  102. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_candlestick.py +0 -0
  103. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_carpet.py +0 -0
  104. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choropleth.py +0 -0
  105. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choroplethmap.py +0 -0
  106. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_choroplethmapbox.py +0 -0
  107. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_cone.py +0 -0
  108. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_contour.py +0 -0
  109. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_contourcarpet.py +0 -0
  110. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_densitymap.py +0 -0
  111. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_densitymapbox.py +0 -0
  112. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_deprecations.py +0 -0
  113. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_frame.py +0 -0
  114. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_funnel.py +0 -0
  115. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_funnelarea.py +0 -0
  116. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_heatmap.py +0 -0
  117. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram.py +0 -0
  118. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram2d.py +0 -0
  119. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_histogram2dcontour.py +0 -0
  120. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_icicle.py +0 -0
  121. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_image.py +0 -0
  122. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_indicator.py +0 -0
  123. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_isosurface.py +0 -0
  124. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_layout.py +0 -0
  125. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_mesh3d.py +0 -0
  126. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_ohlc.py +0 -0
  127. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_parcats.py +0 -0
  128. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_parcoords.py +0 -0
  129. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_pie.py +0 -0
  130. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_sankey.py +0 -0
  131. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatter.py +0 -0
  132. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatter3d.py +0 -0
  133. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattercarpet.py +0 -0
  134. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattergeo.py +0 -0
  135. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattergl.py +0 -0
  136. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattermap.py +0 -0
  137. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattermapbox.py +0 -0
  138. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterpolar.py +0 -0
  139. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterpolargl.py +0 -0
  140. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scattersmith.py +0 -0
  141. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_scatterternary.py +0 -0
  142. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_splom.py +0 -0
  143. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_streamtube.py +0 -0
  144. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_sunburst.py +0 -0
  145. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_surface.py +0 -0
  146. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_table.py +0 -0
  147. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_treemap.py +0 -0
  148. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_violin.py +0 -0
  149. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_volume.py +0 -0
  150. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/_waterfall.py +0 -0
  151. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/__init__.py +0 -0
  152. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_error_x.py +0 -0
  153. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_error_y.py +0 -0
  154. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_hoverlabel.py +0 -0
  155. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_insidetextfont.py +0 -0
  156. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_legendgrouptitle.py +0 -0
  157. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_marker.py +0 -0
  158. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_outsidetextfont.py +0 -0
  159. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_selected.py +0 -0
  160. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_stream.py +0 -0
  161. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_textfont.py +0 -0
  162. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/_unselected.py +0 -0
  163. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/hoverlabel/__init__.py +0 -0
  164. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/hoverlabel/_font.py +0 -0
  165. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/legendgrouptitle/__init__.py +0 -0
  166. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/legendgrouptitle/_font.py +0 -0
  167. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/__init__.py +0 -0
  168. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_colorbar.py +0 -0
  169. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_line.py +0 -0
  170. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/_pattern.py +0 -0
  171. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/__init__.py +0 -0
  172. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_tickfont.py +0 -0
  173. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_tickformatstop.py +0 -0
  174. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/_title.py +0 -0
  175. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/title/__init__.py +0 -0
  176. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/marker/colorbar/title/_font.py +0 -0
  177. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/__init__.py +0 -0
  178. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/_marker.py +0 -0
  179. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/selected/_textfont.py +0 -0
  180. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/__init__.py +0 -0
  181. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/_marker.py +0 -0
  182. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/bar/unselected/_textfont.py +0 -0
  183. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/__init__.py +0 -0
  184. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_hoverlabel.py +0 -0
  185. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_legendgrouptitle.py +0 -0
  186. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_marker.py +0 -0
  187. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_selected.py +0 -0
  188. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_stream.py +0 -0
  189. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/_unselected.py +0 -0
  190. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/hoverlabel/__init__.py +0 -0
  191. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/hoverlabel/_font.py +0 -0
  192. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/legendgrouptitle/__init__.py +0 -0
  193. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/legendgrouptitle/_font.py +0 -0
  194. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/__init__.py +0 -0
  195. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_colorbar.py +0 -0
  196. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_line.py +0 -0
  197. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/_pattern.py +0 -0
  198. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/__init__.py +0 -0
  199. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_tickfont.py +0 -0
  200. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_tickformatstop.py +0 -0
  201. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/_title.py +0 -0
  202. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/title/__init__.py +0 -0
  203. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/marker/colorbar/title/_font.py +0 -0
  204. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/__init__.py +0 -0
  205. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/_marker.py +0 -0
  206. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/selected/_textfont.py +0 -0
  207. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/__init__.py +0 -0
  208. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/_marker.py +0 -0
  209. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/barpolar/unselected/_textfont.py +0 -0
  210. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/__init__.py +0 -0
  211. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_hoverlabel.py +0 -0
  212. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_legendgrouptitle.py +0 -0
  213. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_line.py +0 -0
  214. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_marker.py +0 -0
  215. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_selected.py +0 -0
  216. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_stream.py +0 -0
  217. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/_unselected.py +0 -0
  218. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/hoverlabel/__init__.py +0 -0
  219. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/hoverlabel/_font.py +0 -0
  220. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/legendgrouptitle/__init__.py +0 -0
  221. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/legendgrouptitle/_font.py +0 -0
  222. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/marker/__init__.py +0 -0
  223. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/marker/_line.py +0 -0
  224. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/selected/__init__.py +0 -0
  225. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/selected/_marker.py +0 -0
  226. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/unselected/__init__.py +0 -0
  227. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/box/unselected/_marker.py +0 -0
  228. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/__init__.py +0 -0
  229. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_decreasing.py +0 -0
  230. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_hoverlabel.py +0 -0
  231. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_increasing.py +0 -0
  232. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_legendgrouptitle.py +0 -0
  233. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_line.py +0 -0
  234. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/_stream.py +0 -0
  235. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/decreasing/__init__.py +0 -0
  236. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/decreasing/_line.py +0 -0
  237. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/hoverlabel/__init__.py +0 -0
  238. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/hoverlabel/_font.py +0 -0
  239. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/increasing/__init__.py +0 -0
  240. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/increasing/_line.py +0 -0
  241. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/legendgrouptitle/__init__.py +0 -0
  242. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/candlestick/legendgrouptitle/_font.py +0 -0
  243. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/__init__.py +0 -0
  244. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_aaxis.py +0 -0
  245. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_baxis.py +0 -0
  246. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_font.py +0 -0
  247. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_legendgrouptitle.py +0 -0
  248. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/_stream.py +0 -0
  249. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/__init__.py +0 -0
  250. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_tickfont.py +0 -0
  251. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_tickformatstop.py +0 -0
  252. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/_title.py +0 -0
  253. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/title/__init__.py +0 -0
  254. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/aaxis/title/_font.py +0 -0
  255. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/__init__.py +0 -0
  256. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_tickfont.py +0 -0
  257. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_tickformatstop.py +0 -0
  258. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/_title.py +0 -0
  259. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/title/__init__.py +0 -0
  260. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/baxis/title/_font.py +0 -0
  261. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/legendgrouptitle/__init__.py +0 -0
  262. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/carpet/legendgrouptitle/_font.py +0 -0
  263. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/__init__.py +0 -0
  264. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_colorbar.py +0 -0
  265. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_hoverlabel.py +0 -0
  266. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_legendgrouptitle.py +0 -0
  267. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_marker.py +0 -0
  268. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_selected.py +0 -0
  269. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_stream.py +0 -0
  270. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/_unselected.py +0 -0
  271. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/__init__.py +0 -0
  272. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_tickfont.py +0 -0
  273. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_tickformatstop.py +0 -0
  274. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/_title.py +0 -0
  275. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/title/__init__.py +0 -0
  276. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/colorbar/title/_font.py +0 -0
  277. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/hoverlabel/__init__.py +0 -0
  278. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/hoverlabel/_font.py +0 -0
  279. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/legendgrouptitle/__init__.py +0 -0
  280. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/legendgrouptitle/_font.py +0 -0
  281. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/marker/__init__.py +0 -0
  282. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/marker/_line.py +0 -0
  283. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/selected/__init__.py +0 -0
  284. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/selected/_marker.py +0 -0
  285. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/unselected/__init__.py +0 -0
  286. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choropleth/unselected/_marker.py +0 -0
  287. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/__init__.py +0 -0
  288. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_colorbar.py +0 -0
  289. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_hoverlabel.py +0 -0
  290. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_legendgrouptitle.py +0 -0
  291. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_marker.py +0 -0
  292. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_selected.py +0 -0
  293. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_stream.py +0 -0
  294. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/_unselected.py +0 -0
  295. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/__init__.py +0 -0
  296. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_tickfont.py +0 -0
  297. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_tickformatstop.py +0 -0
  298. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/_title.py +0 -0
  299. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/title/__init__.py +0 -0
  300. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/colorbar/title/_font.py +0 -0
  301. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/hoverlabel/__init__.py +0 -0
  302. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/hoverlabel/_font.py +0 -0
  303. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/legendgrouptitle/__init__.py +0 -0
  304. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/legendgrouptitle/_font.py +0 -0
  305. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/marker/__init__.py +0 -0
  306. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/marker/_line.py +0 -0
  307. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/selected/__init__.py +0 -0
  308. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/selected/_marker.py +0 -0
  309. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/unselected/__init__.py +0 -0
  310. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmap/unselected/_marker.py +0 -0
  311. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/__init__.py +0 -0
  312. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_colorbar.py +0 -0
  313. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_hoverlabel.py +0 -0
  314. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_legendgrouptitle.py +0 -0
  315. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_marker.py +0 -0
  316. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_selected.py +0 -0
  317. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_stream.py +0 -0
  318. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/_unselected.py +0 -0
  319. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/__init__.py +0 -0
  320. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_tickfont.py +0 -0
  321. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_tickformatstop.py +0 -0
  322. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/_title.py +0 -0
  323. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/title/__init__.py +0 -0
  324. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/colorbar/title/_font.py +0 -0
  325. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/hoverlabel/__init__.py +0 -0
  326. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/hoverlabel/_font.py +0 -0
  327. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/legendgrouptitle/__init__.py +0 -0
  328. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/legendgrouptitle/_font.py +0 -0
  329. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/marker/__init__.py +0 -0
  330. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/marker/_line.py +0 -0
  331. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/selected/__init__.py +0 -0
  332. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/selected/_marker.py +0 -0
  333. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/unselected/__init__.py +0 -0
  334. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/choroplethmapbox/unselected/_marker.py +0 -0
  335. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/__init__.py +0 -0
  336. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_colorbar.py +0 -0
  337. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_hoverlabel.py +0 -0
  338. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_legendgrouptitle.py +0 -0
  339. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_lighting.py +0 -0
  340. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_lightposition.py +0 -0
  341. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/_stream.py +0 -0
  342. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/__init__.py +0 -0
  343. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_tickfont.py +0 -0
  344. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_tickformatstop.py +0 -0
  345. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/_title.py +0 -0
  346. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/title/__init__.py +0 -0
  347. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/colorbar/title/_font.py +0 -0
  348. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/hoverlabel/__init__.py +0 -0
  349. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/hoverlabel/_font.py +0 -0
  350. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/legendgrouptitle/__init__.py +0 -0
  351. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/cone/legendgrouptitle/_font.py +0 -0
  352. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/__init__.py +0 -0
  353. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_colorbar.py +0 -0
  354. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_contours.py +0 -0
  355. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_hoverlabel.py +0 -0
  356. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_legendgrouptitle.py +0 -0
  357. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_line.py +0 -0
  358. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_stream.py +0 -0
  359. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/_textfont.py +0 -0
  360. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/__init__.py +0 -0
  361. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_tickfont.py +0 -0
  362. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_tickformatstop.py +0 -0
  363. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/_title.py +0 -0
  364. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/title/__init__.py +0 -0
  365. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/colorbar/title/_font.py +0 -0
  366. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/contours/__init__.py +0 -0
  367. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/contours/_labelfont.py +0 -0
  368. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/hoverlabel/__init__.py +0 -0
  369. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/hoverlabel/_font.py +0 -0
  370. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/legendgrouptitle/__init__.py +0 -0
  371. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contour/legendgrouptitle/_font.py +0 -0
  372. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/__init__.py +0 -0
  373. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_colorbar.py +0 -0
  374. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_contours.py +0 -0
  375. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_legendgrouptitle.py +0 -0
  376. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_line.py +0 -0
  377. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/_stream.py +0 -0
  378. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/__init__.py +0 -0
  379. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_tickfont.py +0 -0
  380. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_tickformatstop.py +0 -0
  381. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/_title.py +0 -0
  382. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/title/__init__.py +0 -0
  383. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/colorbar/title/_font.py +0 -0
  384. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/contours/__init__.py +0 -0
  385. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/contours/_labelfont.py +0 -0
  386. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/legendgrouptitle/__init__.py +0 -0
  387. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/contourcarpet/legendgrouptitle/_font.py +0 -0
  388. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/__init__.py +0 -0
  389. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_colorbar.py +0 -0
  390. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_hoverlabel.py +0 -0
  391. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_legendgrouptitle.py +0 -0
  392. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/_stream.py +0 -0
  393. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/__init__.py +0 -0
  394. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_tickfont.py +0 -0
  395. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_tickformatstop.py +0 -0
  396. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/_title.py +0 -0
  397. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/title/__init__.py +0 -0
  398. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/colorbar/title/_font.py +0 -0
  399. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/hoverlabel/__init__.py +0 -0
  400. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/hoverlabel/_font.py +0 -0
  401. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/legendgrouptitle/__init__.py +0 -0
  402. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymap/legendgrouptitle/_font.py +0 -0
  403. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/__init__.py +0 -0
  404. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_colorbar.py +0 -0
  405. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_hoverlabel.py +0 -0
  406. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_legendgrouptitle.py +0 -0
  407. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/_stream.py +0 -0
  408. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/__init__.py +0 -0
  409. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_tickfont.py +0 -0
  410. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_tickformatstop.py +0 -0
  411. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/_title.py +0 -0
  412. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/title/__init__.py +0 -0
  413. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/colorbar/title/_font.py +0 -0
  414. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/hoverlabel/__init__.py +0 -0
  415. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/hoverlabel/_font.py +0 -0
  416. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/legendgrouptitle/__init__.py +0 -0
  417. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/densitymapbox/legendgrouptitle/_font.py +0 -0
  418. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/__init__.py +0 -0
  419. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_connector.py +0 -0
  420. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_hoverlabel.py +0 -0
  421. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_insidetextfont.py +0 -0
  422. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_legendgrouptitle.py +0 -0
  423. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_marker.py +0 -0
  424. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_outsidetextfont.py +0 -0
  425. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_stream.py +0 -0
  426. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/_textfont.py +0 -0
  427. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/connector/__init__.py +0 -0
  428. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/connector/_line.py +0 -0
  429. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/hoverlabel/__init__.py +0 -0
  430. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/hoverlabel/_font.py +0 -0
  431. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/legendgrouptitle/__init__.py +0 -0
  432. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/legendgrouptitle/_font.py +0 -0
  433. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/__init__.py +0 -0
  434. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/_colorbar.py +0 -0
  435. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/_line.py +0 -0
  436. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/__init__.py +0 -0
  437. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_tickfont.py +0 -0
  438. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_tickformatstop.py +0 -0
  439. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/_title.py +0 -0
  440. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/title/__init__.py +0 -0
  441. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnel/marker/colorbar/title/_font.py +0 -0
  442. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/__init__.py +0 -0
  443. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_domain.py +0 -0
  444. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_hoverlabel.py +0 -0
  445. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_insidetextfont.py +0 -0
  446. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_legendgrouptitle.py +0 -0
  447. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_marker.py +0 -0
  448. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_stream.py +0 -0
  449. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_textfont.py +0 -0
  450. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/_title.py +0 -0
  451. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/hoverlabel/__init__.py +0 -0
  452. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/hoverlabel/_font.py +0 -0
  453. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/legendgrouptitle/__init__.py +0 -0
  454. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/legendgrouptitle/_font.py +0 -0
  455. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/__init__.py +0 -0
  456. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/_line.py +0 -0
  457. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/marker/_pattern.py +0 -0
  458. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/title/__init__.py +0 -0
  459. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/funnelarea/title/_font.py +0 -0
  460. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/graph_objs.py +0 -0
  461. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/__init__.py +0 -0
  462. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_colorbar.py +0 -0
  463. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_hoverlabel.py +0 -0
  464. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_legendgrouptitle.py +0 -0
  465. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_stream.py +0 -0
  466. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/_textfont.py +0 -0
  467. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/__init__.py +0 -0
  468. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_tickfont.py +0 -0
  469. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_tickformatstop.py +0 -0
  470. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/_title.py +0 -0
  471. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/title/__init__.py +0 -0
  472. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/colorbar/title/_font.py +0 -0
  473. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/hoverlabel/__init__.py +0 -0
  474. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/hoverlabel/_font.py +0 -0
  475. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/legendgrouptitle/__init__.py +0 -0
  476. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/heatmap/legendgrouptitle/_font.py +0 -0
  477. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/__init__.py +0 -0
  478. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_cumulative.py +0 -0
  479. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_error_x.py +0 -0
  480. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_error_y.py +0 -0
  481. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_hoverlabel.py +0 -0
  482. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_insidetextfont.py +0 -0
  483. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_legendgrouptitle.py +0 -0
  484. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_marker.py +0 -0
  485. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_outsidetextfont.py +0 -0
  486. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_selected.py +0 -0
  487. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_stream.py +0 -0
  488. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_textfont.py +0 -0
  489. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_unselected.py +0 -0
  490. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_xbins.py +0 -0
  491. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/_ybins.py +0 -0
  492. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/hoverlabel/__init__.py +0 -0
  493. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/hoverlabel/_font.py +0 -0
  494. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/legendgrouptitle/__init__.py +0 -0
  495. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/legendgrouptitle/_font.py +0 -0
  496. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/__init__.py +0 -0
  497. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_colorbar.py +0 -0
  498. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_line.py +0 -0
  499. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/_pattern.py +0 -0
  500. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/__init__.py +0 -0
  501. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_tickfont.py +0 -0
  502. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_tickformatstop.py +0 -0
  503. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/_title.py +0 -0
  504. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/title/__init__.py +0 -0
  505. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/marker/colorbar/title/_font.py +0 -0
  506. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/__init__.py +0 -0
  507. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/_marker.py +0 -0
  508. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/selected/_textfont.py +0 -0
  509. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/__init__.py +0 -0
  510. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/_marker.py +0 -0
  511. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram/unselected/_textfont.py +0 -0
  512. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/__init__.py +0 -0
  513. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_colorbar.py +0 -0
  514. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_hoverlabel.py +0 -0
  515. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_legendgrouptitle.py +0 -0
  516. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_marker.py +0 -0
  517. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_stream.py +0 -0
  518. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_textfont.py +0 -0
  519. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_xbins.py +0 -0
  520. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/_ybins.py +0 -0
  521. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/__init__.py +0 -0
  522. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_tickfont.py +0 -0
  523. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_tickformatstop.py +0 -0
  524. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/_title.py +0 -0
  525. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/title/__init__.py +0 -0
  526. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/colorbar/title/_font.py +0 -0
  527. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/hoverlabel/__init__.py +0 -0
  528. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/hoverlabel/_font.py +0 -0
  529. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/legendgrouptitle/__init__.py +0 -0
  530. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2d/legendgrouptitle/_font.py +0 -0
  531. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/__init__.py +0 -0
  532. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_colorbar.py +0 -0
  533. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_contours.py +0 -0
  534. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_hoverlabel.py +0 -0
  535. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_legendgrouptitle.py +0 -0
  536. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_line.py +0 -0
  537. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_marker.py +0 -0
  538. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_stream.py +0 -0
  539. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_textfont.py +0 -0
  540. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_xbins.py +0 -0
  541. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/_ybins.py +0 -0
  542. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/__init__.py +0 -0
  543. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_tickfont.py +0 -0
  544. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_tickformatstop.py +0 -0
  545. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/_title.py +0 -0
  546. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/title/__init__.py +0 -0
  547. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/colorbar/title/_font.py +0 -0
  548. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/contours/__init__.py +0 -0
  549. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/contours/_labelfont.py +0 -0
  550. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/hoverlabel/__init__.py +0 -0
  551. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/hoverlabel/_font.py +0 -0
  552. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/legendgrouptitle/__init__.py +0 -0
  553. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/histogram2dcontour/legendgrouptitle/_font.py +0 -0
  554. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/__init__.py +0 -0
  555. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_domain.py +0 -0
  556. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_hoverlabel.py +0 -0
  557. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_insidetextfont.py +0 -0
  558. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_leaf.py +0 -0
  559. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_legendgrouptitle.py +0 -0
  560. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_marker.py +0 -0
  561. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_outsidetextfont.py +0 -0
  562. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_pathbar.py +0 -0
  563. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_root.py +0 -0
  564. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_stream.py +0 -0
  565. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_textfont.py +0 -0
  566. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/_tiling.py +0 -0
  567. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/hoverlabel/__init__.py +0 -0
  568. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/hoverlabel/_font.py +0 -0
  569. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/legendgrouptitle/__init__.py +0 -0
  570. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/legendgrouptitle/_font.py +0 -0
  571. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/__init__.py +0 -0
  572. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_colorbar.py +0 -0
  573. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_line.py +0 -0
  574. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/_pattern.py +0 -0
  575. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/__init__.py +0 -0
  576. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_tickfont.py +0 -0
  577. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_tickformatstop.py +0 -0
  578. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/_title.py +0 -0
  579. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/title/__init__.py +0 -0
  580. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/marker/colorbar/title/_font.py +0 -0
  581. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/pathbar/__init__.py +0 -0
  582. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/icicle/pathbar/_textfont.py +0 -0
  583. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/__init__.py +0 -0
  584. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_hoverlabel.py +0 -0
  585. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_legendgrouptitle.py +0 -0
  586. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/_stream.py +0 -0
  587. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/hoverlabel/__init__.py +0 -0
  588. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/hoverlabel/_font.py +0 -0
  589. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/legendgrouptitle/__init__.py +0 -0
  590. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/image/legendgrouptitle/_font.py +0 -0
  591. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/__init__.py +0 -0
  592. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_delta.py +0 -0
  593. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_domain.py +0 -0
  594. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_gauge.py +0 -0
  595. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_legendgrouptitle.py +0 -0
  596. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_number.py +0 -0
  597. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_stream.py +0 -0
  598. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/_title.py +0 -0
  599. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/__init__.py +0 -0
  600. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_decreasing.py +0 -0
  601. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_font.py +0 -0
  602. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/delta/_increasing.py +0 -0
  603. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/__init__.py +0 -0
  604. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_axis.py +0 -0
  605. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_bar.py +0 -0
  606. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_step.py +0 -0
  607. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/_threshold.py +0 -0
  608. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/__init__.py +0 -0
  609. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/_tickfont.py +0 -0
  610. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/axis/_tickformatstop.py +0 -0
  611. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/bar/__init__.py +0 -0
  612. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/bar/_line.py +0 -0
  613. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/step/__init__.py +0 -0
  614. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/step/_line.py +0 -0
  615. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/threshold/__init__.py +0 -0
  616. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/gauge/threshold/_line.py +0 -0
  617. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/legendgrouptitle/__init__.py +0 -0
  618. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/legendgrouptitle/_font.py +0 -0
  619. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/number/__init__.py +0 -0
  620. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/number/_font.py +0 -0
  621. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/title/__init__.py +0 -0
  622. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/indicator/title/_font.py +0 -0
  623. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/__init__.py +0 -0
  624. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_caps.py +0 -0
  625. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_colorbar.py +0 -0
  626. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_contour.py +0 -0
  627. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_hoverlabel.py +0 -0
  628. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_legendgrouptitle.py +0 -0
  629. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_lighting.py +0 -0
  630. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_lightposition.py +0 -0
  631. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_slices.py +0 -0
  632. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_spaceframe.py +0 -0
  633. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_stream.py +0 -0
  634. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/_surface.py +0 -0
  635. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/__init__.py +0 -0
  636. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_x.py +0 -0
  637. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_y.py +0 -0
  638. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/caps/_z.py +0 -0
  639. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/__init__.py +0 -0
  640. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_tickfont.py +0 -0
  641. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_tickformatstop.py +0 -0
  642. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/_title.py +0 -0
  643. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/title/__init__.py +0 -0
  644. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/colorbar/title/_font.py +0 -0
  645. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/hoverlabel/__init__.py +0 -0
  646. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/hoverlabel/_font.py +0 -0
  647. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/legendgrouptitle/__init__.py +0 -0
  648. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/legendgrouptitle/_font.py +0 -0
  649. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/__init__.py +0 -0
  650. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_x.py +0 -0
  651. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_y.py +0 -0
  652. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/isosurface/slices/_z.py +0 -0
  653. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/__init__.py +0 -0
  654. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_activeselection.py +0 -0
  655. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_activeshape.py +0 -0
  656. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_annotation.py +0 -0
  657. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_coloraxis.py +0 -0
  658. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_colorscale.py +0 -0
  659. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_font.py +0 -0
  660. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_geo.py +0 -0
  661. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_grid.py +0 -0
  662. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_hoverlabel.py +0 -0
  663. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_image.py +0 -0
  664. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_map.py +0 -0
  665. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_mapbox.py +0 -0
  666. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_margin.py +0 -0
  667. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_modebar.py +0 -0
  668. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_newselection.py +0 -0
  669. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_newshape.py +0 -0
  670. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_polar.py +0 -0
  671. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_scene.py +0 -0
  672. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_selection.py +0 -0
  673. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_slider.py +0 -0
  674. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_smith.py +0 -0
  675. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_template.py +0 -0
  676. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_ternary.py +0 -0
  677. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_title.py +0 -0
  678. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_transition.py +0 -0
  679. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_uniformtext.py +0 -0
  680. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_updatemenu.py +0 -0
  681. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_xaxis.py +0 -0
  682. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/_yaxis.py +0 -0
  683. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/__init__.py +0 -0
  684. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/_font.py +0 -0
  685. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/_hoverlabel.py +0 -0
  686. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/hoverlabel/__init__.py +0 -0
  687. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/annotation/hoverlabel/_font.py +0 -0
  688. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/__init__.py +0 -0
  689. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/_colorbar.py +0 -0
  690. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/__init__.py +0 -0
  691. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_tickfont.py +0 -0
  692. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_tickformatstop.py +0 -0
  693. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/_title.py +0 -0
  694. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/title/__init__.py +0 -0
  695. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/coloraxis/colorbar/title/_font.py +0 -0
  696. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/__init__.py +0 -0
  697. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_center.py +0 -0
  698. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_domain.py +0 -0
  699. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_lataxis.py +0 -0
  700. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_lonaxis.py +0 -0
  701. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/_projection.py +0 -0
  702. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/projection/__init__.py +0 -0
  703. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/geo/projection/_rotation.py +0 -0
  704. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/grid/__init__.py +0 -0
  705. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/grid/_domain.py +0 -0
  706. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/__init__.py +0 -0
  707. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/_font.py +0 -0
  708. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/hoverlabel/_grouptitlefont.py +0 -0
  709. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/__init__.py +0 -0
  710. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_font.py +0 -0
  711. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_grouptitlefont.py +0 -0
  712. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/_title.py +0 -0
  713. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/title/__init__.py +0 -0
  714. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/legend/title/_font.py +0 -0
  715. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/__init__.py +0 -0
  716. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_bounds.py +0 -0
  717. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_center.py +0 -0
  718. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_domain.py +0 -0
  719. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/_layer.py +0 -0
  720. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/__init__.py +0 -0
  721. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_circle.py +0 -0
  722. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_fill.py +0 -0
  723. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_line.py +0 -0
  724. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/_symbol.py +0 -0
  725. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/symbol/__init__.py +0 -0
  726. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/map/layer/symbol/_textfont.py +0 -0
  727. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/__init__.py +0 -0
  728. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_bounds.py +0 -0
  729. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_center.py +0 -0
  730. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_domain.py +0 -0
  731. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/_layer.py +0 -0
  732. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/__init__.py +0 -0
  733. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_circle.py +0 -0
  734. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_fill.py +0 -0
  735. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_line.py +0 -0
  736. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/_symbol.py +0 -0
  737. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/symbol/__init__.py +0 -0
  738. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/mapbox/layer/symbol/_textfont.py +0 -0
  739. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newselection/__init__.py +0 -0
  740. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newselection/_line.py +0 -0
  741. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/__init__.py +0 -0
  742. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_legendgrouptitle.py +0 -0
  743. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/_line.py +0 -0
  744. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/label/__init__.py +0 -0
  745. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/label/_font.py +0 -0
  746. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/legendgrouptitle/__init__.py +0 -0
  747. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/newshape/legendgrouptitle/_font.py +0 -0
  748. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/__init__.py +0 -0
  749. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_angularaxis.py +0 -0
  750. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_domain.py +0 -0
  751. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/_radialaxis.py +0 -0
  752. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/__init__.py +0 -0
  753. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/_tickfont.py +0 -0
  754. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/angularaxis/_tickformatstop.py +0 -0
  755. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/__init__.py +0 -0
  756. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_autorangeoptions.py +0 -0
  757. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_tickfont.py +0 -0
  758. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_tickformatstop.py +0 -0
  759. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/_title.py +0 -0
  760. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/title/__init__.py +0 -0
  761. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/polar/radialaxis/title/_font.py +0 -0
  762. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/__init__.py +0 -0
  763. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_annotation.py +0 -0
  764. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_aspectratio.py +0 -0
  765. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_camera.py +0 -0
  766. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_domain.py +0 -0
  767. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_xaxis.py +0 -0
  768. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_yaxis.py +0 -0
  769. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/_zaxis.py +0 -0
  770. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/__init__.py +0 -0
  771. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/_font.py +0 -0
  772. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/_hoverlabel.py +0 -0
  773. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/hoverlabel/__init__.py +0 -0
  774. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/annotation/hoverlabel/_font.py +0 -0
  775. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/__init__.py +0 -0
  776. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_center.py +0 -0
  777. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_eye.py +0 -0
  778. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_projection.py +0 -0
  779. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/camera/_up.py +0 -0
  780. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/__init__.py +0 -0
  781. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_autorangeoptions.py +0 -0
  782. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_tickfont.py +0 -0
  783. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_tickformatstop.py +0 -0
  784. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/_title.py +0 -0
  785. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/title/__init__.py +0 -0
  786. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/xaxis/title/_font.py +0 -0
  787. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/__init__.py +0 -0
  788. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_autorangeoptions.py +0 -0
  789. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_tickfont.py +0 -0
  790. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_tickformatstop.py +0 -0
  791. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/_title.py +0 -0
  792. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/title/__init__.py +0 -0
  793. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/yaxis/title/_font.py +0 -0
  794. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/__init__.py +0 -0
  795. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_autorangeoptions.py +0 -0
  796. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_tickfont.py +0 -0
  797. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_tickformatstop.py +0 -0
  798. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/_title.py +0 -0
  799. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/title/__init__.py +0 -0
  800. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/scene/zaxis/title/_font.py +0 -0
  801. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/selection/__init__.py +0 -0
  802. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/selection/_line.py +0 -0
  803. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/__init__.py +0 -0
  804. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_legendgrouptitle.py +0 -0
  805. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/_line.py +0 -0
  806. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/label/__init__.py +0 -0
  807. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/label/_font.py +0 -0
  808. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/legendgrouptitle/__init__.py +0 -0
  809. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/shape/legendgrouptitle/_font.py +0 -0
  810. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/__init__.py +0 -0
  811. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_currentvalue.py +0 -0
  812. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_font.py +0 -0
  813. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_pad.py +0 -0
  814. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_step.py +0 -0
  815. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/_transition.py +0 -0
  816. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/currentvalue/__init__.py +0 -0
  817. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/slider/currentvalue/_font.py +0 -0
  818. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/__init__.py +0 -0
  819. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_domain.py +0 -0
  820. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_imaginaryaxis.py +0 -0
  821. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/_realaxis.py +0 -0
  822. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/imaginaryaxis/__init__.py +0 -0
  823. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/imaginaryaxis/_tickfont.py +0 -0
  824. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/realaxis/__init__.py +0 -0
  825. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/smith/realaxis/_tickfont.py +0 -0
  826. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/__init__.py +0 -0
  827. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/_data.py +0 -0
  828. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/_layout.py +0 -0
  829. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/__init__.py +0 -0
  830. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_bar.py +0 -0
  831. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_barpolar.py +0 -0
  832. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_box.py +0 -0
  833. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_candlestick.py +0 -0
  834. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_carpet.py +0 -0
  835. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choropleth.py +0 -0
  836. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choroplethmap.py +0 -0
  837. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_choroplethmapbox.py +0 -0
  838. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_cone.py +0 -0
  839. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_contour.py +0 -0
  840. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_contourcarpet.py +0 -0
  841. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_densitymap.py +0 -0
  842. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_densitymapbox.py +0 -0
  843. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_funnel.py +0 -0
  844. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_funnelarea.py +0 -0
  845. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_heatmap.py +0 -0
  846. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram.py +0 -0
  847. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram2d.py +0 -0
  848. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_histogram2dcontour.py +0 -0
  849. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_icicle.py +0 -0
  850. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_image.py +0 -0
  851. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_indicator.py +0 -0
  852. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_isosurface.py +0 -0
  853. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_mesh3d.py +0 -0
  854. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_ohlc.py +0 -0
  855. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_parcats.py +0 -0
  856. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_parcoords.py +0 -0
  857. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_pie.py +0 -0
  858. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_sankey.py +0 -0
  859. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatter.py +0 -0
  860. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatter3d.py +0 -0
  861. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattercarpet.py +0 -0
  862. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattergeo.py +0 -0
  863. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattergl.py +0 -0
  864. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattermap.py +0 -0
  865. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattermapbox.py +0 -0
  866. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterpolar.py +0 -0
  867. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterpolargl.py +0 -0
  868. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scattersmith.py +0 -0
  869. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_scatterternary.py +0 -0
  870. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_splom.py +0 -0
  871. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_streamtube.py +0 -0
  872. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_sunburst.py +0 -0
  873. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_surface.py +0 -0
  874. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_table.py +0 -0
  875. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_treemap.py +0 -0
  876. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_violin.py +0 -0
  877. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_volume.py +0 -0
  878. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/template/data/_waterfall.py +0 -0
  879. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/__init__.py +0 -0
  880. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_aaxis.py +0 -0
  881. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_baxis.py +0 -0
  882. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_caxis.py +0 -0
  883. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/_domain.py +0 -0
  884. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/__init__.py +0 -0
  885. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_tickfont.py +0 -0
  886. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_tickformatstop.py +0 -0
  887. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/_title.py +0 -0
  888. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/title/__init__.py +0 -0
  889. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/aaxis/title/_font.py +0 -0
  890. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/__init__.py +0 -0
  891. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_tickfont.py +0 -0
  892. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_tickformatstop.py +0 -0
  893. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/_title.py +0 -0
  894. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/title/__init__.py +0 -0
  895. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/baxis/title/_font.py +0 -0
  896. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/__init__.py +0 -0
  897. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_tickfont.py +0 -0
  898. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_tickformatstop.py +0 -0
  899. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/_title.py +0 -0
  900. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/title/__init__.py +0 -0
  901. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/ternary/caxis/title/_font.py +0 -0
  902. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/__init__.py +0 -0
  903. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_font.py +0 -0
  904. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_pad.py +0 -0
  905. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/_subtitle.py +0 -0
  906. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/subtitle/__init__.py +0 -0
  907. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/title/subtitle/_font.py +0 -0
  908. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/__init__.py +0 -0
  909. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_button.py +0 -0
  910. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_font.py +0 -0
  911. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/updatemenu/_pad.py +0 -0
  912. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/__init__.py +0 -0
  913. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_autorangeoptions.py +0 -0
  914. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_minor.py +0 -0
  915. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangebreak.py +0 -0
  916. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangeselector.py +0 -0
  917. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_rangeslider.py +0 -0
  918. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_tickfont.py +0 -0
  919. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_tickformatstop.py +0 -0
  920. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_title.py +0 -0
  921. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/_unifiedhovertitle.py +0 -0
  922. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/__init__.py +0 -0
  923. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/_button.py +0 -0
  924. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeselector/_font.py +0 -0
  925. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeslider/__init__.py +0 -0
  926. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/rangeslider/_yaxis.py +0 -0
  927. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/title/__init__.py +0 -0
  928. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/xaxis/title/_font.py +0 -0
  929. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/__init__.py +0 -0
  930. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_autorangeoptions.py +0 -0
  931. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_minor.py +0 -0
  932. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_rangebreak.py +0 -0
  933. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_tickfont.py +0 -0
  934. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_tickformatstop.py +0 -0
  935. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_title.py +0 -0
  936. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/_unifiedhovertitle.py +0 -0
  937. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/title/__init__.py +0 -0
  938. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/layout/yaxis/title/_font.py +0 -0
  939. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/__init__.py +0 -0
  940. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_colorbar.py +0 -0
  941. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_contour.py +0 -0
  942. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_hoverlabel.py +0 -0
  943. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_legendgrouptitle.py +0 -0
  944. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_lighting.py +0 -0
  945. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_lightposition.py +0 -0
  946. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/_stream.py +0 -0
  947. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/__init__.py +0 -0
  948. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_tickfont.py +0 -0
  949. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_tickformatstop.py +0 -0
  950. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/_title.py +0 -0
  951. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/title/__init__.py +0 -0
  952. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/colorbar/title/_font.py +0 -0
  953. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/hoverlabel/__init__.py +0 -0
  954. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/hoverlabel/_font.py +0 -0
  955. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/legendgrouptitle/__init__.py +0 -0
  956. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/mesh3d/legendgrouptitle/_font.py +0 -0
  957. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/__init__.py +0 -0
  958. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_decreasing.py +0 -0
  959. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_hoverlabel.py +0 -0
  960. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_increasing.py +0 -0
  961. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_legendgrouptitle.py +0 -0
  962. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_line.py +0 -0
  963. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/_stream.py +0 -0
  964. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/decreasing/__init__.py +0 -0
  965. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/decreasing/_line.py +0 -0
  966. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/hoverlabel/__init__.py +0 -0
  967. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/hoverlabel/_font.py +0 -0
  968. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/increasing/__init__.py +0 -0
  969. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/increasing/_line.py +0 -0
  970. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/legendgrouptitle/__init__.py +0 -0
  971. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/ohlc/legendgrouptitle/_font.py +0 -0
  972. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/__init__.py +0 -0
  973. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_dimension.py +0 -0
  974. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_domain.py +0 -0
  975. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_labelfont.py +0 -0
  976. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_legendgrouptitle.py +0 -0
  977. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_line.py +0 -0
  978. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_stream.py +0 -0
  979. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/_tickfont.py +0 -0
  980. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/legendgrouptitle/__init__.py +0 -0
  981. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/legendgrouptitle/_font.py +0 -0
  982. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/__init__.py +0 -0
  983. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/_colorbar.py +0 -0
  984. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/__init__.py +0 -0
  985. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_tickfont.py +0 -0
  986. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_tickformatstop.py +0 -0
  987. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/_title.py +0 -0
  988. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/title/__init__.py +0 -0
  989. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcats/line/colorbar/title/_font.py +0 -0
  990. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/__init__.py +0 -0
  991. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_dimension.py +0 -0
  992. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_domain.py +0 -0
  993. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_labelfont.py +0 -0
  994. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_legendgrouptitle.py +0 -0
  995. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_line.py +0 -0
  996. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_rangefont.py +0 -0
  997. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_stream.py +0 -0
  998. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_tickfont.py +0 -0
  999. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/_unselected.py +0 -0
  1000. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/legendgrouptitle/__init__.py +0 -0
  1001. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/legendgrouptitle/_font.py +0 -0
  1002. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/__init__.py +0 -0
  1003. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/_colorbar.py +0 -0
  1004. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/__init__.py +0 -0
  1005. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_tickfont.py +0 -0
  1006. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_tickformatstop.py +0 -0
  1007. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/_title.py +0 -0
  1008. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/title/__init__.py +0 -0
  1009. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/line/colorbar/title/_font.py +0 -0
  1010. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/unselected/__init__.py +0 -0
  1011. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/parcoords/unselected/_line.py +0 -0
  1012. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/__init__.py +0 -0
  1013. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_domain.py +0 -0
  1014. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_hoverlabel.py +0 -0
  1015. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_insidetextfont.py +0 -0
  1016. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_legendgrouptitle.py +0 -0
  1017. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_marker.py +0 -0
  1018. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_outsidetextfont.py +0 -0
  1019. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_stream.py +0 -0
  1020. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_textfont.py +0 -0
  1021. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/_title.py +0 -0
  1022. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/hoverlabel/__init__.py +0 -0
  1023. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/hoverlabel/_font.py +0 -0
  1024. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/legendgrouptitle/__init__.py +0 -0
  1025. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/legendgrouptitle/_font.py +0 -0
  1026. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/__init__.py +0 -0
  1027. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/_line.py +0 -0
  1028. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/marker/_pattern.py +0 -0
  1029. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/title/__init__.py +0 -0
  1030. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/pie/title/_font.py +0 -0
  1031. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/__init__.py +0 -0
  1032. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_domain.py +0 -0
  1033. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_hoverlabel.py +0 -0
  1034. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_legendgrouptitle.py +0 -0
  1035. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_link.py +0 -0
  1036. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_node.py +0 -0
  1037. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_stream.py +0 -0
  1038. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/_textfont.py +0 -0
  1039. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/hoverlabel/__init__.py +0 -0
  1040. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/hoverlabel/_font.py +0 -0
  1041. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/legendgrouptitle/__init__.py +0 -0
  1042. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/legendgrouptitle/_font.py +0 -0
  1043. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/__init__.py +0 -0
  1044. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_colorscale.py +0 -0
  1045. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_hoverlabel.py +0 -0
  1046. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/_line.py +0 -0
  1047. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/hoverlabel/__init__.py +0 -0
  1048. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/link/hoverlabel/_font.py +0 -0
  1049. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/__init__.py +0 -0
  1050. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/_hoverlabel.py +0 -0
  1051. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/_line.py +0 -0
  1052. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/hoverlabel/__init__.py +0 -0
  1053. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sankey/node/hoverlabel/_font.py +0 -0
  1054. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/__init__.py +0 -0
  1055. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_error_x.py +0 -0
  1056. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_error_y.py +0 -0
  1057. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_fillgradient.py +0 -0
  1058. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_fillpattern.py +0 -0
  1059. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_hoverlabel.py +0 -0
  1060. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_legendgrouptitle.py +0 -0
  1061. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_line.py +0 -0
  1062. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_marker.py +0 -0
  1063. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_selected.py +0 -0
  1064. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_stream.py +0 -0
  1065. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_textfont.py +0 -0
  1066. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/_unselected.py +0 -0
  1067. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/hoverlabel/__init__.py +0 -0
  1068. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/hoverlabel/_font.py +0 -0
  1069. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/legendgrouptitle/__init__.py +0 -0
  1070. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/legendgrouptitle/_font.py +0 -0
  1071. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/__init__.py +0 -0
  1072. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_colorbar.py +0 -0
  1073. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/_gradient.py +0 -0
  1074. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/__init__.py +0 -0
  1075. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_tickfont.py +0 -0
  1076. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_tickformatstop.py +0 -0
  1077. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/_title.py +0 -0
  1078. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/title/__init__.py +0 -0
  1079. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/marker/colorbar/title/_font.py +0 -0
  1080. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/__init__.py +0 -0
  1081. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/_marker.py +0 -0
  1082. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/selected/_textfont.py +0 -0
  1083. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/__init__.py +0 -0
  1084. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/_marker.py +0 -0
  1085. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter/unselected/_textfont.py +0 -0
  1086. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/__init__.py +0 -0
  1087. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_x.py +0 -0
  1088. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_y.py +0 -0
  1089. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_error_z.py +0 -0
  1090. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_hoverlabel.py +0 -0
  1091. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_legendgrouptitle.py +0 -0
  1092. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_line.py +0 -0
  1093. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_marker.py +0 -0
  1094. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_projection.py +0 -0
  1095. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_stream.py +0 -0
  1096. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/_textfont.py +0 -0
  1097. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/hoverlabel/__init__.py +0 -0
  1098. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/hoverlabel/_font.py +0 -0
  1099. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/legendgrouptitle/__init__.py +0 -0
  1100. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/legendgrouptitle/_font.py +0 -0
  1101. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/__init__.py +0 -0
  1102. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/_colorbar.py +0 -0
  1103. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/__init__.py +0 -0
  1104. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_tickfont.py +0 -0
  1105. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_tickformatstop.py +0 -0
  1106. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/_title.py +0 -0
  1107. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/title/__init__.py +0 -0
  1108. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/line/colorbar/title/_font.py +0 -0
  1109. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/__init__.py +0 -0
  1110. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/_colorbar.py +0 -0
  1111. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/_line.py +0 -0
  1112. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/__init__.py +0 -0
  1113. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_tickfont.py +0 -0
  1114. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_tickformatstop.py +0 -0
  1115. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/_title.py +0 -0
  1116. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/title/__init__.py +0 -0
  1117. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/marker/colorbar/title/_font.py +0 -0
  1118. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/__init__.py +0 -0
  1119. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_x.py +0 -0
  1120. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_y.py +0 -0
  1121. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatter3d/projection/_z.py +0 -0
  1122. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/__init__.py +0 -0
  1123. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_hoverlabel.py +0 -0
  1124. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_legendgrouptitle.py +0 -0
  1125. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_line.py +0 -0
  1126. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_marker.py +0 -0
  1127. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_selected.py +0 -0
  1128. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_stream.py +0 -0
  1129. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_textfont.py +0 -0
  1130. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/_unselected.py +0 -0
  1131. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/hoverlabel/__init__.py +0 -0
  1132. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/hoverlabel/_font.py +0 -0
  1133. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/legendgrouptitle/__init__.py +0 -0
  1134. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/legendgrouptitle/_font.py +0 -0
  1135. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/__init__.py +0 -0
  1136. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_colorbar.py +0 -0
  1137. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/_gradient.py +0 -0
  1138. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/__init__.py +0 -0
  1139. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_tickfont.py +0 -0
  1140. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_tickformatstop.py +0 -0
  1141. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/_title.py +0 -0
  1142. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/title/__init__.py +0 -0
  1143. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/marker/colorbar/title/_font.py +0 -0
  1144. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/__init__.py +0 -0
  1145. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/_marker.py +0 -0
  1146. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/selected/_textfont.py +0 -0
  1147. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/__init__.py +0 -0
  1148. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/_marker.py +0 -0
  1149. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattercarpet/unselected/_textfont.py +0 -0
  1150. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/__init__.py +0 -0
  1151. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_hoverlabel.py +0 -0
  1152. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_legendgrouptitle.py +0 -0
  1153. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_line.py +0 -0
  1154. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_marker.py +0 -0
  1155. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_selected.py +0 -0
  1156. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_stream.py +0 -0
  1157. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_textfont.py +0 -0
  1158. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/_unselected.py +0 -0
  1159. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/hoverlabel/__init__.py +0 -0
  1160. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/hoverlabel/_font.py +0 -0
  1161. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/legendgrouptitle/__init__.py +0 -0
  1162. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/legendgrouptitle/_font.py +0 -0
  1163. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/__init__.py +0 -0
  1164. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_colorbar.py +0 -0
  1165. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/_gradient.py +0 -0
  1166. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/__init__.py +0 -0
  1167. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_tickfont.py +0 -0
  1168. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_tickformatstop.py +0 -0
  1169. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/_title.py +0 -0
  1170. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/title/__init__.py +0 -0
  1171. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/marker/colorbar/title/_font.py +0 -0
  1172. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/__init__.py +0 -0
  1173. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/_marker.py +0 -0
  1174. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/selected/_textfont.py +0 -0
  1175. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/__init__.py +0 -0
  1176. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/_marker.py +0 -0
  1177. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergeo/unselected/_textfont.py +0 -0
  1178. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/__init__.py +0 -0
  1179. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_error_x.py +0 -0
  1180. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_error_y.py +0 -0
  1181. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_hoverlabel.py +0 -0
  1182. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_legendgrouptitle.py +0 -0
  1183. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_line.py +0 -0
  1184. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_marker.py +0 -0
  1185. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_selected.py +0 -0
  1186. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_stream.py +0 -0
  1187. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_textfont.py +0 -0
  1188. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/_unselected.py +0 -0
  1189. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/hoverlabel/__init__.py +0 -0
  1190. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/hoverlabel/_font.py +0 -0
  1191. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/legendgrouptitle/__init__.py +0 -0
  1192. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/legendgrouptitle/_font.py +0 -0
  1193. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/__init__.py +0 -0
  1194. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/_colorbar.py +0 -0
  1195. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/_line.py +0 -0
  1196. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/__init__.py +0 -0
  1197. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_tickfont.py +0 -0
  1198. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_tickformatstop.py +0 -0
  1199. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/_title.py +0 -0
  1200. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/title/__init__.py +0 -0
  1201. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/marker/colorbar/title/_font.py +0 -0
  1202. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/__init__.py +0 -0
  1203. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/_marker.py +0 -0
  1204. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/selected/_textfont.py +0 -0
  1205. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/__init__.py +0 -0
  1206. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/_marker.py +0 -0
  1207. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattergl/unselected/_textfont.py +0 -0
  1208. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/__init__.py +0 -0
  1209. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_cluster.py +0 -0
  1210. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_hoverlabel.py +0 -0
  1211. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_legendgrouptitle.py +0 -0
  1212. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_line.py +0 -0
  1213. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_marker.py +0 -0
  1214. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_selected.py +0 -0
  1215. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_stream.py +0 -0
  1216. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_textfont.py +0 -0
  1217. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/_unselected.py +0 -0
  1218. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/hoverlabel/__init__.py +0 -0
  1219. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/hoverlabel/_font.py +0 -0
  1220. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/legendgrouptitle/__init__.py +0 -0
  1221. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/legendgrouptitle/_font.py +0 -0
  1222. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/__init__.py +0 -0
  1223. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/_colorbar.py +0 -0
  1224. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/__init__.py +0 -0
  1225. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_tickfont.py +0 -0
  1226. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_tickformatstop.py +0 -0
  1227. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/_title.py +0 -0
  1228. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/title/__init__.py +0 -0
  1229. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/marker/colorbar/title/_font.py +0 -0
  1230. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/selected/__init__.py +0 -0
  1231. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/selected/_marker.py +0 -0
  1232. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/unselected/__init__.py +0 -0
  1233. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermap/unselected/_marker.py +0 -0
  1234. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/__init__.py +0 -0
  1235. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_cluster.py +0 -0
  1236. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_hoverlabel.py +0 -0
  1237. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_legendgrouptitle.py +0 -0
  1238. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_line.py +0 -0
  1239. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_marker.py +0 -0
  1240. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_selected.py +0 -0
  1241. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_stream.py +0 -0
  1242. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_textfont.py +0 -0
  1243. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/_unselected.py +0 -0
  1244. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/hoverlabel/__init__.py +0 -0
  1245. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/hoverlabel/_font.py +0 -0
  1246. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/legendgrouptitle/__init__.py +0 -0
  1247. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/legendgrouptitle/_font.py +0 -0
  1248. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/__init__.py +0 -0
  1249. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/_colorbar.py +0 -0
  1250. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/__init__.py +0 -0
  1251. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_tickfont.py +0 -0
  1252. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_tickformatstop.py +0 -0
  1253. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/_title.py +0 -0
  1254. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/title/__init__.py +0 -0
  1255. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/marker/colorbar/title/_font.py +0 -0
  1256. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/selected/__init__.py +0 -0
  1257. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/selected/_marker.py +0 -0
  1258. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/unselected/__init__.py +0 -0
  1259. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattermapbox/unselected/_marker.py +0 -0
  1260. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/__init__.py +0 -0
  1261. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_hoverlabel.py +0 -0
  1262. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_legendgrouptitle.py +0 -0
  1263. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_line.py +0 -0
  1264. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_marker.py +0 -0
  1265. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_selected.py +0 -0
  1266. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_stream.py +0 -0
  1267. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_textfont.py +0 -0
  1268. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/_unselected.py +0 -0
  1269. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/hoverlabel/__init__.py +0 -0
  1270. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/hoverlabel/_font.py +0 -0
  1271. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/legendgrouptitle/__init__.py +0 -0
  1272. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/legendgrouptitle/_font.py +0 -0
  1273. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/__init__.py +0 -0
  1274. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_colorbar.py +0 -0
  1275. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/_gradient.py +0 -0
  1276. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/__init__.py +0 -0
  1277. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_tickfont.py +0 -0
  1278. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_tickformatstop.py +0 -0
  1279. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/_title.py +0 -0
  1280. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/title/__init__.py +0 -0
  1281. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/marker/colorbar/title/_font.py +0 -0
  1282. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/__init__.py +0 -0
  1283. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/_marker.py +0 -0
  1284. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/selected/_textfont.py +0 -0
  1285. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/__init__.py +0 -0
  1286. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/_marker.py +0 -0
  1287. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolar/unselected/_textfont.py +0 -0
  1288. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/__init__.py +0 -0
  1289. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_hoverlabel.py +0 -0
  1290. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_legendgrouptitle.py +0 -0
  1291. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_line.py +0 -0
  1292. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_marker.py +0 -0
  1293. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_selected.py +0 -0
  1294. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_stream.py +0 -0
  1295. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_textfont.py +0 -0
  1296. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/_unselected.py +0 -0
  1297. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/hoverlabel/__init__.py +0 -0
  1298. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/hoverlabel/_font.py +0 -0
  1299. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/legendgrouptitle/__init__.py +0 -0
  1300. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/legendgrouptitle/_font.py +0 -0
  1301. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/__init__.py +0 -0
  1302. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/_colorbar.py +0 -0
  1303. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/_line.py +0 -0
  1304. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/__init__.py +0 -0
  1305. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickfont.py +0 -0
  1306. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_tickformatstop.py +0 -0
  1307. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/_title.py +0 -0
  1308. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/title/__init__.py +0 -0
  1309. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/marker/colorbar/title/_font.py +0 -0
  1310. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/__init__.py +0 -0
  1311. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/_marker.py +0 -0
  1312. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/selected/_textfont.py +0 -0
  1313. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/__init__.py +0 -0
  1314. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/_marker.py +0 -0
  1315. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterpolargl/unselected/_textfont.py +0 -0
  1316. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/__init__.py +0 -0
  1317. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_hoverlabel.py +0 -0
  1318. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_legendgrouptitle.py +0 -0
  1319. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_line.py +0 -0
  1320. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_marker.py +0 -0
  1321. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_selected.py +0 -0
  1322. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_stream.py +0 -0
  1323. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_textfont.py +0 -0
  1324. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/_unselected.py +0 -0
  1325. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/hoverlabel/__init__.py +0 -0
  1326. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/hoverlabel/_font.py +0 -0
  1327. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/legendgrouptitle/__init__.py +0 -0
  1328. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/legendgrouptitle/_font.py +0 -0
  1329. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/__init__.py +0 -0
  1330. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_colorbar.py +0 -0
  1331. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/_gradient.py +0 -0
  1332. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/__init__.py +0 -0
  1333. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_tickfont.py +0 -0
  1334. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_tickformatstop.py +0 -0
  1335. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/_title.py +0 -0
  1336. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/title/__init__.py +0 -0
  1337. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/marker/colorbar/title/_font.py +0 -0
  1338. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/__init__.py +0 -0
  1339. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/_marker.py +0 -0
  1340. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/selected/_textfont.py +0 -0
  1341. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/__init__.py +0 -0
  1342. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/_marker.py +0 -0
  1343. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scattersmith/unselected/_textfont.py +0 -0
  1344. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/__init__.py +0 -0
  1345. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_hoverlabel.py +0 -0
  1346. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_legendgrouptitle.py +0 -0
  1347. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_line.py +0 -0
  1348. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_marker.py +0 -0
  1349. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_selected.py +0 -0
  1350. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_stream.py +0 -0
  1351. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_textfont.py +0 -0
  1352. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/_unselected.py +0 -0
  1353. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/hoverlabel/__init__.py +0 -0
  1354. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/hoverlabel/_font.py +0 -0
  1355. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/legendgrouptitle/__init__.py +0 -0
  1356. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/legendgrouptitle/_font.py +0 -0
  1357. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/__init__.py +0 -0
  1358. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_colorbar.py +0 -0
  1359. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/_gradient.py +0 -0
  1360. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/__init__.py +0 -0
  1361. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_tickfont.py +0 -0
  1362. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_tickformatstop.py +0 -0
  1363. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/_title.py +0 -0
  1364. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/title/__init__.py +0 -0
  1365. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/marker/colorbar/title/_font.py +0 -0
  1366. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/__init__.py +0 -0
  1367. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/_marker.py +0 -0
  1368. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/selected/_textfont.py +0 -0
  1369. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/__init__.py +0 -0
  1370. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/_marker.py +0 -0
  1371. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/scatterternary/unselected/_textfont.py +0 -0
  1372. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/__init__.py +0 -0
  1373. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_diagonal.py +0 -0
  1374. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_dimension.py +0 -0
  1375. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_hoverlabel.py +0 -0
  1376. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_legendgrouptitle.py +0 -0
  1377. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_marker.py +0 -0
  1378. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_selected.py +0 -0
  1379. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_stream.py +0 -0
  1380. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/_unselected.py +0 -0
  1381. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/dimension/__init__.py +0 -0
  1382. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/dimension/_axis.py +0 -0
  1383. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/hoverlabel/__init__.py +0 -0
  1384. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/hoverlabel/_font.py +0 -0
  1385. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/legendgrouptitle/__init__.py +0 -0
  1386. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/legendgrouptitle/_font.py +0 -0
  1387. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/__init__.py +0 -0
  1388. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/_colorbar.py +0 -0
  1389. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/_line.py +0 -0
  1390. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/__init__.py +0 -0
  1391. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_tickfont.py +0 -0
  1392. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_tickformatstop.py +0 -0
  1393. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/_title.py +0 -0
  1394. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/title/__init__.py +0 -0
  1395. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/marker/colorbar/title/_font.py +0 -0
  1396. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/selected/__init__.py +0 -0
  1397. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/selected/_marker.py +0 -0
  1398. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/unselected/__init__.py +0 -0
  1399. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/splom/unselected/_marker.py +0 -0
  1400. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/__init__.py +0 -0
  1401. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_colorbar.py +0 -0
  1402. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_hoverlabel.py +0 -0
  1403. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_legendgrouptitle.py +0 -0
  1404. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_lighting.py +0 -0
  1405. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_lightposition.py +0 -0
  1406. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_starts.py +0 -0
  1407. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/_stream.py +0 -0
  1408. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/__init__.py +0 -0
  1409. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_tickfont.py +0 -0
  1410. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_tickformatstop.py +0 -0
  1411. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/_title.py +0 -0
  1412. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/title/__init__.py +0 -0
  1413. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/colorbar/title/_font.py +0 -0
  1414. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/hoverlabel/__init__.py +0 -0
  1415. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/hoverlabel/_font.py +0 -0
  1416. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/legendgrouptitle/__init__.py +0 -0
  1417. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/streamtube/legendgrouptitle/_font.py +0 -0
  1418. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/__init__.py +0 -0
  1419. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_domain.py +0 -0
  1420. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_hoverlabel.py +0 -0
  1421. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_insidetextfont.py +0 -0
  1422. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_leaf.py +0 -0
  1423. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_legendgrouptitle.py +0 -0
  1424. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_marker.py +0 -0
  1425. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_outsidetextfont.py +0 -0
  1426. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_root.py +0 -0
  1427. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_stream.py +0 -0
  1428. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/_textfont.py +0 -0
  1429. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/hoverlabel/__init__.py +0 -0
  1430. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/hoverlabel/_font.py +0 -0
  1431. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/legendgrouptitle/__init__.py +0 -0
  1432. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/legendgrouptitle/_font.py +0 -0
  1433. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/__init__.py +0 -0
  1434. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_colorbar.py +0 -0
  1435. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_line.py +0 -0
  1436. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/_pattern.py +0 -0
  1437. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/__init__.py +0 -0
  1438. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_tickfont.py +0 -0
  1439. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_tickformatstop.py +0 -0
  1440. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/_title.py +0 -0
  1441. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/title/__init__.py +0 -0
  1442. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/sunburst/marker/colorbar/title/_font.py +0 -0
  1443. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/__init__.py +0 -0
  1444. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_colorbar.py +0 -0
  1445. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_contours.py +0 -0
  1446. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_hoverlabel.py +0 -0
  1447. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_legendgrouptitle.py +0 -0
  1448. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_lighting.py +0 -0
  1449. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_lightposition.py +0 -0
  1450. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/_stream.py +0 -0
  1451. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/__init__.py +0 -0
  1452. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_tickfont.py +0 -0
  1453. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_tickformatstop.py +0 -0
  1454. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/_title.py +0 -0
  1455. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/title/__init__.py +0 -0
  1456. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/colorbar/title/_font.py +0 -0
  1457. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/__init__.py +0 -0
  1458. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_x.py +0 -0
  1459. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_y.py +0 -0
  1460. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/_z.py +0 -0
  1461. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/x/__init__.py +0 -0
  1462. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/x/_project.py +0 -0
  1463. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/y/__init__.py +0 -0
  1464. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/y/_project.py +0 -0
  1465. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/z/__init__.py +0 -0
  1466. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/contours/z/_project.py +0 -0
  1467. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/hoverlabel/__init__.py +0 -0
  1468. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/hoverlabel/_font.py +0 -0
  1469. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/legendgrouptitle/__init__.py +0 -0
  1470. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/surface/legendgrouptitle/_font.py +0 -0
  1471. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/__init__.py +0 -0
  1472. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_cells.py +0 -0
  1473. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_domain.py +0 -0
  1474. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_header.py +0 -0
  1475. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_hoverlabel.py +0 -0
  1476. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_legendgrouptitle.py +0 -0
  1477. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/_stream.py +0 -0
  1478. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/__init__.py +0 -0
  1479. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_fill.py +0 -0
  1480. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_font.py +0 -0
  1481. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/cells/_line.py +0 -0
  1482. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/__init__.py +0 -0
  1483. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_fill.py +0 -0
  1484. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_font.py +0 -0
  1485. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/header/_line.py +0 -0
  1486. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/hoverlabel/__init__.py +0 -0
  1487. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/hoverlabel/_font.py +0 -0
  1488. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/legendgrouptitle/__init__.py +0 -0
  1489. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/table/legendgrouptitle/_font.py +0 -0
  1490. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/__init__.py +0 -0
  1491. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_domain.py +0 -0
  1492. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_hoverlabel.py +0 -0
  1493. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_insidetextfont.py +0 -0
  1494. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_legendgrouptitle.py +0 -0
  1495. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_marker.py +0 -0
  1496. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_outsidetextfont.py +0 -0
  1497. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_pathbar.py +0 -0
  1498. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_root.py +0 -0
  1499. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_stream.py +0 -0
  1500. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_textfont.py +0 -0
  1501. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/_tiling.py +0 -0
  1502. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/hoverlabel/__init__.py +0 -0
  1503. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/hoverlabel/_font.py +0 -0
  1504. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/legendgrouptitle/__init__.py +0 -0
  1505. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/legendgrouptitle/_font.py +0 -0
  1506. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/__init__.py +0 -0
  1507. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_colorbar.py +0 -0
  1508. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_line.py +0 -0
  1509. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_pad.py +0 -0
  1510. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/_pattern.py +0 -0
  1511. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/__init__.py +0 -0
  1512. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_tickfont.py +0 -0
  1513. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_tickformatstop.py +0 -0
  1514. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/_title.py +0 -0
  1515. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/title/__init__.py +0 -0
  1516. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/marker/colorbar/title/_font.py +0 -0
  1517. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/pathbar/__init__.py +0 -0
  1518. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/treemap/pathbar/_textfont.py +0 -0
  1519. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/__init__.py +0 -0
  1520. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_box.py +0 -0
  1521. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_hoverlabel.py +0 -0
  1522. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_legendgrouptitle.py +0 -0
  1523. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_line.py +0 -0
  1524. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_marker.py +0 -0
  1525. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_meanline.py +0 -0
  1526. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_selected.py +0 -0
  1527. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_stream.py +0 -0
  1528. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/_unselected.py +0 -0
  1529. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/box/__init__.py +0 -0
  1530. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/box/_line.py +0 -0
  1531. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/hoverlabel/__init__.py +0 -0
  1532. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/hoverlabel/_font.py +0 -0
  1533. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/legendgrouptitle/__init__.py +0 -0
  1534. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/legendgrouptitle/_font.py +0 -0
  1535. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/marker/__init__.py +0 -0
  1536. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/marker/_line.py +0 -0
  1537. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/selected/__init__.py +0 -0
  1538. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/selected/_marker.py +0 -0
  1539. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/unselected/__init__.py +0 -0
  1540. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/violin/unselected/_marker.py +0 -0
  1541. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/__init__.py +0 -0
  1542. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_caps.py +0 -0
  1543. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_colorbar.py +0 -0
  1544. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_contour.py +0 -0
  1545. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_hoverlabel.py +0 -0
  1546. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_legendgrouptitle.py +0 -0
  1547. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_lighting.py +0 -0
  1548. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_lightposition.py +0 -0
  1549. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_slices.py +0 -0
  1550. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_spaceframe.py +0 -0
  1551. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_stream.py +0 -0
  1552. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/_surface.py +0 -0
  1553. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/__init__.py +0 -0
  1554. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_x.py +0 -0
  1555. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_y.py +0 -0
  1556. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/caps/_z.py +0 -0
  1557. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/__init__.py +0 -0
  1558. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_tickfont.py +0 -0
  1559. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_tickformatstop.py +0 -0
  1560. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/_title.py +0 -0
  1561. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/title/__init__.py +0 -0
  1562. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/colorbar/title/_font.py +0 -0
  1563. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/hoverlabel/__init__.py +0 -0
  1564. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/hoverlabel/_font.py +0 -0
  1565. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/legendgrouptitle/__init__.py +0 -0
  1566. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/legendgrouptitle/_font.py +0 -0
  1567. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/__init__.py +0 -0
  1568. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_x.py +0 -0
  1569. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_y.py +0 -0
  1570. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/volume/slices/_z.py +0 -0
  1571. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/__init__.py +0 -0
  1572. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_connector.py +0 -0
  1573. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_decreasing.py +0 -0
  1574. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_hoverlabel.py +0 -0
  1575. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_increasing.py +0 -0
  1576. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_insidetextfont.py +0 -0
  1577. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_legendgrouptitle.py +0 -0
  1578. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_outsidetextfont.py +0 -0
  1579. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_stream.py +0 -0
  1580. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_textfont.py +0 -0
  1581. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/_totals.py +0 -0
  1582. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/connector/__init__.py +0 -0
  1583. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/connector/_line.py +0 -0
  1584. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/__init__.py +0 -0
  1585. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/_marker.py +0 -0
  1586. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/marker/__init__.py +0 -0
  1587. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/decreasing/marker/_line.py +0 -0
  1588. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/hoverlabel/__init__.py +0 -0
  1589. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/hoverlabel/_font.py +0 -0
  1590. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/__init__.py +0 -0
  1591. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/_marker.py +0 -0
  1592. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/marker/__init__.py +0 -0
  1593. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/increasing/marker/_line.py +0 -0
  1594. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/legendgrouptitle/__init__.py +0 -0
  1595. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/legendgrouptitle/_font.py +0 -0
  1596. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/__init__.py +0 -0
  1597. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/_marker.py +0 -0
  1598. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/marker/__init__.py +0 -0
  1599. {plotly-6.5.2 → plotly-6.6.0}/plotly/graph_objs/waterfall/totals/marker/_line.py +0 -0
  1600. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/__init__.py +0 -0
  1601. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_defaults.py +0 -0
  1602. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_json.py +0 -0
  1603. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_orca.py +0 -0
  1604. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_renderers.py +0 -0
  1605. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_sg_scraper.py +0 -0
  1606. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_templates.py +0 -0
  1607. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/_utils.py +0 -0
  1608. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/base_renderers.py +0 -0
  1609. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/json.py +0 -0
  1610. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/kaleido.py +0 -0
  1611. {plotly-6.5.2 → plotly-6.6.0}/plotly/io/orca.py +0 -0
  1612. {plotly-6.5.2 → plotly-6.6.0}/plotly/labextension/static/style.js +0 -0
  1613. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/__init__.py +0 -0
  1614. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/__init__.py +0 -0
  1615. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/exporter.py +0 -0
  1616. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/__init__.py +0 -0
  1617. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/base.py +0 -0
  1618. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/fake_renderer.py +0 -0
  1619. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/vega_renderer.py +0 -0
  1620. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/renderers/vincent_renderer.py +0 -0
  1621. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/__init__.py +0 -0
  1622. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/test_basic.py +0 -0
  1623. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tests/test_utils.py +0 -0
  1624. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/tools.py +0 -0
  1625. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mplexporter/utils.py +0 -0
  1626. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/mpltools.py +0 -0
  1627. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/tests/__init__.py +0 -0
  1628. {plotly-6.5.2 → plotly-6.6.0}/plotly/matplotlylib/tests/test_renderer.py +0 -0
  1629. {plotly-6.5.2 → plotly-6.6.0}/plotly/missing_anywidget.py +0 -0
  1630. {plotly-6.5.2 → plotly-6.6.0}/plotly/offline/__init__.py +0 -0
  1631. {plotly-6.5.2 → plotly-6.6.0}/plotly/optional_imports.py +0 -0
  1632. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/carshare.csv.gz +0 -0
  1633. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/election.csv.gz +0 -0
  1634. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/election.geojson.gz +0 -0
  1635. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/experiment.csv.gz +0 -0
  1636. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/gapminder.csv.gz +0 -0
  1637. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/iris.csv.gz +0 -0
  1638. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/medals.csv.gz +0 -0
  1639. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/stocks.csv.gz +0 -0
  1640. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/tips.csv.gz +0 -0
  1641. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/datasets/wind.csv.gz +0 -0
  1642. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/ggplot2.json +0 -0
  1643. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/gridon.json +0 -0
  1644. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly.json +0 -0
  1645. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly_dark.json +0 -0
  1646. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/plotly_white.json +0 -0
  1647. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/presentation.json +0 -0
  1648. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/seaborn.json +0 -0
  1649. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/simple_white.json +0 -0
  1650. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/xgridoff.json +0 -0
  1651. {plotly-6.5.2 → plotly-6.6.0}/plotly/package_data/templates/ygridoff.json +0 -0
  1652. {plotly-6.5.2 → plotly-6.6.0}/plotly/serializers.py +0 -0
  1653. {plotly-6.5.2 → plotly-6.6.0}/plotly/shapeannotation.py +0 -0
  1654. {plotly-6.5.2 → plotly-6.6.0}/plotly/subplots.py +0 -0
  1655. {plotly-6.5.2 → plotly-6.6.0}/plotly/utils.py +0 -0
  1656. {plotly-6.5.2 → plotly-6.6.0}/plotly/validator_cache.py +0 -0
  1657. {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/dependency_links.txt +0 -0
  1658. {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/entry_points.txt +0 -0
  1659. {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/requires.txt +0 -0
  1660. {plotly-6.5.2 → plotly-6.6.0}/plotly.egg-info/top_level.txt +0 -0
  1661. {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.5.2
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` and
154
- `ycenter`. Variables that can't be found will be replaced with
155
- the specifier. For example, a template of "data: %{x}, %{y}"
156
- will result in a value of "data: 1, %{y}" if x is 1 and y is
157
- missing. Variables with an undefined value will be replaced
158
- with the fallback value.
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` and `ycenter`. Variables that can't be found
289
- will be replaced with the specifier. For example, a
290
- template of "data: %{x}, %{y}" will result in a value
291
- of "data: 1, %{y}" if x is 1 and y is missing.
292
- Variables with an undefined value will be replaced with
293
- the fallback value.
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` and `ycenter`. Variables that can't be found
384
- will be replaced with the specifier. For example, a
385
- template of "data: %{x}, %{y}" will result in a value
386
- of "data: 1, %{y}" if x is 1 and y is missing.
387
- Variables with an undefined value will be replaced with
388
- the fallback value.
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