-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] span axis labels #464
Comments
Ideally I would like to format subfigures. What I am getting at is how would I get a spanning label for this:
|
It would be ideal if we could index into the axis that I wish to format and making them shared in a smart way without having it apply to all subplots. The work around is to make everything manually fit where you can overlay dummy axes -- but this gets pretty complicated as the complexity of the graph grows, but in principle is possible. |
helpful examples, appreciate it |
Description
I often have the issue where the axes are not shared, but I do want to share the labels. For example when I am mixing some axes and not others. I propose to add a feature where you can specify the sharing of the axis. As far as I am aware this is not available in proplot. Currently I resort to something like
Resulting in
![image](https://private-user-images.githubusercontent.com/19485143/361371520-4f860541-bf45-4acf-9727-7aceba16fa57.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTY0MzQsIm5iZiI6MTczOTM1NjEzNCwicGF0aCI6Ii8xOTQ4NTE0My8zNjEzNzE1MjAtNGY4NjA1NDEtYmY0NS00YWNmLTk3MjctN2FjZWJhMTZmYTU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEwMjg1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYwZWYyZmUwNTE3OTI0NjMyNWZlMTJjMDIxMGY2MDBiZjg5YzdlODNhYzM2YzQ2ZjM4ZWM3NmFlZDFiY2RmNjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MpayKnpqm4MdZiMYo13Efzwpj__YRKuCSju64honzNY)
Some of it can be achieved with
fig
labels. If this can already be achieved, we could add it to the docs, if not we can add it.The text was updated successfully, but these errors were encountered: