correct subdomain
[PyX/mjg.git] / examples / splitgraphs / README
blob8290d540c786b4295e82ff141783f28ad5994c68
1 Split axes
3 Split axes can be used to build axes containing axis breaks. While split axes
4 work exactly like bar axes (they even share the same code except for the
5 painter), their usage differs. A split axes has a tuple as its data value. The
6 first value of the tuple identifies a sub-axis (for example by a unique
7 integer) and the second is the value to be passed to the sub-axis. (For a bar
8 axis, internally this is basically the same, but there the styles take care of
9 the wrapping of the data into those tuples.)
11 !! Note: Currently the graph styles are not aware of axis breaks. A generic
12 notification mechanism for graph styles should be added at a later point.