Applied upstream as r3028 r3025 r3024
[PyX/mjg.git] / examples / splitgraphs / minimal.txt
blobbadf1a6183b45932eb78629c11bf61bac4f782b3
1 Minimal split-axis example
3 This minimal example creates a split-axis by two simple modifications. ...
4 First a splitaxis instance is passed to the graph constructor and secondly the
5 data provided for this axis is modified to contain a tuple of two items. The
6 first item is used as a dictionary key to identify the subaxis, to which the
7 presented data belongs to. The second item in the tuple is used as the value on
8 this subaxis.