File: usesymbol.txt

package info (click to toggle)
pyx3 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: python: 27,656; makefile: 225; ansic: 130; sh: 17
file content (11 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
Using the functionality of existing graph styles

This example demonstrates how linestyles, symboltypes, colors, and other
decorations can be changed in existing graph styles. ... We make use of the
`changelist` feature as an argument when using a style. Generally, all items in
the attribute lists can be iterable `changelists`. If the end of such a list is
reached, the changelist restarts from its beginning (see e.g. the colors which
are used several times).

The `attr.stroked.clear' in the symbol deletes the default property of the
symbols, which says to stroke the symbol outline.