Open adamerose opened 3 years ago
@adamerose did you ever find a solution or workaround for this?
@john-verran Nope haven't revisited this since I first made the issue, it's a pretty specific graph and I haven't personally had the need to find a workaround.
But in general when I run into a roadblock with plotly express for something important the workaround is to rebuild it from scratch using the base Plotly API, it's never failed me before but takes more effort. I would start here https://plotly.com/python/contour-plots/ and then add the histograms with shared axes like this https://plotly.com/python/subplots/#subplots-with-shared-xaxes
I get the error below when trying to add
marginal_x
to the "continuously-colored and labeled" example on this page https://plotly.com/python/2d-histogram-contour/