Hi,
> Is there any API to draw the lines between the labels?
> I guess its not possible with this tool.
You could use the ticks' properties (one of their children is a
matplotlib.lines.Line2D instance which you could modify to your wishes). The
second possibility is see is you put a box with on
Is there any API to draw the lines between the labels?
I guess its not possible with this tool.
--
View this message in context:
http://old.nabble.com/Formatting-X-axis-tp28579609p28585415.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
---
I want to format my graph as in MS-Excel. I don't know what term to use for
this.
It looks like the X-axis has 2 labels on them.
http://old.nabble.com/file/p28579609/omp_parallel.png
I have showed it in the image that is generated from Excel. I want to have
exactly the same
using matplotlib.
C