diyabc / diyabcGUI

User interface to DIYABC/AbcRanger
https://diyabc.github.io/
Other
4 stars 2 forks source link

[RF][model choice] fix issue with oob error graph color when points overlap #60

Closed gdurif closed 3 years ago

gdurif commented 3 years ago

modelchoice_out_graph_error_versus_ntrees

Colors seem to be different when too much points overlap.

fradav commented 3 years ago

replace or add with a smoothed curve ? Some people doesn't like smoothing...

gdurif commented 3 years ago

I'm going to reduce the alpha (increase the transparency) of the inner circles.

fradav commented 3 years ago

Is there already a function in ggplot2 to do that ? Because sorting the circles by overlapping precedence is non trivial

gdurif commented 3 years ago

i will use the same transparency on all points, if it is very high, the change of colors due to overlapping will be lower.

gdurif commented 3 years ago

Fixed in 10e8af1

Use alpha = 1 (no transparency) and reduce point size