|
From: Tristan S. <tri...@gm...> - 2012-12-04 18:18:16
|
On 4 December 2012 17:20, Goyo <goy...@gm...> wrote: > 2012/12/4 Tristan Strange <tri...@gm...>: > > - I'd like each of the ticks on the x axis centred beneath each of the > bars. > exp(0.1 + np.log(y)) > I'm not sure I understand this. align=center might be what you want. This is exactly what I was after. > > > - I'd like numbers in normal integer form not 10 to power form on the y > > axis. > > I'm sure it can be done but I'm unable to help. Are you sure you want > so many zeros in the Y tick labels? > Think you're right there actually. > Also the calls to xticks() and plot() are useless. Check this code: > http://pastebin.com/ELNV9Bea This is exactly what I was after many thanks. Cheers, Tristan |