Monthly TAxis Labels?

Ah, thanks. I have the labels working. But now the data points aren’t showing up correctly. My guess is that I’m plotting based on TDatimes, and the histogram’s x-axis doesn’t match up with the times that I want to plot at, so I may need to somehow change the histogram x-axis range to match the time range of my data. But I’m not exactly sure. I’ve attached a new macro to show this, as I’m not quite sure what the issue is at this point.

I actually tried to follow your code, couet, that you posted in this thread: Alphanumeric TGraph labels

In that code, are you drawing a histogram with the desired axis labels, then drawing the TGraph on top of it? Or is there something else going on that I’m not quite getting?

Thanks again for the help so far.
yearlyPlot.C (1.3 KB)