i have a data frame called abc, that has rows of times (y direction) and columns of dates (x direction), the frame is made up of values.
what i need to do is create a graph by selecting a certain time, this graph needs to be dates vs the values in that row in the the dataframe. attached is a photo of the data
so i need to be able to create a graph by typing in say 9am and a time series graph will appear of a graph of jun,july,aug,sept etc... on the x axis vs 1,2,6,8,9 etc...on the y
and then it would pull a different graph if i changed it to say 11am