You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the default legend position to assume a minimum-overlapping position with the data would be nice. Matplotlib already does that, and apparently (see JuliaPlots/Plots.jl#3399 (comment)) Plots already passes the :best symbol to the backends. So if GR had that option, this could be the default behavior for GR as well.
I would be willing to work on this if I'm give any clue on where is that defined.
Having the default legend position to assume a minimum-overlapping position with the data would be nice. Matplotlib already does that, and apparently (see JuliaPlots/Plots.jl#3399 (comment)) Plots already passes the
:best
symbol to the backends. So if GR had that option, this could be the default behavior for GR as well.I would be willing to work on this if I'm give any clue on where is that defined.
A tenative code for doing that (which may be put in Plots, actually), is here: https://discourse.julialang.org/t/making-plots-place-its-legend-in-a-better-spot/74986/11?u=leandromartinez98
The text was updated successfully, but these errors were encountered: