Fix x-axis labels on two-month plot.
This commit is contained in:
		@@ -114,7 +114,7 @@ ggplot(data = d_total %>% filter(Date >= Sys.Date() - months(2),
 | 
			
		||||
    geom_point(size = 0.3) +
 | 
			
		||||
    scale_x_date(date_breaks = "7 days",
 | 
			
		||||
                 date_minor_breaks = "1 days",
 | 
			
		||||
                 date_labels = "%Y-%m-%d") +
 | 
			
		||||
                 date_labels = "%m-%d") +
 | 
			
		||||
    scale_y_continuous(labels = scales::comma) +
 | 
			
		||||
    theme_bw() +
 | 
			
		||||
    labs(title = paste0("US Amateur Licenses since ", Sys.Date() - months(2)),
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 164 KiB  | 
		Reference in New Issue
	
	Block a user