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
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')
The text was updated successfully, but these errors were encountered:
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
, andseaborn
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')
The text was updated successfully, but these errors were encountered: