issue with fill legend in R ggplot
Summary The issue at hand is related to ggplot2 in R, where the show.legend = F argument is not effectively removing the legend entries for the fill = Label aesthetic in a ternary plot created with ggtern. This results in an unwanted legend for the Label variable, in addition to the desired legend for the … Read more