Hi,
I’m writing some with graphs from plotly in Python and upload those to a site (with JSON encoder). Now I want to make a windrose plot and show them next to each other on the site. I have found solutions for when you have multiple different chart types, or when making subplots. But I can’t get it working with the windrose graphs, they will be shown in one single graph instead of multiple next to each other.
Does anyone has a solution for this?