Skip to content

Commit

Permalink
Remove deprecated ggplot2 size argument
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-lison committed Jan 25, 2024
1 parent 44b4011 commit 36f3376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sewer_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ plot_concentration <- function(results = NULL, measurements = NULL,
geom_line(
data = measurements,
aes(y = concentration),
color = "#a6a6a6", linetype = "dotted", size = 0.3
color = "#a6a6a6", linetype = "dotted", linewidth = 0.3
)
}
} +
Expand Down

0 comments on commit 36f3376

Please sign in to comment.