how to get string type X values in matplotlib
- by user299582
I am using matplotlib for a graphing application.
I am trying to create a graph which has strings as X values.
I cannot do this ( using plot function ) because it's expecting a numaric value for X.
How can I get string X values ( for example, build-lables as X values ) ?