error in geom_label() aesthetic when attempting to plot text
Summary A geom_label() failure occurred during a bar‑plot annotation step because the label aesthetic had a different length than the data passed to the layer. The plotting layer expected either a single label or a vector matching the number of rows in the label‑data frame, but instead received a mismatched vector produced by unique() and … Read more