I cannot see the graph in R studio
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Bar Chart - Interpretation & What Makes a Good Bar Chart
I run the code of the bar chart in R studio. even I install ggplot2 I save the csv file in the same folder. once I run the code I do not got any plots even I do not see any error in the console section.
Is there any thing missing to se the graph?
1 answers ( 0 marked as helpful)
Run the following lines in your console :
dev.off()
print(plot(1)) # Basically use print command once (stackoverflow)