Warning messages:
1: The shape palette can deal with a maximum of 6 discrete values because more than 6 becomes difficult to discriminate; you have 7. Consider
specifying shapes manually if you must have them.
To avoid ggplot printing a warning message when there are more than 6 levels in group_var, manually specify the number of levels in these cases via scale_shape_manual.
Originally reported
To avoid
ggplot
printing a warning message when there are more than 6 levels ingroup_var
, manually specify the number of levels in these cases viascale_shape_manual
.