scale_colour
timcdlucas opened this issue · comments
Tim Lucas commented
Not convinced working properly
scale_colour_poke(pokemon = 'Trapinch', spread = 3)
plot(1:3, col = pokepal('trapinch', 3), pch = 16, cex = 3)
Tim Lucas commented
d = data.frame(x = 1:3, y=1:3, col = 1:3)
ggplot(d, aes(x, y, colour = factor(col))) +
geom_point(size = 3) +
scale_colour_poke(pokemon = 'Trapinch', spread = 3)
Can't see any problems anymore. Guess it was old.