added an example for varying the symbol and line styles
[PyX/mjg.git] / examples / graphstyles / usesymbol.txt
blob5f0bed4c1e3ad0cea0451926c563ea6575ff4019
1 Using the functionality of existing graph styles
3 This example demonstrates how linestyles, symboltypes, colors, and other
4 decorations can be changed in existing graph styles. ... We make use of the
5 `changelist' feature as an argument when using a style. Generally, all items in
6 the attribute lists can be iterable `changelists'. If the end of such a list is
7 reached, the changelist restarts from its beginning (see e.g. the colors which
8 are used several times).
10 The `attr.stroked.clear' in the symbol deletes the default property of the
11 symbols, which says to stroke the symbol outline.