Sat, 07 Dec 2024 21:52:43 -0500
Doc typofix
\usepackage{pgfplots} \usepackage[svgnames]{xcolor} \usepgfplotslibrary{colorbrewer} \pgfplotsset{ compat=1.18, % forget plot = no legend edge/.style = {thick, gray!50!black,forget plot}, data/.style = {mark=*, blue, only marks}, backdata/.style = {mark=*, blue!30!white, only marks, onlyback, forget plot}, itergen/.style = {line width = 0.7pt}, iter1/.style = {mark=x, Crimson, itergen}, iter2/.style = {mark=star, BlueViolet, itergen}, iter3/.style = {mark=asterisk, DarkOliveGreen, itergen}, backiter1/.style = {mark=x, Crimson!70!white, onlyback, forget plot, itergen}, backiter2/.style = {mark=star, BlueViolet!70!white, onlyback, forget plot, itergen}, backiter3/.style = {mark=asterisk, DarkOliveGreen!70!white, onlyback, forget plot, itergen}, origin/.style = {mark=o, green, only marks, thick}, surfstyle/.style = {very nearly opaque, forget plot}, legend style = { inner sep = 0pt, outer xsep = 5pt, outer ysep = 0pt, legend cell align = left, align = left, draw = none, fill = none, font = \footnotesize }, illustr3d/.style = { axis equal, width=0.7\linewidth, height=0.7\linewidth, scale only axis, enlargelimits=false, colormap access=map, colormap/Blues, colorbar, point meta rel=axis wide, shader = interp, xlabel = {$x$}, ylabel = {$y$}, zlabel = {$z$}, ticks = none, axis line style = {draw=none}, %axis x line = none, %axis y line = none, %axis z line = none, legend columns = 3, legend style = { at = {(0.5, 1.1)}, anchor = north, column sep = 1ex, }, mark size=1.5pt, colorbar style = {width = 1ex, height = 0.4\linewidth}, } }