Iโm currently building an interactive energy price derivative map for Europe, Iโve already implemented a Plotly Choropleth map with color-coding (continuous scale), interactive slider over time, hover information for each zone.
Iโd like to add patterns (hatching, stripes, dots, etc.) on top of color shading โ as a second information layer. Example use case: whenever price zones split apart, all countries with the same price at timestamp t share a specific pattern.
I know that plotly.express.choropleth and plotly.graph_objects.Choropleth use a 3D geographic projection, which prevents direct pattern filling. Is it possible to realize all desireable features?