Re: [R] plotting multiple time series under one panel

2015-02-25 Thread Jeff Newmiller
This is a plain text mailing list, and HTML gets munged on the list. It doesn't help your cause when you don't follow the Posting Guide (or my previous recommendations). >From the attached image, you do seem to want separate panels/facets. That is >accomplished with the facet_wrap function with

Re: [R] plotting multiple time series under one panel

2015-02-25 Thread Jeff Newmiller
Your request is confusing. You first say "trying to plot ... together in the same panel" and then complain "all graphs in one panel which did not help". For ggplot at least, melting seems likely to help, so this would really be a good time for you to follow the request included in every message o

[R] plotting multiple time series under one panel

2015-02-25 Thread Raghuraman Ramachandran
Dear guRus I have data frame as: str(voldf) 'data.frame': 130 obs. of 8 variables: $ Date: Date, format: "2014-08-01" "2014-08-05" "2014-08-08" ... $ kc : num 0.453 0.424 0.468 0.481 0.485 ... $ sb : num 0.1128 0.123 0.1272 0.1128 0.0949 ... $ qc : num 0.0626 0.0661 0.0777 0.0765 0.0763