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
Right now there's no proper way to set the spacing between the title and the plot area.
It is possible to set a top margin via margin = list(t = ...). But there's no way to set the title position between that top margin and the plot area, it just gets auto-positioned in a way far from perfect.
If you wanna add more space, currently the only way to do that is to increase that top margin which actually increases the space between the title and the plot area – but only by a fraction of the additional top margin value. This results in ridiculously large spacings between the top of the frame and the title. This is especially true for multiline titles (using <br> tags) where the the top margin needs to be quite large for all of the title lines to be visible.
The text was updated successfully, but these errors were encountered:
Right now there's no proper way to set the spacing between the title and the plot area.
It is possible to set a top margin via
margin = list(t = ...)
. But there's no way to set the title position between that top margin and the plot area, it just gets auto-positioned in a way far from perfect.If you wanna add more space, currently the only way to do that is to increase that top margin which actually increases the space between the title and the plot area – but only by a fraction of the additional top margin value. This results in ridiculously large spacings between the top of the frame and the title. This is especially true for multiline titles (using
<br>
tags) where the the top margin needs to be quite large for all of the title lines to be visible.The text was updated successfully, but these errors were encountered: