This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
Hi,
I noticed that Plotly Express is quite opinionated with some default values, which unfortunately do not play well with template's defined values such as graph height or color scale.
For example, I would expect px.histogram(some_dataframe, template="seaborn") to use the seaborn color palette.
Is there any plans to pick up default values in the active template instead?