Skip to content
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

Shared Title, x and y labels among subplots #2689

Open
jenfenghsu opened this issue May 8, 2020 · 6 comments
Open

Shared Title, x and y labels among subplots #2689

jenfenghsu opened this issue May 8, 2020 · 6 comments
Labels
extension new behaviour

Comments

@jenfenghsu
Copy link

This is done with PyPlot, but with Plots.jl + pyplot backend is there a way to achieve the shared title, shared x and y labels among subplots? This is useful when all plots have the same axis label and units, etc.
image

@daschw
Copy link
Member

daschw commented May 8, 2020

No, Plots does not support that.

@BeastyBlacksmith BeastyBlacksmith added the extension new behaviour label May 9, 2020
@isentropic
Copy link
Member

isentropic commented May 13, 2020

Your could try to achieve this with annotations perhaps

@jenfenghsu
Copy link
Author

@isentropic Thanks! Potentially. But since, FWIK, annotate!() doesn't support positioning with fraction of axis, the positioning will be manual.

@yanivabir
Copy link

This would be a great feature! (and rather essential for production quality plots)

@casasgomezuribarri
Copy link

Just echoeing that this would be a great feature if not yet supported!

@BeastyBlacksmith
Copy link
Member

The workaround for this is to add subplots in the layout that only contain the titles (in fact, that is how plot_title is implemented).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension new behaviour
Projects
None yet
Development

No branches or pull requests

6 participants