Skip to content
Prev 305307 / 398506 Next

plot dataframe with inconsistently relations

On Wed, Sep 12, 2012 at 9:02 AM, Geophagus <fh at retposto.net> wrote:
ggplot(TEST, aes(year, value)) + geom_line(aes(colour = state))

Thank you: I'm afraid I don't see what the problem is? (Your unquoted
context has "lines are stacked" IIRC) This seems entirely legible to
me, but the TN line is missing because it's only a single data point.

Cheers,
Michael