8000 Merge pull request #292 from plotly/update-graph-reference · kayarre/python-api@a3b4023 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3b4023

Browse files
committed
Merge pull request plotly#292 from plotly/update-graph-reference
Update graph reference
2 parents 4e644af + d315065 commit a3b4023

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1834
-1649
lines changed

plotly/graph_objs/__init__.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
a clearer API for users.
1010
1111
"""
12-
from . graph_objs import (
13-
Data, Annotations, Area, Bar, Box, Contour, Heatmap, Histogram,
14-
Histogram2d, Histogram2dContour, Scatter, Annotation, AngularAxis,
15-
ColorBar, Contours, ErrorX, ErrorY, Figure, Font, Layout, Legend,
16-
Line, Margin, Marker, RadialAxis, Stream, Trace, XAxis, XBins, YAxis,
17-
YBins, Scatter3d, Surface, Scene, ZAxis, ErrorZ
18-
)
12+
from __future__ import absolute_import
13+
14+
from plotly.graph_objs.graph_objs import * # this is protected with __all__

0 commit comments

Comments
 (0)
0