« Return to Thread: xticks label disappear for the first subplot AND shift the xticks label to the left

xticks label disappear for the first subplot AND shift the xticks label to the left

by Pietro-13 :: Rate this Message:

| View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,

I'm new to this mailing list, I'm writing here because I was not able to solve searching in the web.
I would like to display subplot data divided per week, I write this code:

https://gist.github.com/2412755

But I have 2 problems that I would like to solve:

1) I would like to see the xticks label for the first plot too, at the moment it is shown only for the second subplot.

2) I would like to move the xticks label of 0.5 of the  xticks width, at the moment I have:

# +-------+-------+-------+-------+-------+-------+--------+

# 04/02 04/03 04/04 04/02 04/03 04/04 04/04

# Mon Tue Wed Thu Fri Sat Sun


and I would like this:


# +-------+-------+-------+-------+-------+-------+--------+

# 04/02 04/03 04/04 04/02 04/03 04/04 04/04

# Mon Tue Wed Thu Fri Sat Sun


Any hints?

Pietro

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

 « Return to Thread: xticks label disappear for the first subplot AND shift the xticks label to the left