add ...
[PyX/mjg.git] / examples / axis / log.txt
blobcaaaf93443d0e128bf5b4db45e0d3ce836b145db
1 Logarithmic axes
3 Logarithmic axes are quite similar to linear axes and differ only in a very few
4 properties, namely the non-linear convert method in which they transform values
5 to positions on the axis, a different default partitioner and a different
6 default rater. ... While the partitioner really is quite different - it implements
7 a logarithmic positioning of the ticks - the rater just alters some defaults in
8 favour of using more subticks to improve the visualization of the logarithmic
9 nature of the axis.
11 ! Beside presenting a standard logarithmic axis we also show you how to alter
12 the base used by the logarithmic axis. Since the functionality of a logarithmic
13 axis is independend of the base, all we need to adjust are certain components
14 creating ticks, the texts for the labels etc.