課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/R語言之?dāng)?shù)據(jù)可視化
Error in plot.new() : figure margins too large,重新設(shè)置par,2行1列的時(shí)候出現(xiàn)
2021-03-08
源自:R語言之?dāng)?shù)據(jù)可視化 3-4
正在回答
出現(xiàn)這個(gè)問題,主要是因?yàn)镽studio UI 頁面設(shè)置問題,code本身是沒有問題。針對(duì)這個(gè)問題,可以有兩個(gè)解決方案:
關(guān)掉Rstudio,重新開啟,Rstudio恢復(fù)初始畫板設(shè)置。
重新設(shè)置figure margin的大小。?
par(mar=c(1,1,1,1))
舉報(bào)
R語言三大繪圖系統(tǒng),用圖形直觀探索數(shù)據(jù)、發(fā)現(xiàn)有價(jià)值信息
2 回答Error in hist.default(airquality$wind) : 'x'必需為數(shù)值
1 回答Error in qplot(Wind, Temp, data = airquality) : 沒有"qplot"這個(gè)函數(shù)
1 回答ggplot2報(bào)錯(cuò)Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : 找不到多邊形的邊
1 回答> boxplot(airquality$wind, xlab="Wind", ylab="Speed(mph)") Error in plot.window(xlim = xlim, ylim = ylim, log = log, yaxs = pars$yaxs) : 'ylim'值不能是無限的 In addition: Warning messages: 1: In min(x) : no non-missing arguments to min; returning Inf 2: In ma
2 回答Error in lengend("topright", pch = 1, col = c("red", "blue"), legend = c("sep", : could not find function "lengend"
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2021-09-12
出現(xiàn)這個(gè)問題,主要是因?yàn)镽studio UI 頁面設(shè)置問題,code本身是沒有問題。針對(duì)這個(gè)問題,可以有兩個(gè)解決方案:
關(guān)掉Rstudio,重新開啟,Rstudio恢復(fù)初始畫板設(shè)置。
重新設(shè)置figure margin的大小。?