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] Strange behavior when plotting the same subplot multiple times in one layout #3123

Closed
fredcallaway opened this issue Nov 6, 2020 · 2 comments
Labels

Comments

@fredcallaway
Copy link
Contributor

Details

MWE:

f1 = plot([1,2])
f2 = plot([1,3])
plot(f1, f2, f1)

This specific case produce f1 and f2 just once each, on the diagonal. In more complex cases, we see highly irregular behavior. I think the simplest fix is to add a check for this case and throw an error, to save future users from the long and painful journey that brought me here.

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotly
plotlyjs
pgfplotsx
inspectdr

Versions

Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, goldmont)

@DanielReedOcean
Copy link

Presumably, this StackOverflow question is another example of the same issue.

@BeastyBlacksmith
Copy link
Member

I can't reproduce this on Plots v1.27.4

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

No branches or pull requests

3 participants