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

Legend placement appears buggy #27

Open
dpo opened this issue Sep 7, 2019 · 6 comments
Open

Legend placement appears buggy #27

dpo opened this issue Sep 7, 2019 · 6 comments

Comments

@dpo
Copy link
Member

dpo commented Sep 7, 2019

We set the legend to the :bottomright by default https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/master/src/profiles.jl#L66, but the result doesn't reflect that setting: JuliaSmoothOptimizers/JSOSolvers.jl#2 (comment)

@abelsiqueira
Copy link
Member

I tested with GR and PyPlot and only GR is broken.

@abelsiqueira
Copy link
Member

This recreates it:

plot([scatter(rand(10,2), rand(10,2), legend=:bottomright) for i = 1:5]..., layout=(1,5), size=(2000,400))

Not as extreme, but short.

@abelsiqueira
Copy link
Member

jheinen/GR.jl#243

@dpo
Copy link
Member Author

dpo commented Sep 9, 2019

Thanks!

@dpo
Copy link
Member Author

dpo commented Dec 7, 2019

JuliaPlots/Plots.jl#2202 is the correct issue.

@dpo
Copy link
Member Author

dpo commented Jan 23, 2020

Apparently, this is a bug related to the interaction between Plots and GR. Maybe we should make inspectdr the default backend?

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

No branches or pull requests

2 participants