Provides a very basic theme with no background, grid, axis text or axis ticks and an easy way to turn the legend on or off.

theme_voteogram(legend = TRUE)

Arguments

legend

if `FALSE` no legend is shown

Examples

# NOT RUN {
# what you'd normally do
sen <- roll_call("senate", 115, 1, 110)
# }# NOT RUN {
# using a saved object
sen <- readRDS(system.file("extdata", "sen.rds", package="voteogram"))

senate_carto(sen) +
  theme_voteogram()
# }