how to get string type X values in matplotlib
Posted
by user299582
on Stack Overflow
See other posts from Stack Overflow
or by user299582
Published on 2010-03-23T03:47:44Z
Indexed on
2010/03/23
3:51 UTC
Read the original article
Hit count: 281
matplotlib
|python
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 ) ?
© Stack Overflow or respective owner