There is an error in drawing graphics using the plot function of rstudio
Error in plot.new () : figure margins too large
Solution:
use the code first
par("mar")
Check the Mar parameter and you’ll probably get this result
[1] 5.1 4.1 4.1 2.1
Reset this parameter
par(mar=c(1,1,1,1))
Then the problem was solved
source
Read More:
- Update project manually_ Solution of too large jar package in springboot
- Solution to the warning of too low TDR value in new sp
- mysql5.7.26:[ERR] 1118 – Row size too large (> 8126)
- Nginx upload error 413 request entity too large
- Kibana access error: data too large [How to Solve]
- Flume receives an error when a single message is too large
- How do I change the default background color of all FIGURE objects created in MATLAB
- Solve the problem that “figure size 640×480 with 1 axes” does not display pictures in jupyter notebook
- The sparse matrix of R language is too large to be used as.matrix
- circuit_breaking_exception,“reason“:“[parent] Data too large, data for [<http_request>]
- Nginx modifies the front end request size limit (413 request entity too large)
- Java long type error: error: integer number too large
- TIDB-kafka server: Message was too large, server rejected it to avoid allocation error
- How to Fix error reported by rqt_plot tool in ROS
- Error splitting file: file too large solution
- Install Seaborn, plot, Jieba in Anaconda
- The file server reports an error of 413, and the file uploaded by nginx reports an error of 413 request entity too large
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘plot‘
- Add a new page in latex
- After Android studio creates a new bottomnavigationactivity, there is a blank solution in the upper area of fragment