Open
Description
In the plotting chapter (https://github.com/MonashDataFluency/python-workshop-base/blob/master/workshops/docs/modules/plotting_with_ggplot.md), update the ggsave
code for saving the plot. The existing code doesn't work.
Existing code: prints an error
ggsave(filename="plot1.png", plot=plt1, device='png', dpi=300, height=25, width=25)
Updated code:
ggsave(plt1, filename="plot1.png", width = 25, height = 25, dpi= 300)
Metadata
Metadata
Assignees
Labels
No labels