timcdlucas / palettetown

Pokemon themed colour schemes for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scale_colour

timcdlucas opened this issue · comments

Not convinced working properly

scale_colour_poke(pokemon = 'Trapinch', spread = 3)
plot(1:3, col = pokepal('trapinch', 3), pch = 16, cex = 3)

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.