Skip to content

Adjust the subplot row height in a multiple rows grap #24

Answered by dbuezas
gllmlbrt asked this question in Q&A
Discussion options

You must be logged in to vote

Subplot row height

This you can't do if you use a grid, you need to manually specify the domain of each y axis

no_default_layout: true
layout:
  showlegend: false
  hovermode: x
  dragmode: pan
  margin:
    t: 30
    l: 45
    r: 30
    b: 50
  height: 650
  yaxis:
    domain: [0, .1]
    title:
      text: Short
  yaxis2:
    domain: [.1, .4]
    title:
      text: Mid
  yaxis3:
    domain: [.4, 1]
    title:
      text: Tall

BTW, next time please paste your yaml too, it's easier for me to know what's going on and it serves as an example for anybody who likes the screenshot :)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dbuezas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants