File: scatter.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 (7 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
# Matplotlib style for scatter plots

# Set markers (style, color, no lines)
axes.prop_cycle : (cycler('marker', ['o', 's', '^', 'v', '<', '>', 'd']) + cycler('color', ['0C5DA5', '00B945', 'FF9500', 'FF2C00', '845B97', '474747', '9e9e9e']) + cycler('ls', [' ', ' ', ' ', ' ', ' ', ' ', ' ']))

# Set marker size
lines.markersize : 3