Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
image-tester
/
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
Commits
Breadcrumbs
History for
python-api
plotly
plotly
plotly.py
on
plotly-goes-static
User selector
All users
All time
Commit history
Commits on Jul 19, 2014
Python2.6 ('{}'.format('s') -> '{0}'.format('s')). Python3.2 (u'' -> '').
Show description for 20897be
theengineear
committed
20897be
View commit details
Copy full SHA for 20897be
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
added `from __future__ import absolute_import`. Clearer imports.
Show description for 19b979b
theengineear
committed
19b979b
View commit details
Copy full SHA for 19b979b
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
added references back to `ensure_local_plotly`
theengineear
committed
c8737e4
View commit details
Copy full SHA for c8737e4
View code at this point
Browse repository at this point
Convert returned bytes from plotly to unicode if six.PY3==True.
theengineear
committed
2208f5b
View commit details
Copy full SHA for 2208f5b
View code at this point
Browse repository at this point
don't protect the contents of the config and credentials files for now
Show description for ad1c82d
theengineear
committed
ad1c82d
View commit details
Copy full SHA for ad1c82d
View code at this point
Browse repository at this point
fixed Python 2 ambiguous import to explicit relative import
theengineear
committed
7a8db60
View commit details
Copy full SHA for 7a8db60
View code at this point
Browse repository at this point
add the changes from running 2to3
theengineear
committed
cc66004
View commit details
Copy full SHA for cc66004
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
wb option for windows
chriddyp
committed
4a3f6d4
View commit details
Copy full SHA for 4a3f6d4
View code at this point
Browse repository at this point
rm unused imports
chriddyp
committed
6dfa310
View commit details
Copy full SHA for 6dfa310
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
don't expose `replace_newline` to users. too much unnecessary info.
theengineear
committed
ab69aa1
View commit details
Copy full SHA for ab69aa1
View code at this point
Browse repository at this point
`_send_to_plotly` now replaces a figure's '\n' with '<br>'.
theengineear
committed
5319f47
View commit details
Copy full SHA for 5319f47
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
support other extensions; check content-type of response
chriddyp
committed
196c341
View commit details
Copy full SHA for 196c341
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
Merge pull request #39 from plotly/tls.embed_with_URLs
Show description for 691babe
etpinard
committed
691babe
View commit details
Copy full SHA for 691babe
View code at this point
Browse repository at this point
URL support fot get_embed()
Show description for 43a519d
etpinard
committed
43a519d
View commit details
Copy full SHA for 43a519d
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
Updated documentation for Stream.write, data->trace.
Show description for a92f1ac
theengineear
committed
a92f1ac
View commit details
Copy full SHA for a92f1ac
View code at this point
Browse repository at this point
Commits on Jun 18, 2014
Took away `url_to_figure` function. Updated `get_figure` for url-use.
theengineear
committed
acbfcc4
View commit details
Copy full SHA for acbfcc4
View code at this point
Browse repository at this point
Added a test to `url_to_figure` to check for appropriate domain.
theengineear
committed
59aac7b
View commit details
Copy full SHA for 59aac7b
View code at this point
Browse repository at this point
py.url_to_figure(url) makes it easier to copy-paste plotly urls
theengineear
committed
9a36c5b
View commit details
Copy full SHA for 9a36c5b
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Stronger testing for `update` argument in plot_mpl.
theengineear
committed
f325010
View commit details
Copy full SHA for f325010
View code at this point
Browse repository at this point
Commits on Jun 14, 2014
Changed how errors work for iplot/plot_mpl(fig, update=update)
theengineear
committed
c9852c6
View commit details
Copy full SHA for c9852c6
View code at this point
Browse repository at this point
Commits on Jun 13, 2014
Added try-except block to buffer errors from bad 'update' arguments.
Show description for 300bab3
theengineear
committed
300bab3
View commit details
Copy full SHA for 300bab3
View code at this point
Browse repository at this point
allow mpl-users to update figures with plot/iplot with 'update' dict.
theengineear
committed
86bbcc5
View commit details
Copy full SHA for 86bbcc5
View code at this point
Browse repository at this point
Commits on May 31, 2014
Fixed old reference to _get_plotly_urls
theengineear
committed
2e98ecd
View commit details
Copy full SHA for 2e98ecd
View code at this point
Browse repository at this point
Commits on May 30, 2014
updated plotly.py to use new syntax and tools.get_config_file().
Show description for 938baf7
theengineear
committed
938baf7
View commit details
Copy full SHA for 938baf7
View code at this point
Browse repository at this point
Commits on May 29, 2014
variable domain in docstring
chriddyp
committed
223a0b7
View commit details
Copy full SHA for 223a0b7
View code at this point
Browse repository at this point
Variable server urls
chriddyp
committed
9e568b6
View commit details
Copy full SHA for 9e568b6
View code at this point
Browse repository at this point
Decoupled streaming object from passed object reference in stream.write.
Show description for dc98243
theengineear
committed
dc98243
View commit details
Copy full SHA for dc98243
View code at this point
Browse repository at this point
Commits on May 21, 2014
Add layout to streaming, was validated, but not actually included.
theengineear
committed
8079534
View commit details
Copy full SHA for 8079534
View code at this point
Browse repository at this point
Changed instance of PlotlyAccountError to PlotlyLocalCredentialsError.
Show description for f939074
theengineear
committed
f939074
View commit details
Copy full SHA for f939074
View code at this point
Browse repository at this point
Commits on May 13, 2014
running Stream.write(), now validates the objects before sending.
Show description for 73c362d
theengineear
committed
73c362d
View commit details
Copy full SHA for 73c362d
View code at this point
Browse repository at this point
Added documentation to tools.validate_stream. Error messages finished.
theengineear
committed
852a1c7
View commit details
Copy full SHA for 852a1c7
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/plotly/python-api
theengineear
committed
2f0a46a
View commit details
Copy full SHA for 2f0a46a
View code at this point
Browse repository at this point
Added error messages for stream_validate.
theengineear
committed
c240ffa
View commit details
Copy full SHA for c240ffa
View code at this point
Browse repository at this point
Commits on May 12, 2014
You can't plot on your server from api. Get from yrs, send to prod.
theengineear
committed
b72a233
View commit details
Copy full SHA for b72a233
View code at this point
Browse repository at this point
Commits on May 9, 2014
Fix: When fileopt is supplied, use it
chriddyp
committed
e3688cc
View commit details
Copy full SHA for e3688cc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.