Re: [R] Help with staked bar plot values Version 2

2019-05-30 Thread Bill Poling
I have what I need now, thank you. WHP #This one working ggplot(tbl, aes(x = Month_Yr, y = value, fill = variable, label = value)) + geom_bar(stat = "identity") + geom_text(size = 3, position = position_stack(vjust = 0.5)) + theme(axis.text.x = element_text(angle = 45, hjust = 1, vjust = 0

[R] Help with staked bar plot values Version 2

2019-05-30 Thread Bill Poling
Hello #RStudio Version 1.2.1335 sessionInfo() # R version 3.6.0 Patched (2019-05-19 r76539) # Platform: x86_64-w64-mingw32/x64 (64-bit) # Running under: Windows 10 x64 (build 17134) I am still trying to get this stacked bar plot with values incereted in the bars to work. str(df3) 'data.frame'