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
Im attempting to plot sizes for footwear on a plot and having issues with the plotting. the Axis should have labels in the order {10,11,12,13,1,2,3,4}. The first image is the auto xAxis generation, the second is if i define the axis with
labels=new string[] {10,11,12,13,1,2,3,4}
Any help getting the plot to look correct is appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Im attempting to plot sizes for footwear on a plot and having issues with the plotting. the Axis should have labels in the order {10,11,12,13,1,2,3,4}. The first image is the auto xAxis generation, the second is if i define the axis with
labels=new string[] {10,11,12,13,1,2,3,4}
Any help getting the plot to look correct is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions