xda
xda copied to clipboard
Problem with Plot
Plot(iris,'Sepal.Length') Error in plot.new() : figure margins too large
have you tried this graphics.off()
Alternatively you can check this link for solution because I was not able to reproduce the error you have stated. The command, Plot(iris,'Sepal.Length')
works for me.