add ...
[PyX/mjg.git] / examples / axis / manualticks.txt
blob42259ab6827b3d904a64a01e997f786d48f3ccdf
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 tick created automatically.
7 You could disable any automatic tick creation by setting the `parter` argument
8 to None. But what's much more interesting is, that the manually and
9 automatically created ticks are not just merged, but the combination together
10 is used when rating the resulting partion. Hence the manual ticks lead to a
11 different set of automatically created ticks for this example.