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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Technology-Hatchery
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2014
Merge pull request #101 from plotly/to-string-quote
Show description for b50b491
theengineear
committed
b50b491
View commit details
Copy full SHA for b50b491
Browse repository at this point
Commits on Jul 30, 2014
'...' -> '..' for to_string() overflow.
Show description for 7e1e605
theengineear
committed
7e1e605
View commit details
Copy full SHA for 7e1e605
Browse repository at this point
At least close ']' for lists of lists. Sorry, lists of lists of lists.
Show description for 168077b
theengineear
committed
168077b
View commit details
Copy full SHA for 168077b
Browse repository at this point
Added formatting changes for to_string() method of graph objects.
Show description for 74f4f63
theengineear
committed
74f4f63
View commit details
Copy full SHA for 74f4f63
Browse repository at this point
Commits on Jul 29, 2014
Update README.md
theengineear
committed
ffcfec4
View commit details
Copy full SHA for ffcfec4
Browse repository at this point
Merge pull request #100 from plotly/ditch-circle-yml
Show description for a36ee9d
theengineear
committed
a36ee9d
View commit details
Copy full SHA for a36ee9d
Browse repository at this point
remove coverage html output. it's in circle build artifacts now.
theengineear
committed
ad06cd6
View commit details
Copy full SHA for ad06cd6
Browse repository at this point
remove coverage creation from makefile.
theengineear
committed
d81a06a
View commit details
Copy full SHA for d81a06a
Browse repository at this point
there are circle.yml files in subdirectories. removing ambiguity.
theengineear
committed
ba2a077
View commit details
Copy full SHA for ba2a077
Browse repository at this point
see ya circle.yml!
theengineear
committed
b538e00
View commit details
Copy full SHA for b538e00
Browse repository at this point
Commits on Jul 28, 2014
Merge pull request #97 from patrykziem/patch-1
Show description for 687e87c
theengineear
committed
687e87c
View commit details
Copy full SHA for 687e87c
Browse repository at this point
Depreciated is a bit different than deprecated.
Show description for a25a1d1
Patryk Ziemkowski
committed
a25a1d1
View commit details
Copy full SHA for a25a1d1
Browse repository at this point
Commits on Jul 24, 2014
Merge pull request #93 from plotly/circle-update
Show description for 36e8e52
theengineear
committed
36e8e52
View commit details
Copy full SHA for 36e8e52
Browse repository at this point
version bump -> 1.2.6 (stacked-bar charts work from matplotlib)
theengineear
committed
e467a56
View commit details
Copy full SHA for e467a56
Browse repository at this point
Merge pull request #95 from plotly/iss87
Show description for eec90cc
theengineear
committed
eec90cc
View commit details
Copy full SHA for eec90cc
Browse repository at this point
Added `hovermode='x' (or 'y')` when stacked bar charts are present.
theengineear
committed
34e3168
View commit details
Copy full SHA for 34e3168
Browse repository at this point
add check to see if we should 'stack' the bar groups.
theengineear
committed
e0b24ab
View commit details
Copy full SHA for e0b24ab
Browse repository at this point
Merge pull request #94 from plotly/update_warning_mes
Show description for 55b942d
chriddyp
committed
55b942d
View commit details
Copy full SHA for 55b942d
Browse repository at this point
Update version.py
chriddyp
committed
c2d0295
View commit details
Copy full SHA for c2d0295
Browse repository at this point
removed print statement for debugging.
theengineear
committed
f30cf67
View commit details
Copy full SHA for f30cf67
Browse repository at this point
Added logic to add bars with new `is_bar` test.
theengineear
committed
d9792de
View commit details
Copy full SHA for d9792de
Browse repository at this point
Change check for `is_bar`. Now just compare to BarContainer objects.
Show description for b49c84c
theengineear
committed
b49c84c
View commit details
Copy full SHA for b49c84c
Browse repository at this point
warn msg: plotly.sign_in -> plotly.plotly.sign_in
chriddyp
committed
008bab9
View commit details
Copy full SHA for 008bab9
Browse repository at this point
Commits on Jul 23, 2014
broken import fix for tests
theengineear
committed
e7c34b3
View commit details
Copy full SHA for e7c34b3
Browse repository at this point
updated pertinent tests to use new testing tool locations.
theengineear
committed
c9ff71e
View commit details
Copy full SHA for c9ff71e
Browse repository at this point
refactored testing tools so matplotlib doesn't need to be installed.
theengineear
committed
c0933b9
View commit details
Copy full SHA for c0933b9
Browse repository at this point
Commits on Jul 22, 2014
move testing order so core tests run without matplotlib installed.
theengineear
committed
668567a
View commit details
Copy full SHA for 668567a
Browse repository at this point
version bump -> 1.2.4 (re-wrap matplotlylib import)
theengineear
committed
339b725
View commit details
Copy full SHA for 339b725
Browse repository at this point
Merge pull request #91 from plotly/import-error
Show description for ec33c08
theengineear
committed
ec33c08
View commit details
Copy full SHA for ec33c08
Browse repository at this point
wrapped up matplotlylib import that got moved.
theengineear
committed
69958c2
View commit details
Copy full SHA for 69958c2
Browse repository at this point
Commits on Jul 21, 2014
Merge pull request #89 from plotly/sync_gref
Show description for 354e291
etpinard
committed
354e291
View commit details
Copy full SHA for 354e291
Browse repository at this point
sync graph ref commits of july 21
etpinard
committed
0cbe31e
View commit details
Copy full SHA for 0cbe31e
Browse repository at this point
Merge pull request #88 from plotly/reversescl_update
Show description for a7d8bd5
etpinard
committed
a7d8bd5
View commit details
Copy full SHA for a7d8bd5
Browse repository at this point
version bump v.1.2.3
etpinard
committed
51dcede
View commit details
Copy full SHA for 51dcede
Browse repository at this point
Fix typo in reversescale translation
Show description for 643d7c2
etpinard
committed
643d7c2
View commit details
Copy full SHA for 643d7c2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.