wilkelab / cowplot

cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
https://wilkelab.org/cowplot/
704 stars 84 forks source link

cowplot map theme #79

Closed sjfox closed 6 years ago

sjfox commented 6 years ago

This is maybe more stupid of a theme than you were expecting, but I've been using this on all of my maps lately to change the font sizes from ggplot2 defaults. It works perfectly with legends and faceting.

codecov-io commented 6 years ago

Codecov Report

Merging #79 into master will decrease coverage by 0.04%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   33.68%   33.64%   -0.05%     
==========================================
  Files          13       13              
  Lines         751      752       +1     
==========================================
  Hits          253      253              
- Misses        498      499       +1
Impacted Files Coverage Δ
R/themes.R 78.41% <0%> (-0.57%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e743b1e...aa78e08. Read the comment docs.

clauswilke commented 6 years ago

This is fine. Can you make sure there's a space after every comma in lines 165-167?

Thanks!

sjfox commented 6 years ago

Okay I think that did it.