I want to plot (in a single plot) two data frame columns composed of variables "my.data$V2" (y axis) vs date "my.data$V3" (x axis) which is a character string. I've tried using the base plot and ggplot approaches, but I couldn't get it work. I want to plot (in a single plot) two data fram