saving . . . saved FIGURE MARGINS TOO LARGE has been deleted. FIGURE MARGINS TOO LARGE has been hidden .
FIGURE MARGINS TOO LARGE
Title
Question
> plot (captaincy$Y,captaincy$victory)
Error in plot.new() : figure margins too large
> plot(captaincy$names,captaincy$played)
Error in plot.new() : figure margins too large
In addition: Warning messages:
1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf

R Introduction-to-Data-Frames-in-R 06-07 min 30-40 sec 29-01-21, 10:17 a.m. vanshika2109

Answers:

Kindly increase the size of the RStudio panel which contains the plot window and try again.
29-01-21, 10:19 a.m. chrl3hr5@gmail.com
Yes sir, I tried doing that as well.

29-01-21, 10:21 a.m. vanshika2109
Kindly refer to this link - https://stackoverflow.com/questions/12766166/error-in-plot-new-figure-margins-too-large-in-r/32216195
29-01-21, 10:23 a.m. chrl3hr5@gmail.com
Problem solved! Thank you so much.
29-01-21, 10:23 a.m. vanshika2109
Can you please share the method you used to solve the issue?
29-01-21, 10:24 a.m. chrl3hr5@gmail.com
I increased the window size of Rstudio and was able to visualize the plot. 
29-01-21, 10:27 a.m. vanshika2109

Login to add comment


Log-in to answer to this question.