You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have a figure with the density plots of a variable and its log10 transform next to each other. I tried to pass the two variables as a string vector and call col = dims(1). I obtain the plot, but the x-axis's span is the same for both plots, even if they have very different min and max values. I was expecting the two plots to have independent x-axis spans. I tried using facet=(; linkxaxes=:none,), but it doesn't affect the result. It seems that the density was calculated taking the extrema from a combination of the 2 variables.
I am trying to have a figure with the density plots of a variable and its log10 transform next to each other. I tried to pass the two variables as a string vector and call
col = dims(1)
. I obtain the plot, but the x-axis's span is the same for both plots, even if they have very different min and max values. I was expecting the two plots to have independent x-axis spans. I tried usingfacet=(; linkxaxes=:none,)
, but it doesn't affect the result. It seems that the density was calculated taking the extrema from a combination of the 2 variables.Here is an example:
The text was updated successfully, but these errors were encountered: