Move xticklabels?

Halldor Bj�rnsson <halldor@...1063...> writes:

Currently the weekday label is aligned underneath the tickmark, but I
would like to align the label to rhe right of the tickmark (halfway to
next tick)

There is a "position" property on the xticklabels, but setting it
doesn't seem to have any effect. (This is on svn revision 2227.)

Perhaps you could have ticks at 12-hour intervals and hide every other
tickmark, i.e., something like

setp(getp(gca(),'xticklines')[::2],'visible',False)

Then put the weekday labels on the hidden tickmarks and empty labels
on the visible ones.

···

--
Jouni