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

Work out how to vary the ylims subplot by subplot in AOG #376

Closed
SamuelBrand1 opened this issue Jul 17, 2024 · 4 comments
Closed

Work out how to vary the ylims subplot by subplot in AOG #376

SamuelBrand1 opened this issue Jul 17, 2024 · 4 comments

Comments

@SamuelBrand1
Copy link
Collaborator

          > Nice looks good. I am a bit surprised you've needed to make subplots and compose vs using `AlgebraofGraphics` facet mechanics (which is what I would do if making this in `ggplot2` for example.

My problem here was that I/search engines couldn't work out how to vary the ylims figure by figure... I'm being a bit basic here I think. I agree because unlike the first pass fig 1 now the subplots are slightly different sized.

Originally posted by @SamuelBrand1 in #375 (comment)

@SamuelBrand1
Copy link
Collaborator Author

Noting @seabbs suggestion to add ylims the dataframe (apparently this is ggplot style)

@SamuelBrand1
Copy link
Collaborator Author

Update... using draw to create a figure grid and its easy to interact with the limits of each grid directly. Using draw! onto a mixed figure (which makes it easier to do other things like adding text areas) and its not so easy.

@seabbs
Copy link
Collaborator

seabbs commented Jul 22, 2024

Got you makes sense

@SamuelBrand1
Copy link
Collaborator Author

Resolved by moving to using Makie imperatively.

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

No branches or pull requests

2 participants