Change away from scatterpath to minimise confusion#434
Change away from scatterpath to minimise confusion#434nilshg wants to merge 1 commit intoJuliaPlots:masterfrom
scatterpath to minimise confusion#434Conversation
`scatterpath` leads to lines being a different colour from markers, and the markers can end up being the same colour as different lines on the same plot, making the legend very confusing.
|
If we are to go with this PR I would leave the marker be |
|
That's a very good point, I generally can't see why one would want different colours when plotting a Is it this recipe here: https://github.com/JuliaPlots/Plots.jl/blob/0a84ff8caff94e1923d379465d14998835e24d18/src/recipes.jl#L164? I just monkey-patched it locally by adding |
|
Else making it a path with markers like in this PR should also work |
|
Sorry, can't get that to work - |
|
should be a dictionary, but maybe the name was |
|
may be fixed by JuliaPlots/Plots.jl@64f3d58 |


scatterpathleads to lines being a different colour from markers, and the markers can end up being the same colour as different lines on the same plot, making the legend very confusing.