fix cross-device link error
[PyX.git] / examples / graphstyles / usesymbol.txt
blob8238a6b5e6ab451a40303f91bfbe94085eed5202
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.