update upload data
[PyX.git] / examples / axis / manualticks.txt
blob3b8e58efb9fd50ea2f9bc4fa75950d3dbb71b08b
1 Manually place ticks at certain positions
3 Ticks can be set manually by passing tick instances to the `manualticks`
4 argument of the axis instance as shown at the right axis in this example. ...
6 As you can see, the manual ticks are combined with the automatically created
7 ticks. You could disable any automatic tick creation by setting the `parter`
8 argument to None. But what's much more interesting is, that the manually and
9 automatically created ticks are not just merged, but their combination is used
10 for rating the resulting partition. Therefore, the additional manual ticks lead
11 to a different set of automatically created ticks in this example.