Thu, 23 Jan 2025 23:40:20 +0100
Bump alg_tools version
37 | 1 | \usepackage{pgfplots} |
2 | \usepackage[svgnames]{xcolor} | |
3 | \usepgfplotslibrary{colorbrewer} | |
4 | ||
5 | \pgfplotsset{ | |
6 | compat=1.18, | |
7 | % forget plot = no legend | |
8 | edge/.style = {thick, gray!50!black,forget plot}, | |
9 | data/.style = {mark=*, blue, only marks}, | |
10 | backdata/.style = {mark=*, blue!30!white, only marks, onlyback, forget plot}, | |
45 | 11 | itergen/.style = {line width = 0.7pt}, |
12 | iter1/.style = {mark=x, Crimson, itergen}, | |
13 | iter2/.style = {mark=star, BlueViolet, itergen}, | |
14 | iter3/.style = {mark=asterisk, DarkOliveGreen, itergen}, | |
15 | backiter1/.style = {mark=x, Crimson!70!white, onlyback, forget plot, itergen}, | |
16 | backiter2/.style = {mark=star, BlueViolet!70!white, onlyback, forget plot, itergen}, | |
17 | backiter3/.style = {mark=asterisk, DarkOliveGreen!70!white, onlyback, forget plot, itergen}, | |
37 | 18 | origin/.style = {mark=o, green, only marks, thick}, |
19 | surfstyle/.style = {very nearly opaque, forget plot}, | |
20 | legend style = { | |
21 | inner sep = 0pt, | |
22 | outer xsep = 5pt, | |
23 | outer ysep = 0pt, | |
24 | legend cell align = left, | |
25 | align = left, | |
26 | draw = none, | |
27 | fill = none, | |
45 | 28 | font = \footnotesize |
37 | 29 | }, |
30 | illustr3d/.style = { | |
31 | axis equal, | |
45 | 32 | width=0.7\linewidth, |
33 | height=0.7\linewidth, | |
37 | 34 | scale only axis, |
35 | enlargelimits=false, | |
36 | colormap access=map, | |
37 | colormap/Blues, | |
38 | colorbar, | |
39 | point meta rel=axis wide, | |
40 | shader = interp, | |
41 | xlabel = {$x$}, | |
42 | ylabel = {$y$}, | |
43 | zlabel = {$z$}, | |
44 | ticks = none, | |
45 | axis line style = {draw=none}, | |
46 | %axis x line = none, | |
47 | %axis y line = none, | |
48 | %axis z line = none, | |
49 | legend columns = 3, | |
50 | legend style = { | |
51 | at = {(0.5, 1.1)}, | |
52 | anchor = north, | |
53 | column sep = 1ex, | |
54 | }, | |
55 | mark size=1.5pt, | |
45 | 56 | colorbar style = {width = 1ex, height = 0.4\linewidth}, |
37 | 57 | } |
58 | } |