jrnold / ggthemes

Additional themes, scales, and geoms for ggplot2
http://jrnold.github.io/ggthemes/
1.33k stars 226 forks source link

Typo in "ordered-seqential" #99

Closed luca-scr closed 6 years ago

luca-scr commented 6 years ago

There is a typo that prevent the use of "ordered-sequential" palettes.

tableau_color_pal(palette = "Blue-Green Sequential", type = "ordered-sequential")
# Error in match.arg(type) : 
#   'arg' should be one of “regular”, “ordered-seqential”, “ordered-diverging”
tableau_color_pal(palette = "Blue-Green Sequential", type = "ordered-seqential")
# Error in tableau_color_pal(palette = "Blue-Green Sequential", type = "ordered-seqential") : 
#   `palette` must be one of .

Simply rewrite "ordered-sequential" should fix the issue.