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 was trying to create a plot, with 8 tracks divided in 2 subplots arranged in a grid, where 7 tracks share same x axis and one of them will have a different x axis. here is sample
I am unable to figure out why track with name "Channel 5" is hiding other tracks behind it, while xaxis2.overlaying is set to 'x' and yaxis6.overlaying = yaxis4.overlaying = yaxis8.overlaying = 'y2'.
I just noted, it works if i update yaxis6.overlaying = yaxis2.overlaying = yaxis8.overlaying = 'y4' and remove yaxis4.overlaying.
but i still think old config should have worked too.
I was trying to create a plot, with 8 tracks divided in 2 subplots arranged in a grid, where 7 tracks share same x axis and one of them will have a different x axis. here is sample
I am unable to figure out why track with name "Channel 5" is hiding other tracks behind it, while
xaxis2.overlaying
is set to'x'
andyaxis6.overlaying
=yaxis4.overlaying
=yaxis8.overlaying
='y2'
.here is screen shot.
and code pen https://codepen.io/goyaltushar92/pen/ZYzbjZr
The text was updated successfully, but these errors were encountered: