Disable clipping on axis title #650
Unanswered
anirudhkrishnan2718
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
I think the issue is caused by the long title; if you set the title to something smaler it does not occur. |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hello,
I want to set a common title for the first 3 out of 4 columns in each row.

The default settings with
tight = Trueandhpad = 2produce:I can work around this by setting

tight = Falseandhspace = 5to get something reasonable:Is there a way to accomplish this without having to turn off the ultraplot's tight layout?
Thanks
Anirudh
Code to produce plots:
Beta Was this translation helpful? Give feedback.
All reactions