Error in grid.Call.graphics

DataFrame mpg loads, but after that I get error on this:

ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy))
Error in grid.Call.graphics(C_setviewport, vp, TRUE) :
non-finite location and/or size for viewport

Never mind - it worked, I got it.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.