FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-api/plotly/plotly/__init__.py at master · ramosapf/python-api · GitHub
ramosapf
/
python-api
Public
forked from
plotly/plotly.py
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-api
/
plotly
/
plotly
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (11 loc) · 400 Bytes
Breadcrumbs
python-api
/
plotly
/
plotly
/
__init__.py
Copy path
File metadata and controls
13 lines (11 loc) · 400 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
plotly
======
This module defines functionality that requires interaction between your
local machine and Plotly. Almost all functionality used here will require a
verifiable account (username/api-key pair) and a network connection.
"""
from
.
plotly
import
(
sign_in
,
update_plot_options
,
get_plot_options
,
get_credentials
,
iplot
,
plot
,
iplot_mpl
,
plot_mpl
,
get_figure
,
Stream
,
image
)
Back
|
FazBrowse Home
|
New Git URL