-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtikz_preamble.tex
68 lines (59 loc) · 1.79 KB
/
tikz_preamble.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\documentclass{standalone}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{bbm}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepackage{rotating}
\usepgfplotslibrary{groupplots}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes}
\usetikzlibrary{decorations.text}
\usetikzlibrary{quantikz}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{quotes}
\usetikzlibrary{calc}
\usetikzlibrary{fadings}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{patterns}
\usetikzlibrary{3d}
\usetikzlibrary{intersections}
\usetikzlibrary{bending}
\usetikzlibrary{cd}
\usetikzlibrary{fit}
\usetikzlibrary{decorations.markings}
\usepackage{siunitx}
\textwidth = 6.5 in
\textheight = 8 in
\input{../mathsymbols.tex}
\input{../colors.tex}
\definecolor{RYB1}{RGB}{207, 37, 37}
\definecolor{RYB2}{RGB}{37, 91, 207}
\definecolor{RYB3}{RGB}{37, 207, 91}
\definecolor{RYB4}{RGB}{163,26,145}
\definecolor{RYB5}{RGB}{253, 180, 98}
\definecolor{RYB6}{RGB}{179, 222, 105}
\definecolor{RYB7}{RGB}{128, 177, 211}
\pgfplotscreateplotcyclelist{newcolors}{
{RYB1,every mark/.append style={fill=RYB1,mark size={1.5}},mark=*},
{RYB2,every mark/.append style={fill=RYB2},mark=square*},
{RYB3,every mark/.append style={fill=RYB3,mark size={3}},mark=triangle*},
{RYB4,every mark/.append style={fill=RYB4,mark size={3}},mark=diamond*},
{RYB5,every mark/.append style={fill=RYB5,mark size={3}},mark=pentagon*},
{RYB6,every mark/.append style={fill=RYB6,mark size={4}},mark=10-pointed star},
{RYB7,every mark/.append style={fill=RYB7},mark=*},
}
\pgfplotsset{
standard/.style={
compat=1.18,
scale only axis,
width=0.5\textwidth,
enlarge x limits=0.05,
enlarge y limits=0.05,
max space between ticks=30,
cycle list name=newcolors,
}
}