Multiple charts with the same x-axes but different y-axes #378
-
Beta Was this translation helpful? Give feedback.
Answered by
highfestiva
Nov 6, 2022
Replies: 2 comments 4 replies
-
I don't understand the question. In what way is the second chart limited? And more importantly: what are you trying to achieve that is not working as expected? If you want more charts laid out as a grid, you will have to do that manually using Qt. See examples for more info on that. |
Beta Was this translation helpful? Give feedback.
3 replies
-
How about this: https://github.com/highfestiva/finplot/blob/master/finplot/examples/dockable.py? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AlexStox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about this: https://github.com/highfestiva/finplot/blob/master/finplot/examples/dockable.py?