You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data I am analyzing has 25 floats per data field, and their labels are 1-25.
I needed the line graph to build showing the floats from 1-25 so I can see the change.
The problem is the app sorted the labels as 1, 10, 11 etc.
I have rewritten my code to create the CSV file with a lead zero on the single digit integers, but I can see how for some instances this quirk could be a problem for others.
It would be nice to have the data labels sort as 1, 2, 3 etc by default.
The text was updated successfully, but these errors were encountered:
The data I am analyzing has 25 floats per data field, and their labels are 1-25.
I needed the line graph to build showing the floats from 1-25 so I can see the change.
The problem is the app sorted the labels as 1, 10, 11 etc.
I have rewritten my code to create the CSV file with a lead zero on the single digit integers, but I can see how for some instances this quirk could be a problem for others.
It would be nice to have the data labels sort as 1, 2, 3 etc by default.
The text was updated successfully, but these errors were encountered: