Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a3b4023

Browse files
Merge pull request #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)

AltStyle によって変換されたページ (->オリジナル) /