|
From: Pietro <pet...@gm...> - 2012-04-19 12:46:56
|
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 |