correct subdomain
[PyX/mjg.git] / examples / splitgraphs / splitatvalue.txt
blobc7ea5092774cff9f5073086e949c10ebfa7142b4
1 Split axis at certain values
3 A typical use-case for a split axis is to use some special positions on the
4 axis to mark the axis breaks. ... For that the `splitatvalue` function is
5 available in all places, where expressions are evaluated in the `graph.data`
6 classes. Here we create a special parametric function where split positions for
7 the x axis are added by the `splitatvalue` function and the y function is a
8 simple polynomial of high order. Note that you can set several split positions
9 by additional parameters of the `splitatvalue` function. In that case
10 the `splitatvalue` function marks odd regions to be a "None", by which those
11 data values are ignored by the `splitaxis` instance.