Skip to content

Implement theming for plotly figures #315

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

Closed
jackparmer opened this issue Aug 5, 2021 · 1 comment
Closed

Implement theming for plotly figures #315

jackparmer opened this issue Aug 5, 2021 · 1 comment
Assignees

Comments

@jackparmer
Copy link
Contributor

copy a minimal implementation in MATLAB from the Python implementation: https://plotly.com/python/templates/

at a minimum, it would be nice to have plotly, plotly_dark, and seaborn themes available (maybe rename them to shorter versions - "grey", "dark", and "seaborn")

could be a new arg in fig2plotly():

f = fig2plot(gcf, theme='dark')

and/or its own function

f2 = theme(f, 'grey')

@sameehj sameehj self-assigned this Aug 8, 2021
@jackparmer jackparmer assigned jackparmer and unassigned jackparmer and sameehj Aug 8, 2021
@jackparmer
Copy link
Contributor Author

closed via #329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants