My graph has Xticks Yticks , Xlabels , Ylabels .
My Code
firmwareList = self.firmware # Gets the list of all firmwares , this is a list
I need to put this firmware data under each bar .
Basically i need to put the build version below the X axis for each bar.
Example |
|
|
|
|
|
|____________________
0.0.1 0.0.2 0.0.3
I have already used Xticks, Xlabels .
How do i put the data on the x axis. its a list.