hi
i have searched on websites how to solve this problem but it remains, and i dont understand really how to deal with it
this code :
data()
dev.off()
par(mfrow=c(2,2))
plot(airquality$Wind,airquality$Temp)
plot(airquality$Wind,airquality$Temp)
plot(airquality$Wind,airquality$Month)
plot(airquality$Wind,airquality$Day)
always returns :
Error in plot.new() : figure margins too large
even if i enlarge at max the "plot" window
(screenshot)