ggplot(data=enroll2, aes(x=ACTUAL_ENRL, y=DEPT, fill=Term))+geom_col(position="dodge", width = 0.60)
this results in
I need the chart to resemble the following (charted with python): python chart - same data
Data looks like the following: data structure
Any Ideas or help would be appreciated.