Closed davidhodge931 closed 2 years ago
Updated boxplot/hboxplot, & violin/hviolin
point fine as is, as no lines
Still to work out what to do with line, pointrange/hpointrange & smooth
This is due to ggplot bug #4754
Due to windows plus default graphics device. Change to Cairo and it works
In ggplot2, alpha does not work in lines where coord_cartesian(clip = "off")
simplevis has used coord_cartesian(clip = "off") whenever there is points, so that points on the limits are not cut in half.
Therefore this issue applies to geoms with points and lines: smooth, boxplot, hboxplot, line, pointrange, hpointrange