kelley80209
Programmer
I have a dataset that is grouped by dates (x-axis has dates, y-axis has values). However, the dates are not necessarily evenly distributed. That is, I have a bunch of entries early in the year, then a couple in the middle of the year, and one at the end of the year. Rather than have the X-axis be divided evenly, I want them to be aligned relative to the date in the year. I should see a bunch of entries on the left side of the graph, a couple in the middle, and then one on the right side of the graph (as opposed to an even distribution along the x-axis). Can this be done?
Similarly, I would like to have x-axis labels as some predefined interval (say monthly). In my above example, I would see many entries in the "January" slice, then a bunch of "empty" slices, then some entries in "June", ... and so on. Can this be done?
Thanks
Similarly, I would like to have x-axis labels as some predefined interval (say monthly). In my above example, I would see many entries in the "January" slice, then a bunch of "empty" slices, then some entries in "June", ... and so on. Can this be done?
Thanks