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
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 }}
aureate
/
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
graph_objs
on
iss98
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2014
Fix typo in reversescale translation
Show description for 643d7c2
etpinard
committed
643d7c2
View commit details
Copy full SHA for 643d7c2
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Added additional check for 'style' keys that are arrays (Python3).
theengineear
committed
781e24c
View commit details
Copy full SHA for 781e24c
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
set make_copies=False by default, change doc string
etpinard
authored and
theengineear
committed
ea3174e
View commit details
Copy full SHA for ea3174e
View code at this point
Browse repository at this point
Changed to make copies by default. Otherwise, just readability updates.
theengineear
committed
2bff601
View commit details
Copy full SHA for 2bff601
View code at this point
Browse repository at this point
more efficient list replication in PlotlyList.update()
etpinard
authored and
theengineear
committed
2bf6dd5
View commit details
Copy full SHA for 2bf6dd5
View code at this point
Browse repository at this point
Solution to #71
Show description for a7d82e6
etpinard
authored and
theengineear
committed
a7d82e6
View commit details
Copy full SHA for a7d82e6
View code at this point
Browse repository at this point
added the graph_objs_tools.py that was missing before.
theengineear
committed
14f603b
View commit details
Copy full SHA for 14f603b
View code at this point
Browse repository at this point
Add warning and commented out code for depreciated key changes.
theengineear
committed
10144f2
View commit details
Copy full SHA for 10144f2
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
Python 2.6 does not support '{}'.format('s') -> '{0}'.format('s')
theengineear
committed
d37d49f
View commit details
Copy full SHA for d37d49f
View code at this point
Browse repository at this point
Python 2.6 doesn't have OrderedDict not 'object_pairs_hook'. fixed.
theengineear
committed
7fd9e9a
View commit details
Copy full SHA for 7fd9e9a
View code at this point
Browse repository at this point
Smoothed over 2/3 metaclass discrepancies.
theengineear
committed
304c8f6
View commit details
Copy full SHA for 304c8f6
View code at this point
Browse repository at this point
fixed incorrectly converted import statement.
theengineear
committed
84a8ede
View commit details
Copy full SHA for 84a8ede
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
Added docs to `plotly.__init__.py`, revamped others.
theengineear
committed
33eb5d8
View commit details
Copy full SHA for 33eb5d8
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
moderately robust 'data' test just looks if value is iterable.
Show description for f5a546d
theengineear
committed
f5a546d
View commit details
Copy full SHA for f5a546d
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
Added helpful error for PlotlyList instantiation.
Show description for 09c7be9
theengineear
committed
09c7be9
View commit details
Copy full SHA for 09c7be9
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
document whether keys are streamable in the help.
theengineear
committed
de77765
View commit details
Copy full SHA for de77765
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
The `val_types` key had been implicitly required, fixed.
Show description for 4614c6b
theengineear
committed
4614c6b
View commit details
Copy full SHA for 4614c6b
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
Added 'Area' to __all__ so it's actually accessible!
theengineear
committed
3a2a4cd
View commit details
Copy full SHA for 3a2a4cd
View code at this point
Browse repository at this point
Commits on May 29, 2014
Added 'get_ordered' method to graph_objects. returns an ordered dict.
Show description for ba84784
theengineear
committed
ba84784
View commit details
Copy full SHA for ba84784
View code at this point
Browse repository at this point
Commits on May 27, 2014
No newline for empty objects in to_string now. updated refs.
theengineear
committed
cfa7468
View commit details
Copy full SHA for cfa7468
View code at this point
Browse repository at this point
Commits on May 21, 2014
Initial commit adding ErrorX graph object representing error_x key.
theengineear
committed
6bc0caf
View commit details
Copy full SHA for 6bc0caf
View code at this point
Browse repository at this point
Merge branch 'polar'
theengineear
committed
94d8bd3
View commit details
Copy full SHA for 94d8bd3
View code at this point
Browse repository at this point
Added tests for data and new test_annotations.py file.
Show description for f395108
theengineear
committed
f395108
View commit details
Copy full SHA for f395108
View code at this point
Browse repository at this point
Changed the way error handling happens to support path traceback.
Show description for 6e81a15
theengineear
committed
6e81a15
View commit details
Copy full SHA for 6e81a15
View code at this point
Browse repository at this point
Commits on May 15, 2014
quick commit
theengineear
committed
516062d
View commit details
Copy full SHA for 516062d
View code at this point
Browse repository at this point
Commits on May 13, 2014
We now throw an error for xaxis0 and yaxis0 keys, missed this before.
theengineear
committed
73166e3
View commit details
Copy full SHA for 73166e3
View code at this point
Browse repository at this point
Commits on May 9, 2014
Try-except prevents errors in plot(), but we lose a little feedback.
Show description for 9ed0443
theengineear
committed
9ed0443
View commit details
Copy full SHA for 9ed0443
View code at this point
Browse repository at this point
Commits on May 8, 2014
angularAxis -> angularaxis, radialAxis -> radialaxis
theengineear
committed
82377a2
View commit details
Copy full SHA for 82377a2
View code at this point
Browse repository at this point
Merge branch 'update-division-error'
theengineear
committed
b88bcf2
View commit details
Copy full SHA for b88bcf2
View code at this point
Browse repository at this point
Merge branch 'validate'
theengineear
committed
8ae9e82
View commit details
Copy full SHA for 8ae9e82
View code at this point
Browse repository at this point
Try-except for ZeroDivisionError. For updating with len(data) == 0.
theengineear
committed
048b6d0
View commit details
Copy full SHA for 048b6d0
View code at this point
Browse repository at this point
Fixed tests for new validate. swapped x and y for bars when necessary.
theengineear
committed
bdcd1ba
View commit details
Copy full SHA for bdcd1ba
View code at this point
Browse repository at this point
Added some more detail to error messages for clarity (see graph_objs.py)
theengineear
committed
10ce074
View commit details
Copy full SHA for 10ce074
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.