Skip to content

ggplot aesthetics update on linewidth #3

Description

@sunxm19
> ggsave(file.path(
+   paths$wd_dependency,
+   paste0(siteyear, "_w_unrot_WD_stats_", Tstamp, ".png")),
+   ggplot_stats(data, "wind_dir", "w_unrot", circular = TRUE),
+   type = "cairo-png", width = 297, height = 210, units = "mm")
Warning messages:
1: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the openeddy package.
  Please report the issue at <https://github.com/lsigut/openeddy/issues>.
This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated. 
2: In ggplot2::annotate("label", size = 6, x = Inf, y = Inf, hjust = 1,  :
  Ignoring unknown parameters: `label.size`
3: Using ragg device as default. Ignoring `type` and `antialias` arguments 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions