File: high-vis.mplstyle

package info (click to toggle)
python-scienceplots 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,096 kB
  • sloc: python: 276; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
# Matplotlib style for high visability plots (i.e., bright colors!!!)

# Set color cycle
axes.prop_cycle : (cycler('color', ["0d49fb", "e6091c", "26eb47", "8936df", "fec32d", "25d7fd"]) + cycler('ls', ['-', '--', '-.', ':', '-', '--']))