plot.new(): outer margins too large (figure region too small)

Hello stuck with this error in R (using it into jupyter notebook)
plot(tune.nnet(DepSeuil~.,data=datappq,size=c(3,4,5),decay=c(0,1,2),maxit=200,linout=FALSE))

I've modified option in options(repr.plot.width=10, repr.plot.height=15) but nothing. Help me pleas.
I got the error

Error in plot.new(): outer margins too large (figure region too small)
Traceback:

1. plot(tune.nnet(DepSeuil ~ ., data = datappq, size = c(3, 4, 5), 
 .     decay = c(0, 1, 2), maxit = 200, linout = FALSE))
2. plot(tune.nnet(DepSeuil ~ ., data = datappq, size = c(3, 4, 5), 
 .     decay = c(0, 1, 2), maxit = 200, linout = FALSE))
3. plot.tune(tune.nnet(DepSeuil ~ ., data = datappq, size = c(3, 
 .     4, 5), decay = c(0, 1, 2), maxit = 200, linout = FALSE))
4. filled.contour(x = as.double(rownames(x)), y = as.double(colnames(x)), 
 .     xlab = xlab, ylab = ylab, nlevels = nlevels, color.palette = color.palette, 
 .     main = main, x, ...)
5. plot.new()

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.