-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates (themes) integration #1224
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 106426e - Browse repository at this point
Copy the full SHA 106426eView commit details -
Updated codegen to add support for elementdefaults properties
e.g. `layout.template.layout.annotationdefaults`
Configuration menu - View commit details
-
Copy full SHA for afaaec8 - Browse repository at this point
Copy the full SHA afaaec8View commit details
Commits on Oct 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e426808 - Browse repository at this point
Copy the full SHA e426808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e095b - Browse repository at this point
Copy the full SHA 08e095bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f84c8a5 - Browse repository at this point
Copy the full SHA f84c8a5View commit details
Commits on Oct 8, 2018
-
Implementation of plotly.io.templates configuration object
Supports registering/unregistering templates and setting default template layout.template can now be specified as the name of a template, and if layout.template is not specified, then a registered default is applied during figure construction.
Configuration menu - View commit details
-
Copy full SHA for 01d5fa7 - Browse repository at this point
Copy the full SHA 01d5fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db58685 - Browse repository at this point
Copy the full SHA db58685View commit details
Commits on Oct 9, 2018
-
plotly.io.to_templated function
This inputs a figure and outputs a new figure where all eligible properties have been moved into the new figure's template definition By default properties named 'text' and 'title' are note moved into the template, but this can be customized using the `skip` argument.
Configuration menu - View commit details
-
Copy full SHA for ae51ae1 - Browse repository at this point
Copy the full SHA ae51ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94b4a7 - Browse repository at this point
Copy the full SHA f94b4a7View commit details
Commits on Oct 10, 2018
-
Support specifying flaglist of named templates to be merged together
fig.layout.template = 'template1+template2'
Configuration menu - View commit details
-
Copy full SHA for 7fffd41 - Browse repository at this point
Copy the full SHA 7fffd41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9955bb4 - Browse repository at this point
Copy the full SHA 9955bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc8cde - Browse repository at this point
Copy the full SHA 3dc8cdeView commit details
Commits on Oct 11, 2018
-
and logic to lazily load theme from file on first use
Configuration menu - View commit details
-
Copy full SHA for 8ddc56f - Browse repository at this point
Copy the full SHA 8ddc56fView commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a0a73c6 - Browse repository at this point
Copy the full SHA a0a73c6View commit details
Commits on Oct 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 27690b9 - Browse repository at this point
Copy the full SHA 27690b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for adda2b9 - Browse repository at this point
Copy the full SHA adda2b9View commit details -
Elide template in figure representation since these are typically
going to be pretty large
Configuration menu - View commit details
-
Copy full SHA for d13032b - Browse repository at this point
Copy the full SHA d13032bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09972fc - Browse repository at this point
Copy the full SHA 09972fcView commit details -
Rename plotly_light -> plotly, plotly_light2 -> plotly_white
decimate bmw colorscale in plotly templates to save space and reduce plotting latency.
Configuration menu - View commit details
-
Copy full SHA for ceb0e6c - Browse repository at this point
Copy the full SHA ceb0e6cView commit details -
Set autocolorscale to false in templates to make sure template
colorscale is used across trace types. Also crop bwm colorscale slightly so that it has better contrast on both light and dark themes. No it doesn't go quite as close to black or as close to white.
Configuration menu - View commit details
-
Copy full SHA for e6fabe9 - Browse repository at this point
Copy the full SHA e6fabe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a025e79 - Browse repository at this point
Copy the full SHA a025e79View commit details -
Added 'presentation' template that can be used to increase the size
of text and lines/markers for several trace types.
Configuration menu - View commit details
-
Copy full SHA for 4103057 - Browse repository at this point
Copy the full SHA 4103057View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7bfcb7 - Browse repository at this point
Copy the full SHA b7bfcb7View commit details
Commits on Oct 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0d9ec88 - Browse repository at this point
Copy the full SHA 0d9ec88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 798168f - Browse repository at this point
Copy the full SHA 798168fView commit details -
There is still some non-determinism with raster image formats, and eps is enough to execute the full orca pipeline
Configuration menu - View commit details
-
Copy full SHA for aaa66b8 - Browse repository at this point
Copy the full SHA aaa66b8View commit details
Commits on Oct 15, 2018
-
Added xgrid template to re-enable to xgrid lines that are off by default
in the plotly_* templates
Configuration menu - View commit details
-
Copy full SHA for 76a69cb - Browse repository at this point
Copy the full SHA 76a69cbView commit details -
Leave x-grid on by default in all templates and add xgridoff template
that can be added to turn it off if desired.
Configuration menu - View commit details
-
Copy full SHA for 58143da - Browse repository at this point
Copy the full SHA 58143daView commit details
Commits on Oct 22, 2018
-
Template refinements with interpolated colors
- Slightly lighten background grid in plotly template - Slightly darken grid lines in plotly_dark template - Don't explicitly enable xgrid/ygrid in plotly* templates, let plotly.js decide.
Configuration menu - View commit details
-
Copy full SHA for 3222b67 - Browse repository at this point
Copy the full SHA 3222b67View commit details -
Initialize fig.layout.template in BaseFigure constructor
This way fig.layout.template won't be None after Figure is constructed
Configuration menu - View commit details
-
Copy full SHA for ee318c6 - Browse repository at this point
Copy the full SHA ee318c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0ca2a - Browse repository at this point
Copy the full SHA bc0ca2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f623c - Browse repository at this point
Copy the full SHA 13f623cView commit details
Commits on Oct 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5b0e461 - Browse repository at this point
Copy the full SHA 5b0e461View commit details -
Make zerolines same color as grid lines with heavier weight in plotly…
…* templates This makes zero lines less distracting when not helpful, while still making it fairly easy to focus on them when desired.
Configuration menu - View commit details
-
Copy full SHA for 5c34bb5 - Browse repository at this point
Copy the full SHA 5c34bb5View commit details