I have a data frame with 12 students and their scores, and there are no plotly color pallets that would work with this many groups. I am trying to make the legend off of color and shape instead, is there any way to do this?
data <- data.frame(name = c("Sara", "Matt", "Mike", "Alyssa", "Ryan", "Parker", "Sam", "Bo", "Tyler", "Jess", "Maya", "Sara", "Matt", "Mike", "Alyssa", "Ryan", "Parker", "Sam", "Bo", "Tyler", "Jess", "Maya"),
grade = runif(24, 50, 100),
age = runif(24, 15,20))