Skip to content

Cannot change y scale name in heatmap

Cannot change y axis name when using ggplot_variable with out.type = 'heatmap'

e.g.:

df <- get_variable(out.nc, "Tair_z")
ggplot_variable(df, out.type = 'heatmap') + ylab("My Ylab")