plotly-stubs 0.0.2__tar.gz → 0.0.4__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 (120) hide show
  1. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/PKG-INFO +1 -1
  2. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/pyproject.toml +1 -1
  3. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/basedatatypes.pyi +5 -5
  4. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/callbacks.pyi +10 -10
  5. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/express/__init__.pyi +1 -1
  6. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objects/__init__.pyi +50 -50
  7. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/__init__.pyi +104 -106
  8. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_bar.pyi +120 -129
  9. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_box.pyi +144 -153
  10. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_contour.pyi +125 -130
  11. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_heatmap.pyi +123 -128
  12. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_layout.pyi +145 -144
  13. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_scatter.pyi +122 -129
  14. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_surface.pyi +94 -99
  15. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/bar/__init__.pyi +2 -1
  16. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/bar/_stream.pyi +4 -4
  17. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/choropleth → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/bar}/selected/_marker.pyi +4 -4
  18. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/scatter → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/bar}/selected/_textfont.pyi +2 -2
  19. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/bar/unselected/_marker.pyi +4 -4
  20. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/bar/selected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/bar/unselected}/_textfont.pyi +2 -2
  21. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/box/__init__.pyi +2 -1
  22. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/box/_line.pyi +4 -4
  23. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/box/unselected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/box/selected}/_marker.pyi +6 -6
  24. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/scatter/selected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/box/unselected}/_marker.pyi +6 -6
  25. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/bar → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/choropleth}/selected/_marker.pyi +4 -4
  26. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choropleth/unselected/_marker.pyi +4 -4
  27. plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/layout/_annotation.pyi +233 -0
  28. plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/layout/_margin.pyi +43 -0
  29. plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/layout/_title.pyi +74 -0
  30. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/layout/newselection/_line.pyi +6 -6
  31. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/__init__.pyi +3 -1
  32. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/marker/__init__.pyi +1 -1
  33. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/scatter/unselected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/scatter/selected}/_marker.pyi +6 -6
  34. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/scatter/unselected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/scatter/selected}/_textfont.pyi +2 -2
  35. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/box/selected → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/scatter/unselected}/_marker.pyi +6 -6
  36. {plotly_stubs-0.0.2/src/plotly-stubs/graph_objs/bar → plotly_stubs-0.0.4/src/plotly-stubs/graph_objs/scatter}/unselected/_textfont.pyi +2 -2
  37. plotly_stubs-0.0.4/src/plotly-stubs/offline/offline.pyi +91 -0
  38. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/.coveragerc +0 -0
  39. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/.editorconfig +0 -0
  40. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/.gitignore +0 -0
  41. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/.pre-commit-config.yaml +0 -0
  42. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/LICENSE +0 -0
  43. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/README.md +0 -0
  44. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/pytest.ini +0 -0
  45. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/ruff.toml +0 -0
  46. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/__init__.pyi +0 -0
  47. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/colors/__init__.pyi +0 -0
  48. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/express/colors/__init__.pyi +0 -0
  49. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/_figure.pyi +0 -0
  50. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/bar/selected/__init__.pyi +0 -0
  51. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/bar/unselected/__init__.pyi +0 -0
  52. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/barpolar/__init__.pyi +0 -0
  53. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/box/selected/__init__.pyi +0 -0
  54. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/box/unselected/__init__.pyi +0 -0
  55. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/candlestick/__init__.pyi +0 -0
  56. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/carpet/__init__.pyi +0 -0
  57. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choropleth/__init__.pyi +0 -0
  58. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choropleth/selected/__init__.pyi +0 -0
  59. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choropleth/unselected/__init__.pyi +0 -0
  60. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choroplethmap/__init__.pyi +0 -0
  61. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/choroplethmapbox/__init__.pyi +0 -0
  62. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/cone/__init__.pyi +0 -0
  63. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/contour/__init__.pyi +0 -0
  64. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/contourcarpet/__init__.pyi +0 -0
  65. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/densitymap/__init__.pyi +0 -0
  66. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/densitymapbox/__init__.pyi +0 -0
  67. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/funnel/__init__.pyi +0 -0
  68. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/funnelarea/__init__.pyi +0 -0
  69. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/graph_objs_disabled.pyi +0 -0
  70. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/heatmap/__init__.pyi +0 -0
  71. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/histogram/__init__.pyi +0 -0
  72. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/histogram2d/__init__.pyi +0 -0
  73. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/histogram2dcontour/__init__.pyi +0 -0
  74. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/icicle/__init__.pyi +0 -0
  75. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/image/__init__.pyi +0 -0
  76. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/indicator/__init__.pyi +0 -0
  77. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/isosurface/__init__.pyi +0 -0
  78. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/layout/__init__.pyi +0 -0
  79. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/layout/newselection/__init__.pyi +0 -0
  80. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/mesh3d/__init__.pyi +0 -0
  81. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/ohlc/__init__.pyi +0 -0
  82. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/parcats/__init__.pyi +0 -0
  83. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/parcoords/__init__.pyi +0 -0
  84. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/pie/__init__.pyi +0 -0
  85. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/sankey/__init__.pyi +0 -0
  86. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/marker/colorbar/__init__.pyi +0 -0
  87. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/marker/colorbar/title/__init__.pyi +0 -0
  88. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/selected/__init__.pyi +0 -0
  89. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter/unselected/__init__.pyi +0 -0
  90. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatter3d/__init__.pyi +0 -0
  91. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattercarpet/__init__.pyi +0 -0
  92. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattergeo/__init__.pyi +0 -0
  93. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattergl/__init__.pyi +0 -0
  94. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattermap/__init__.pyi +0 -0
  95. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattermapbox/__init__.pyi +0 -0
  96. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatterpolar/__init__.pyi +0 -0
  97. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatterpolargl/__init__.pyi +0 -0
  98. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scattersmith/__init__.pyi +0 -0
  99. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/scatterternary/__init__.pyi +0 -0
  100. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/splom/__init__.pyi +0 -0
  101. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/streamtube/__init__.pyi +0 -0
  102. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/subplots.pyi +0 -0
  103. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/sunburst/__init__.pyi +0 -0
  104. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/surface/__init__.pyi +0 -0
  105. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/table/__init__.pyi +0 -0
  106. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/treemap/__init__.pyi +0 -0
  107. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/violin/__init__.pyi +0 -0
  108. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/volume/__init__.pyi +0 -0
  109. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/graph_objs/waterfall/__init__.pyi +0 -0
  110. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/io/__init__.pyi +0 -0
  111. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/offline/__init__.pyi +0 -0
  112. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/offline/_plotlyjs_version.pyi +0 -0
  113. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/py.typed +0 -0
  114. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/subplots.pyi +0 -0
  115. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/src/plotly-stubs/utils.pyi +0 -0
  116. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/tests/.gitignore +0 -0
  117. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/tests/__init__.py +0 -0
  118. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/tests/conftest.py +0 -0
  119. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/tests/test_dummy.py +0 -0
  120. {plotly_stubs-0.0.2 → plotly_stubs-0.0.4}/tests/test_working_directory/.gitignore +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotly-stubs
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Type stubs for plotly.
5
5
  Project-URL: Homepage, https://github.com/ClaasRostock/plotly-stubs
6
6
  Project-URL: Documentation, https://ClaasRostock.github.io/plotly-stubs/README.html
@@ -25,7 +25,7 @@ packages = [
25
25
 
26
26
  [project]
27
27
  name = "plotly-stubs"
28
- version = "0.0.2"
28
+ version = "0.0.4"
29
29
  description = "Type stubs for plotly."
30
30
  readme = "README.md"
31
31
  requires-python = ">= 3.10, < 3.14"
@@ -171,7 +171,7 @@ class BaseFigure:
171
171
  self,
172
172
  warn: bool = ...,
173
173
  as_dict: bool = ...,
174
- ) -> Figure | dict[str, Any]: ...
174
+ ) -> Figure: ...
175
175
  def write_json(
176
176
  self,
177
177
  file: Path | os.PathLike[str],
@@ -304,12 +304,12 @@ class BasePlotlyType:
304
304
  **kwargs: Any,
305
305
  ) -> None: ...
306
306
  @property
307
- def plotly_name(self) -> str: ...
307
+ def plotly_name(self) -> str | None: ...
308
308
  @property
309
309
  def parent(self) -> BasePlotlyType | BaseFigure: ...
310
310
  @property
311
311
  def figure(self) -> BaseFigure | None: ...
312
- def __reduce__(self) -> Any: ...
312
+ def __reduce__(self) -> tuple[type[BasePlotlyType], tuple[dict[str, Any]]]: ...
313
313
  def __getitem__(self, prop: str) -> Any: ...
