Plot is not coming up in Plot Area

Please post the code you used today.

By the way you probably never should have **geom_blank() ** in your code.

As far as I can see

ggplot(mydata, aes(x, y))

and

ggplot(mydata, aes(x, y)) + geom_blank()

are equivalent.

1 Like