Right now I have a bar graph representing 54 weeks of data. However, I would like if there was some way to label each week (represented by a bar) on the graph either (1, 2, 3....) or (week 1, week 2, week, 3) ?
I have a data set that I am looking to put into a graph format. I have absolutely no idea how to even set up the coding in processing or where to begin!
My data is based on the number of times a person says a certain word over a week period, and it is over a period of 20 weeks. I have put my data into a Notepad document as follows:
1, 40
2, 55
3, 56
4, 39
etc. etc....
I don't know how to link my data with processing or how to make a graph... I'm just learning processing!!