We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8c4de commit b52481aCopy full SHA for b52481a
.gitignore
@@ -1,4 +1,4 @@
1
-# *.egg-info
+*.egg-info
2
3
*.pyc
4
plotly.egg-info/SOURCES.txt
@@ -48,6 +48,9 @@ plotly/figure_factory/_table.py
48
plotly/figure_factory/_trisurf.py
49
plotly/figure_factory/_violin.py
50
plotly/figure_factory/utils.py
51
+plotly/graph_objs/__init__.py
52
+plotly/graph_objs/graph_objs.py
53
+plotly/graph_objs/graph_objs_tools.py
54
plotly/grid_objs/__init__.py
55
plotly/grid_objs/grid_objs.py
56
plotly/matplotlylib/__init__.py
0 commit comments