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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
plotly.py
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.8k
Star
18.8k
Code
Issues
714
Pull requests
56
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Templates (themes) integration
- #1224
#1224
Merged
jonmmease
merged 34 commits into
master
plotly/plotly.py:master
from
enh_1161
plotly/plotly.py:enh_1161
Copy head branch name to clipboard
Oct 23, 2018
Conversation
Commits
34
(34)
Checks
Files changed
Merged
Templates (themes) integration
#1224
jonmmease
merged 34 commits into
master
plotly/plotly.py:master
from
enh_1161
plotly/plotly.py:enh_1161
Copy head branch name to clipboard
Commits
Commits on Oct 6, 2018
Add initial template validation logic
jonmmease
committed
106426e
View commit details
Copy full SHA for 106426e
Browse repository at this point
Updated codegen to add support for elementdefaults properties
Show description for afaaec8
jonmmease
committed
afaaec8
View commit details
Copy full SHA for afaaec8
Browse repository at this point
Commits on Oct 7, 2018
Added codegen docstrings for layout.template and the elementdefaults properties
jonmmease
committed
e426808
View commit details
Copy full SHA for e426808
Browse repository at this point
Added template acceptance/validation tests
jonmmease
committed
08e095b
View commit details
Copy full SHA for 08e095b
Browse repository at this point
Add test to make sure various template assignments trigger relayout messages
jonmmease
committed
f84c8a5
View commit details
Copy full SHA for f84c8a5
Browse repository at this point
Commits on Oct 8, 2018
Implementation of plotly.io.templates configuration object
Show description for 01d5fa7
jonmmease
committed
01d5fa7
View commit details
Copy full SHA for 01d5fa7
Browse repository at this point
Added plotly.io.template tests
jonmmease
committed
db58685
View commit details
Copy full SHA for db58685
Browse repository at this point
Commits on Oct 9, 2018
plotly.io.to_templated function
Show description for ae51ae1
jonmmease
committed
ae51ae1
View commit details
Copy full SHA for ae51ae1
Browse repository at this point
Added plotly.io.templates.merge_templates utility function
jonmmease
committed
f94b4a7
View commit details
Copy full SHA for f94b4a7
Browse repository at this point
Commits on Oct 10, 2018
Support specifying flaglist of named templates to be merged together
Show description for 7fffd41
jonmmease
committed
7fffd41
View commit details
Copy full SHA for 7fffd41
Browse repository at this point
Customize the description of the TemplateValidator
jonmmease
committed
9955bb4
View commit details
Copy full SHA for 9955bb4
Browse repository at this point
Cleanup docstring documentation of template functions
jonmmease
committed
3dc8cde
View commit details
Copy full SHA for 3dc8cde
Browse repository at this point
Commits on Oct 11, 2018
Added initial ggplot2 theme
Show description for 8ddc56f
jonmmease
committed
8ddc56f
View commit details
Copy full SHA for 8ddc56f
Browse repository at this point
Commits on Oct 12, 2018
Refactor template generation to DRY it and add seaborn template
jonmmease
committed
a0a73c6
View commit details
Copy full SHA for a0a73c6
Browse repository at this point
Commits on Oct 13, 2018
Added initial prototype plotly dark / light themes
jonmmease
committed
27690b9
View commit details
Copy full SHA for 27690b9
Browse repository at this point
Remove dark 1, rename dark 2 just dark.
jonmmease
committed
adda2b9
View commit details
Copy full SHA for adda2b9
Browse repository at this point
Elide template in figure representation since these are typically
Show description for d13032b
jonmmease
committed
d13032b
View commit details
Copy full SHA for d13032b
Browse repository at this point
Added colorcet to optional dependencies
jonmmease
committed
09972fc
View commit details
Copy full SHA for 09972fc
Browse repository at this point
Rename plotly_light -> plotly, plotly_light2 -> plotly_white
Show description for ceb0e6c
jonmmease
committed
ceb0e6c
View commit details
Copy full SHA for ceb0e6c
Browse repository at this point
Set autocolorscale to false in templates to make sure template
Show description for e6fabe9
jonmmease
committed
e6fabe9
View commit details
Copy full SHA for e6fabe9
Browse repository at this point
Switch to 5-color ggplot2 colorway
jonmmease
committed
a025e79
View commit details
Copy full SHA for a025e79
Browse repository at this point
Added 'presentation' template that can be used to increase the size
Show description for 4103057
jonmmease
committed
4103057
View commit details
Copy full SHA for 4103057
Browse repository at this point
Added template to package_data in setup.py so that they are included in builds
jonmmease
committed
b7bfcb7
View commit details
Copy full SHA for b7bfcb7
Browse repository at this point
Commits on Oct 14, 2018
Test fixes
jonmmease
committed
0d9ec88
View commit details
Copy full SHA for 0d9ec88
Browse repository at this point
Add __future__ absolute import statements needed for Python 2.7
jonmmease
committed
798168f
View commit details
Copy full SHA for 798168f
Browse repository at this point
Only compare EPS images
Show description for aaa66b8
jonmmease
committed
aaa66b8
View commit details
Copy full SHA for aaa66b8
Browse repository at this point
Commits on Oct 15, 2018
Added xgrid template to re-enable to xgrid lines that are off by default
Show description for 76a69cb
jonmmease
committed
76a69cb
View commit details
Copy full SHA for 76a69cb
Browse repository at this point
Leave x-grid on by default in all templates and add xgridoff template
Show description for 58143da
jonmmease
committed
58143da
View commit details
Copy full SHA for 58143da
Browse repository at this point
Commits on Oct 22, 2018
Template refinements with interpolated colors
Show description for 3222b67
jonmmease
committed
3222b67
View commit details
Copy full SHA for 3222b67
Browse repository at this point
Initialize fig.layout.template in BaseFigure constructor
Show description for ee318c6
jonmmease
committed
ee318c6
View commit details
Copy full SHA for ee318c6
Browse repository at this point
Cleanup templategen colors module
jonmmease
committed
bc0ca2a
View commit details
Copy full SHA for bc0ca2a
Browse repository at this point
Code review updates
jonmmease
committed
13f623c
View commit details
Copy full SHA for 13f623c
Browse repository at this point
Commits on Oct 23, 2018
Initialize template object when layout is assigned to a figure
jonmmease
committed
5b0e461
View commit details
Copy full SHA for 5b0e461
Browse repository at this point
Make zerolines same color as grid lines with heavier weight in plotly* templates
Show description for 5c34bb5
jonmmease
committed
5c34bb5
View commit details
Copy full SHA for 5c34bb5
Browse repository at this point
You can’t perform that action at this time.