課程
/云計算&大數據
/大數據
/R語言之數據可視化
Error in plot.new() : figure margins too large,重新設置par,2行1列的時候出現
2021-03-08
源自:R語言之數據可視化 3-4
正在回答
出現這個問題,主要是因為Rstudio UI 頁面設置問題,code本身是沒有問題。針對這個問題,可以有兩個解決方案:
關掉Rstudio,重新開啟,Rstudio恢復初始畫板設置。
重新設置figure margin的大小。?
par(mar=c(1,1,1,1))
舉報
R語言三大繪圖系統,用圖形直觀探索數據、發現有價值信息
2 回答Error in hist.default(airquality$wind) : 'x'必需為數值
1 回答Error in qplot(Wind, Temp, data = airquality) : 沒有"qplot"這個函數
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
1 回答ggplot2報錯Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : 找不到多邊形的邊
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號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2021-09-12
出現這個問題,主要是因為Rstudio UI 頁面設置問題,code本身是沒有問題。針對這個問題,可以有兩個解決方案:
關掉Rstudio,重新開啟,Rstudio恢復初始畫板設置。
重新設置figure margin的大小。?