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 }}
MVReddy
/
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
matplotlylib
on
graph-clear
User selector
All users
All time
Commit history
Commits on Nov 18, 2014
Found more ‘{0}’ -> ‘{}’ instances.
theengineear
committed
587affd
View commit details
Copy full SHA for 587affd
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Update renderer.py and mpltools.py for change.
theengineear
committed
1a8a2b5
View commit details
Copy full SHA for 1a8a2b5
View code at this point
Browse repository at this point
refactor mpl_dates_to_datestrings.
theengineear
committed
de3d76d
View commit details
Copy full SHA for de3d76d
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
More stable mpl_date conversion, just needs a timezone. (see below).
Show description for 8f41972
theengineear
committed
8f41972
View commit details
Copy full SHA for 8f41972
View code at this point
Browse repository at this point
Accept any dateformatter! 'DateFormatter' is always in the string.
Show description for e095900
theengineear
committed
e095900
View commit details
Copy full SHA for e095900
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
Assume utc time for all dates. This is strictly correct (see below).
Show description for b9d9163
theengineear
committed
b9d9163
View commit details
Copy full SHA for b9d9163
View code at this point
Browse repository at this point
Add support for barcharts with x-axis date data.
theengineear
committed
568365e
View commit details
Copy full SHA for 568365e
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
This is an incomplete fix, but a reasonable one for now.
Show description for c8436ef
theengineear
committed
c8436ef
View commit details
Copy full SHA for c8436ef
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
pep8-ify renderer.py after changes.
theengineear
committed
94276c3
View commit details
Copy full SHA for 94276c3
View code at this point
Browse repository at this point
Remove import * statement in renderer, just bind to different name.
theengineear
committed
249ed4c
View commit details
Copy full SHA for 249ed4c
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
Added `hovermode='x' (or 'y')` when stacked bar charts are present.
theengineear
committed
34e3168
View commit details
Copy full SHA for 34e3168
View code at this point
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
View code at this point
Browse repository at this point
removed print statement for debugging.
theengineear
committed
f30cf67
View commit details
Copy full SHA for f30cf67
View code at this point
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
View code at this point
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
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
Python 2.6 fix for '{}' -> '{0}'
theengineear
committed
78cb240
View commit details
Copy full SHA for 78cb240
View code at this point
Browse repository at this point
added matplotlylib tests back, with some import changes -> passing!
theengineear
committed
7833788
View commit details
Copy full SHA for 7833788
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 5, 2014
arrays in matplotlib scatters work now for color, marker, etc.
theengineear
committed
7eb423d
View commit details
Copy full SHA for 7eb423d
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
better warning message formatting
etpinard
committed
8d98463
View commit details
Copy full SHA for 8d98463
View code at this point
Browse repository at this point
Improved warning messages
Show description for ecfd7a6
etpinard
committed
ecfd7a6
View commit details
Copy full SHA for ecfd7a6
View code at this point
Browse repository at this point
Added user warning when annotations lie outside plotly's 'paper' bounds.
Show description for e50863d
theengineear
committed
e50863d
View commit details
Copy full SHA for e50863d
View code at this point
Browse repository at this point
Added more sophisticated spine tracking for mpl-to-plotly.
Show description for 0dff1f7
theengineear
committed
0dff1f7
View commit details
Copy full SHA for 0dff1f7
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
given `x` and `y` coords in mpl are checked and converted to 'paper'
Show description for a0e3737
theengineear
committed
a0e3737
View commit details
Copy full SHA for a0e3737
View code at this point
Browse repository at this point
Merge pull request #48 from plotly/mpl-annotations
Show description for 9ad380a
theengineear
committed
9ad380a
View commit details
Copy full SHA for 9ad380a
View code at this point
Browse repository at this point
mpl defaults text alignment to horizontal alignment when unspecified.
theengineear
committed
48f5a6e
View commit details
Copy full SHA for 48f5a6e
View code at this point
Browse repository at this point
'multialign' is a text property in mpl when *newlines* are present.
Show description for f736a20
theengineear
committed
f736a20
View commit details
Copy full SHA for f736a20
View code at this point
Browse repository at this point
changed annotations referenced to data to mimic mpl alignment.
theengineear
committed
7ab488b
View commit details
Copy full SHA for 7ab488b
View code at this point
Browse repository at this point
Commits on Jul 2, 2014
Check for exponential formatting, looks for 'LogFormatterMathtext'.
theengineear
committed
93fe73a
View commit details
Copy full SHA for 93fe73a
View code at this point
Browse repository at this point
Merged handling of separate axis ('x' and 'y') objects together.
theengineear
committed
06cbb95
View commit details
Copy full SHA for 06cbb95
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
synced mplexporter, new file from update included.
theengineear
committed
8bbc216
View commit details
Copy full SHA for 8bbc216
View code at this point
Browse repository at this point
mplexporter synced.
theengineear
committed
e2c8d97
View commit details
Copy full SHA for e2c8d97
View code at this point
Browse repository at this point
v.1.0.34, consolidating last 3 commits (ran ./makefile)
etpinard
committed
9203f99
View commit details
Copy full SHA for 9203f99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.