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

[BUG] Too many plots blows up layout #4246

Open
BioTurboNick opened this issue Jun 21, 2022 · 0 comments
Open

[BUG] Too many plots blows up layout #4246

BioTurboNick opened this issue Jun 21, 2022 · 0 comments

Comments

@BioTurboNick
Copy link
Member

ps = map(1:9) do _
	areaplot(1:1000, rand(1000))
end
plot(ps..., layout = grid(9, 1))

image

ps = map(1:10) do _
	areaplot(1:1000, rand(1000))
end
plot(ps..., layout = grid(10, 1))

image

Affects GR at least.

Thinking about automatically extending the size of the plot as in #4234 may be relevant here. Or need a way to fail more gracefully.

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