I have a simple graph plotting two columns of data versus the date. Column one is a list of dates while columns 2 and 3 are the percentage values. I only have data for Monday through Friday, so my graphs have a strangeness that happens on the weekend (i.e., there are 3 days between the Friday and Monday points). Is there a way to remove the discontinuity and still maintain my date values?
I know that I can remove column one, but I lose my date values. Thanks for any help you can provide!
Andy