Replies: 2 comments
-
Also, notice second plot y-scale is smaller because of less vertical space with visible vs hidden axes for the same widget height. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or maybe it can be just vertically stacked multiple y-axis for a single plot widget. Something like this, but shown stacked vertically instead of in parallel: #168 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For vertical plots, linked by x-axis, we can hide ticks and labels for one of the axes. But there stil remains an empty space between two plots:

So how about making linked plots stacked together with no borders between them:

Maybe they can be configured to have no border from their adjacent sides. So we can have borderless plot widgets (configure borders visibility for each of four sides).

With borders | Borderless:
Beta Was this translation helpful? Give feedback.
All reactions