I'm using ggslopegraph() exclusively because of how awesome it looks and how great ggplot2 is. But when I call ggslopegraph() initially I get the following error:
Error in strwidth(sprintf(fmt, long[["value"]])) :
plot.new has not been called yet
While invoking plot.new() works, this should not be necessary, right? I've never needed to call it for any other ggplot2 methods.
I'm using ggslopegraph() exclusively because of how awesome it looks and how great ggplot2 is. But when I call ggslopegraph() initially I get the following error:
While invoking plot.new() works, this should not be necessary, right? I've never needed to call it for any other ggplot2 methods.