Graph overlap issue using Plotly_Panel

Hello,

I created a dashboard using Panel to plot a “Violin” graph using the “Plotly” extension. The goal is to represent the “Ratio” based on “climatic zones”. However, all “climatic zones” start with the letter “H”, which led to the display of all violins superimposed on top of each other.

Therefore, I want to reframe my approach to avoid this overlap and improve the readability of the graph.

Hi @BELAZI

Welcome to the community :+1:

Would it be possible for you to provide a minimum, reproducible example including a data file? This will make it much easier for the community to investigate and try to help. Thanks.