Questions tagged [ggthemes]

17 questions
0
votes
0 answers

Fix distance to bars from edges of x-axis within theme function ggplot

I created my own theme so that me and my colleagues get saved tons of time :). I am looking for a way to fix the distance from the edges of the x-axis to the bars within the theme function. As I run the script below, the distance between the y-axis…
SHW
  • 461
  • 7
  • 26
0
votes
1 answer

Integrate default color into personalized theme ggplot

I created my own theme and now I also want to standardize the color set that is used. I tried to do this with the list solution, provided in the answer of Viktor in this feed: Associate a color palette with ggplot2 theme df <- mtcars uwvPalet <-…
SHW
  • 461
  • 7
  • 26
1
2