pwtools.mpl.linestyles_colors¶
- pwtools.mpl.linestyles_colors = ['-b', '-g', '-r', '-c', '-m', '-y', '-k', '--b', '--g', '--r', '--c', '--m', '--y', '--k', ':b', ':g', ':r', ':c', ':m', ':y', ':k', '-.b', '-.g', '-.r', '-.c', '-.m', '-.y', '-.k']¶
Built-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.