Closed medewitt closed 2 years ago
Convert guides(colour = FALSE) to guides (colour = "none") as per ggplot2 deprecation notice. Resolves #83
guides(colour = FALSE)
guides (colour = "none")
Many thanks for the PR! @finlaycampbell shall we merge this?
Once again apologies for not responding to this - merging now.
Convert
guides(colour = FALSE)
toguides (colour = "none")
as per ggplot2 deprecation notice. Resolves #83