I am using matplotlib for a graphing application. I am trying to create a graph which has strings as the X values. However, the using plot function expects a nu
plot
Why not just make the x value some auto-incrementing number and then change the label?
--jed