314
314
  def __contains__(self, prop: str) -> bool: ...
315
315
  def __setitem__(self, prop: str, value: Any) -> None: ...
@@ -373,9 +373,9 @@ class BaseTraceType(BaseTraceHierarchyType):
373
373
  **kwargs: Any,
374
374
  ) -> None: ...
375
375
  @property
376
- def uid(self) -> str | int: ...
376
+ def uid(self) -> str | int | None: ...
377
377
  @uid.setter
378
- def uid(self, val: str | int) -> None: ...
378
+ def uid(self, val: str | int | None) -> None: ...
379
379
  def on_hover(
380
380
  self,
381
381
  callback: Callable[[BaseTraceType, Points, InputDeviceState], None],
@@ -19,17 +19,17 @@ class InputDeviceState:
19
19
  **_: Any,
20
20
  ) -> None: ...
21
21
  @property
22
- def alt(self) -> bool: ...
22
+ def alt(self) -> bool | None: ...
23
23
  @property
24
- def ctrl(self) -> bool: ...
24
+ def ctrl(self) -> bool | None: ...
25
25
  @property
26
- def shift(self) -> bool: ...
26
+ def shift(self) -> bool | None: ...
27
27
  @property
28
- def meta(self) -> bool: ...
28
+ def meta(self) -> bool | None: ...
29
29
  @property
30
- def button(self) -> int: ...
30
+ def button(self) -> int | None: ...
31
31
  @property
32
- def buttons(self) -> int: ...
32
+ def buttons(self) -> int | None: ...
33
33
 
34
34
  class Points:
35
35
  def __init__(
@@ -47,9 +47,9 @@ class Points:
47
47
  @property
48
48
  def ys(self) -> list[float]: ...
49
49
  @property
50
- def trace_name(self) -> str: ...
50
+ def trace_name(self) -> str | None: ...
51
51
  @property
52
- def trace_index(self) -> int: ...
52
+ def trace_index(self) -> int | None: ...
53
53
 
54
54
  class BoxSelector:
55
55
  def __init__(
@@ -59,7 +59,7 @@ class BoxSelector:
59
59
  **_: Any,
60
60
  ) -> None: ...
61
61
  @property
62
- def type(self) -> str: ...
62
+ def type(self) -> str | None: ...
63
63
  @property
64
64
  def xrange(self) -> tuple[float, float]: ...
65
65
  @property
@@ -73,7 +73,7 @@ class LassoSelector:
73
73
  **_: Any,
74
74
  ) -> None: ...
75
75
  @property
76
- def type(self) -> str: ...
76
+ def type(self) -> str | None: ...
77
77
  @property
78
78
  def xs(self) -> list[float]: ...
79
79
  @property
@@ -1,4 +1,4 @@
1
- from plotly.express import colors
1
+ import plotly.express.colors as colors
2
2
  from plotly.express._chart_types import (
3
3
  area,
4
4
  bar,
@@ -1,7 +1,7 @@
1
1
  from plotly.graph_objs import (
2
- AngularAxis,
3
- Annotation,
4
- Annotations,
2
+ # AngularAxis,
3
+ # Annotation,
4
+ # Annotations,
5
5
  Bar,
6
6
  Barpolar,
7
7
  Box,
@@ -10,43 +10,43 @@ from plotly.graph_objs import (
10
10
  Choropleth,
11
11
  Choroplethmap,
12
12
  Choroplethmapbox,
13
- ColorBar,
13
+ # ColorBar,
14
14
  Cone,
15
15
  Contour,
16
16
  Contourcarpet,
17
- Contours,
18
- Data,
17
+ # Contours,
18
+ # Data,
19
19
  Densitymap,
20
20
  Densitymapbox,
21
- ErrorX,
22
- ErrorY,
23
- ErrorZ,
21
+ # ErrorX,
22
+ # ErrorY,
23
+ # ErrorZ,
24
24
  Figure,
25
- Font,
25
+ # Font,
26
26
  Frame,
27
- Frames,
27
+ # Frames,
28
28
  Funnel,
29
29
  Funnelarea,
30
30
  Heatmap,
31
31
  Histogram,
32
32
  Histogram2d,
33
33
  Histogram2dContour,
34
- Histogram2dcontour,
34
+ # Histogram2dcontour,
35
35
  Icicle,
36
36
  Image,
37
37
  Indicator,
38
38
  Isosurface,
39
39
  Layout,
40
- Legend,
41
- Line,
42
- Margin,
43
- Marker,
40
+ # Legend,
41
+ # Line,
42
+ # Margin,
43
+ # Marker,
44
44
  Mesh3d,
45
45
  Ohlc,
46
46
  Parcats,
47
47
  Parcoords,
48
48
  Pie,
49
- RadialAxis,
49
+ # RadialAxis,
50
50
  Sankey,
51
51
  Scatter,
52
52
  Scatter3d,
@@ -59,23 +59,23 @@ from plotly.graph_objs import (
59
59
  Scatterpolargl,
60
60
  Scattersmith,
61
61
  Scatterternary,
62
- Scene,
62
+ # Scene,
63
63
  Splom,
64
- Stream,
64
+ # Stream,
65
65
  Streamtube,
66
66
  Sunburst,
67
67
  Surface,
68
68
  Table,
69
- Trace,
69
+ # Trace,
70
70
  Treemap,
71
71
  Violin,
72
72
  Volume,
73
73
  Waterfall,
74
- XAxis,
75
- XBins,
76
- YAxis,
77
- YBins,
78
- ZAxis,
74
+ # XAxis,
75
+ # XBins,
76
+ # YAxis,
77
+ # YBins,
78
+ # ZAxis,
79
79
  bar,
80
80
  barpolar,
81
81
  box,
@@ -129,9 +129,9 @@ from plotly.graph_objs import (
129
129
  )
130
130
 
131
131
  __all__ = [
132
- "AngularAxis",
133
- "Annotation",
134
- "Annotations",
132
+ # "AngularAxis",
133
+ # "Annotation",
134
+ # "Annotations",
135
135
  "Bar",
136
136
  "Barpolar",
137
137
  "Box",
@@ -140,43 +140,43 @@ __all__ = [
140
140
  "Choropleth",
141
141
  "Choroplethmap",
142
142
  "Choroplethmapbox",
143
- "ColorBar",
143
+ # "ColorBar",
144
144
  "Cone",
145
145
  "Contour",
146
146
  "Contourcarpet",
147
- "Contours",
148
- "Data",
147
+ # "Contours",
148
+ # "Data",
149
149
  "Densitymap",
150
150
  "Densitymapbox",
151
- "ErrorX",
152
- "ErrorY",
153
- "ErrorZ",
151
+ # "ErrorX",
152
+ # "ErrorY",
153
+ # "ErrorZ",
154
154
  "Figure",
155
- "Font",
155
+ # "Font",
156
156
  "Frame",
157
- "Frames",
157
+ # "Frames",
158
158
  "Funnel",
159
159
  "Funnelarea",
160
160
  "Heatmap",
161
161
  "Histogram",
162
162
  "Histogram2d",
163
163
  "Histogram2dContour",
164
- "Histogram2dcontour",
164
+ # "Histogram2dcontour",
165
165
  "Icicle",
166
166
  "Image",
167
167
  "Indicator",
168
168
  "Isosurface",
169
169
  "Layout",
170
- "Legend",
171
- "Line",
172
- "Margin",
173
- "Marker",
170
+ # "Legend",
171
+ # "Line",
172
+ # "Margin",
173
+ # "Marker",
174
174
  "Mesh3d",
175
175
  "Ohlc",
176
176
  "Parcats",
177
177
  "Parcoords",
178
178
  "Pie",
179
- "RadialAxis",
179
+ # "RadialAxis",
180
180
  "Sankey",
181
181
  "Scatter",
182
182
  "Scatter3d",
@@ -189,23 +189,23 @@ __all__ = [
189
189
  "Scatterpolargl",
190
190
  "Scattersmith",
191
191
  "Scatterternary",
192
- "Scene",
192
+ # "Scene",
193
193
  "Splom",
194
- "Stream",
194
+ # "Stream",
195
195
  "Streamtube",
196
196
  "Sunburst",
197
197
  "Surface",
198
198
  "Table",
199
- "Trace",
199
+ # "Trace",
200
200
  "Treemap",
201
201
  "Violin",
202
202
  "Volume",
203
203
  "Waterfall",
204
- "XAxis",
205
- "XBins",
206
- "YAxis",
207
- "YBins",
208
- "ZAxis",
204
+ # "XAxis",
205
+ # "XBins",
206
+ # "YAxis",
207
+ # "YBins",
208
+ # "ZAxis",
209
209
  "bar",
210
210
  "barpolar",
211
211
  "box",
@@ -1,55 +1,53 @@
1
- from plotly.graph_objs import (
2
- bar,
3
- barpolar,
4
- box,
5
- candlestick,
6
- carpet,
7
- choropleth,
8
- choroplethmap,
9
- choroplethmapbox,
10
- cone,
11
- contour,
12
- contourcarpet,
13
- densitymap,
14
- densitymapbox,
15
- funnel,
16
- funnelarea,
17
- heatmap,
18
- histogram,
19
- histogram2d,
20
- histogram2dcontour,
21
- icicle,
22
- image,
23
- indicator,
24
- isosurface,
25
- layout,
26
- mesh3d,
27
- ohlc,
28
- parcats,
29
- parcoords,
30
- pie,
31
- sankey,
32
- scatter,
33
- scatter3d,
34
- scattercarpet,
35
- scattergeo,
36
- scattergl,
37
- scattermap,
38
- scattermapbox,
39
- scatterpolar,
40
- scatterpolargl,
41
- scattersmith,
42
- scatterternary,
43
- splom,
44
- streamtube,
45
- sunburst,
46
- surface,
47
- table,
48
- treemap,
49
- violin,
50
- volume,
51
- waterfall,
52
- )
1
+ import plotly.graph_objs.bar as bar
2
+ import plotly.graph_objs.barpolar as barpolar
3
+ import plotly.graph_objs.box as box
4
+ import plotly.graph_objs.candlestick as candlestick
5
+ import plotly.graph_objs.carpet as carpet
6
+ import plotly.graph_objs.choropleth as choropleth
7
+ import plotly.graph_objs.choroplethmap as choroplethmap
8
+ import plotly.graph_objs.choroplethmapbox as choroplethmapbox
9
+ import plotly.graph_objs.cone as cone
10
+ import plotly.graph_objs.contour as contour
11
+ import plotly.graph_objs.contourcarpet as contourcarpet
12
+ import plotly.graph_objs.densitymap as densitymap
13
+ import plotly.graph_objs.densitymapbox as densitymapbox
14
+ import plotly.graph_objs.funnel as funnel
15
+ import plotly.graph_objs.funnelarea as funnelarea
16
+ import plotly.graph_objs.heatmap as heatmap
17
+ import plotly.graph_objs.histogram as histogram
18
+ import plotly.graph_objs.histogram2d as histogram2d
19
+ import plotly.graph_objs.histogram2dcontour as histogram2dcontour
20
+ import plotly.graph_objs.icicle as icicle
21
+ import plotly.graph_objs.image as image
22
+ import plotly.graph_objs.indicator as indicator
23
+ import plotly.graph_objs.isosurface as isosurface
24
+ import plotly.graph_objs.layout as layout
25
+ import plotly.graph_objs.mesh3d as mesh3d
26
+ import plotly.graph_objs.ohlc as ohlc
27
+ import plotly.graph_objs.parcats as parcats
28
+ import plotly.graph_objs.parcoords as parcoords
29
+ import plotly.graph_objs.pie as pie
30
+ import plotly.graph_objs.sankey as sankey
31
+ import plotly.graph_objs.scatter as scatter
32
+ import plotly.graph_objs.scatter3d as scatter3d
33
+ import plotly.graph_objs.scattercarpet as scattercarpet
34
+ import plotly.graph_objs.scattergeo as scattergeo
35
+ import plotly.graph_objs.scattergl as scattergl
36
+ import plotly.graph_objs.scattermap as scattermap
37
+ import plotly.graph_objs.scattermapbox as scattermapbox
38
+ import plotly.graph_objs.scatterpolar as scatterpolar
39
+ import plotly.graph_objs.scatterpolargl as scatterpolargl
40
+ import plotly.graph_objs.scattersmith as scattersmith
41
+ import plotly.graph_objs.scatterternary as scatterternary
42
+ import plotly.graph_objs.splom as splom
43
+ import plotly.graph_objs.streamtube as streamtube
44
+ import plotly.graph_objs.sunburst as sunburst
45
+ import plotly.graph_objs.surface as surface
46
+ import plotly.graph_objs.table as table
47
+ import plotly.graph_objs.treemap as treemap
48
+ import plotly.graph_objs.violin as violin
49
+ import plotly.graph_objs.volume as volume
50
+ import plotly.graph_objs.waterfall as waterfall
53
51
  from plotly.graph_objs._bar import Bar
54
52
  from plotly.graph_objs._barpolar import Barpolar
55
53
  from plotly.graph_objs._box import Box
@@ -63,33 +61,35 @@ from plotly.graph_objs._contour import Contour
63
61
  from plotly.graph_objs._contourcarpet import Contourcarpet
64
62
  from plotly.graph_objs._densitymap import Densitymap
65
63
  from plotly.graph_objs._densitymapbox import Densitymapbox
66
- from plotly.graph_objs._deprecations import (
67
- AngularAxis,
68
- Annotation,
69
- Annotations,
70
- ColorBar,
71
- Contours,
72
- Data,
73
- ErrorX,
74
- ErrorY,
75
- ErrorZ,
76
- Font,
77
- Frames,
78
- Histogram2dcontour,
79
- Legend,
80
- Line,
81
- Margin,
82
- Marker,
83
- RadialAxis,
84
- Scene,
85
- Stream,
86
- Trace,
87
- XAxis,
88
- XBins,
89
- YAxis,
90
- YBins,
91
- ZAxis,
92
- )
64
+ from plotly.graph_objs._figure import Figure
65
+
66
+ # from plotly.graph_objs._deprecations import (
67
+ # AngularAxis,
68
+ # Annotation,
69
+ # Annotations,
70
+ # ColorBar,
71
+ # Contours,
72
+ # Data,
73
+ # ErrorX,
74
+ # ErrorY,
75
+ # ErrorZ,
76
+ # Font,
77
+ # Frames,
78
+ # Histogram2dcontour,
79
+ # Legend,
80
+ # Line,
81
+ # Margin,
82
+ # Marker,
83
+ # RadialAxis,
84
+ # Scene,
85
+ # Stream,
86
+ # Trace,
87
+ # XAxis,
88
+ # XBins,
89
+ # YAxis,
90
+ # YBins,
91
+ # ZAxis,
92
+ # )
93
93
  from plotly.graph_objs._frame import Frame
94
94
  from plotly.graph_objs._funnel import Funnel
95
95
  from plotly.graph_objs._funnelarea import Funnelarea
@@ -129,12 +129,10 @@ from plotly.graph_objs._violin import Violin
129
129
  from plotly.graph_objs._volume import Volume
130
130
  from plotly.graph_objs._waterfall import Waterfall
131
131
 
132
- from ._figure import Figure
133
-
134
132
  __all__ = [
135
- "AngularAxis",
136
- "Annotation",
137
- "Annotations",
133
+ # "AngularAxis",
134
+ # "Annotation",
135
+ # "Annotations",
138
136
  "Bar",
139
137
  "Barpolar",
140
138
  "Box",
@@ -143,43 +141,43 @@ __all__ = [
143
141
  "Choropleth",
144
142
  "Choroplethmap",
145
143
  "Choroplethmapbox",
146
- "ColorBar",
144
+ # "ColorBar",
147
145
  "Cone",
148
146
  "Contour",
149
147
  "Contourcarpet",
150
- "Contours",
151
- "Data",
148
+ # "Contours",
149
+ # "Data",
152
150
  "Densitymap",
153
151
  "Densitymapbox",
154
- "ErrorX",
155
- "ErrorY",
156
- "ErrorZ",
152
+ # "ErrorX",
153
+ # "ErrorY",
154
+ # "ErrorZ",
157
155
  "Figure",
158
- "Font",
156
+ # "Font",
159
157
  "Frame",
160
- "Frames",
158
+ # "Frames",
161
159
  "Funnel",
162
160
  "Funnelarea",
163
161
  "Heatmap",
164
162
  "Histogram",
165
163
  "Histogram2d",
166
164
  "Histogram2dContour",
167
- "Histogram2dcontour",
165
+ # "Histogram2dcontour",
168
166
  "Icicle",
169
167
  "Image",
170
168
  "Indicator",
171
169
  "Isosurface",
172
170
  "Layout",
173
- "Legend",
174
- "Line",
175
- "Margin",
176
- "Marker",
171
+ # "Legend",
172
+ # "Line",
173
+ # "Margin",
174
+ # "Marker",
177
175
  "Mesh3d",
178
176
  "Ohlc",
179
177
  "Parcats",
180
178
  "Parcoords",
181
179
  "Pie",
182
- "RadialAxis",
180
+ # "RadialAxis",
183
181
  "Sankey",
184
182
  "Scatter",
185
183
  "Scatter3d",
@@ -192,23 +190,23 @@ __all__ = [
192
190
  "Scatterpolargl",
193
191
  "Scattersmith",
194
192
  "Scatterternary",
195
- "Scene",
193
+ # "Scene",
196
194
  "Splom",
197
- "Stream",
195
+ # "Stream",
198
196
  "Streamtube",
199
197
  "Sunburst",
200
198
  "Surface",
201
199
  "Table",
202
- "Trace",
200
+ # "Trace",
203
201
  "Treemap",
204
202
  "Violin",
205
203
  "Volume",
206
204
  "Waterfall",
207
- "XAxis",
208
- "XBins",
209
- "YAxis",
210
- "YBins",
211
- "ZAxis",
205
+ # "XAxis",
206
+ # "XBins",
207
+ # "YAxis",
208
+ # "YBins",
209
+ # "ZAxis",
212
210
  "bar",
213
211
  "barpolar",
214
212
  "box",