Skip to content

Implement theming for plotly figures #315

@jackparmer

Description

@jackparmer

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')

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions