I have a data set with a column of months that are ordered chronologically. When I create a graph in graph builder, the months show up alphabetically on the axis. I would like to change it to the same order in my data set (chronological, not alphabetical). Any help for this jmp rookie would be greatly appreciated! Thank you!
I assume that the data column that stores the months is defined for character data. JMP will generally order character strings alphanumerically. The months of the year, though, are a special case that is automatically recognized when the values are stored as the complete name (e.g., October) or the three-letter abbreviation (e.g., Oct). How are you storing the month data?
Thanks for your help. Here's a pic of my data set. It is the column Year/Mo that I am trying to get to show chronologically in graph builder.
Thanks for the help!