image imagewidth (px) 384 384 | text stringlengths 415 4.53k |
|---|---|
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[font=\tt]
\node (T) at (0, 0) {ACAACG};
\node[below=0.5mm of T] (c1) {$T$};
\node[align=center] (tbl1) at (2.7, 0) {\textcolor{red}{AACG}AC\\\textcolor{red}{ACAACG}\\\textcolor{red}{ACG}ACA\\\... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows, positioning}
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5em, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, -latex']
\definecolor{mygreen}{rgb}{0,0.6,0}
\definecolor{echodrk}{HTML}... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
width=12.5cm, height=8cm,
xtick=\empty,
ytick=\empty,
xlabel={\large $t$},
ylabel={\large $x(t)$},
xmin=0, xmax=16,
ymin=-1.1, ymax=1.5,
xtick={1.365, 2.73, 4.095, 5.46},
... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning, decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}[node distance=1.5cm]
\node[rectangle, very thick, draw] (learning) {Learning algorithm, $L$};
\node[rectangle, very thick, draw, below = of learning] (inference) {Labe... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{tkz-graph}
\begin{document}
\begin{tikzpicture}[scale=0.8,every node/.style={scale=0.7},font=\tt]
\SetUpEdge[lw = 1.5pt,
color = red,
labelcolor = white]
\GraphInit[vstyle=Normal]
\SetGraphUnit{3}
\tikzset{VertexStyle/.appen... | |
\documentclass[crop,tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node[circle, draw, thick] (z) {$\vec{a}_{real}$};
\node[circle, draw, thick, right=5em of z] (x) {$\vec{b}_{fake}$};
\draw[-stealth, thick] (z) -- node[above] {$G_{AB}(\vec{a})$} node[below, a... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node[circle, thick, draw] (0) {$d_0$};
\node[circle, thick, draw, below = 4.5em of 0] (1) {$d_1$};
\node[circle, thick, draw, right = 4.5em of 0] (2) {$d_2$};
\node[circle, thick, draw, righ... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{tkz-graph}
\begin{document}
\begin{tikzpicture}[scale=0.8,every node/.style={scale=0.7},font=\tt]
\SetUpEdge[ lw = 0.75pt,
color = red,
labelcolor = white]
\GraphInit[vstyle=Normal]
\SetGraphUnit{2}
\tikzset{VertexStyle/.app... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{braids}
\newcommand{\bond}[3]{
\draw[very thick, #1] (#3, 0) -- (#3, 0.35);
\draw[very thick, densely dotted] (#3, 0.35) -- (#3, 0.65);
\draw[very thick, #2] (#3, 0.65) -- (#3, 1);
}
\begin{document}
\begin{tikzpicture}
\bond{red}{blue}{0.1}
\bond... | |
\documentclass[crop,tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node[circle, draw, thick] (z) {$\vec{z}$};
\node[circle, draw, thick, right=5em of z] (x) {$\vec{x}_{fake}$};
\draw[-stealth, thick] (z) -- node[above] {$G(\vec{z})$} node[below] {generator} ... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{tkz-graph}
\begin{document}
\begin{tikzpicture}[scale=0.8,every node/.style={scale=0.7},font=\tt]
\SetUpEdge[lw = 0.75pt,
color = red,
labelcolor = white]
\GraphInit[vstyle=Normal]
\SetGraphUnit{2}
\tikzset{VertexStyle/.append... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}[scale=0.85]
% Axis
\draw[thick,-stealth,black] (-3,0)--(3,0) coordinate (A) node[below] {$x$}; % x axis
\draw[thick,-stealth,black] (0,-3)--(0,3) node[left] {$... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}[samples=1000, domain=0:10*pi]
\begin{axis}[
width=11cm, height=3.5cm,
xtick=\empty,
ytick=\empty,
xlabel={\large $t$},
ylabel={\large $x(t)$},
xmin=0, xmax=11*pi,
ymin=-0.5, ymax=7.5,
a... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}[samples=1000, domain=0:10]
\begin{axis}[
width=11cm, height=3.5cm,
xtick=\empty,
ytick=\empty,
xlabel={\large $t$},
ylabel={\large $x(t)$},
xmin=0, x... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[rotate=45]
\draw (-2,0) node[left] {$\varphi_a$} -- (2,0) node[right] {$\varphi_c$} (0,2) node[above] {$\varphi_b$} -- (0,-2) node[below] {$\varphi_d$};
\draw[->,yshift=5pt] (-1.7,0) -- (-0.7,0) node[midway,above] {$p_... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[trafo/.style={midway,font=\tiny}]
\def\hd{2}\def\vd{0.5}
\node (Zm) at (0,0) {$Z_m(E)$};
\node[right=\hd of Zm] (Zc) {$Z_c(\beta)$};
\node[right=\hd of Zc] (Zg) {$Z_g(\mu)$};
\node[below=\vd of Zm] (Sm) {$\... | |
\documentclass[tikz,svgnames]{standalone}
\usetikzlibrary{backgrounds}
\begin{document}
\begin{tikzpicture}[scale=3]
\def\xmin{-1} \def\xmax{1}
\def\ymin{-0.1} \def\ymax{2}
\draw [thick,->] (\xmin,0) -- (\xmax,0);
\draw [thick,->] (0,\ymin) -- (0,\ymax);
\draw [thick] (-0.5,-0.02) -- (-0.5,0.02) node [be... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[thick]
\def\r{5}
\fill[teal!60] (\r,-\r) -- (0,0) -- (\r,0) -- cycle;
\fill[yellow!60] (\r,-\r) -- (0,0) -- (0,-0.\r) -- (4.\r,-\r) -- cycle;
\fill[red!60] (0,0) rectangle (\r,0.3\r);
\draw (-\r,-\r) rectangle (\r,\r);
\draw[dashed] (-\r... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[scale=0.6]
\foreach \y [count=\n] in {
{74,25,39,20,3,3,3,3,3},
{25,53,31,17,7,7,2,3,2},
{39,31,37,24,3,3,3,3,3},
{20,17,24,37,2,2,6,5,5},
{3,7,3,2,12,1,0,0,0},
{3,7,3,2,1,36,0,0,0},
{3,2,3,6,0,0,45,1,1},
... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}
\draw (-2,0) node[left] {$\varphi_a$} -- (0,0) -- (1.5,1.5) node[above right] {$\varphi_b$} (0,0) -- (1.5,-1.5) node[below right] {$\varphi_c$};
\draw[->,yshift=5pt] (-1.7,0) -- (-0.7,0) node[midway,above] {$p_1$};
\... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[
vertex/.style = {circle, draw, inner sep=1pt, fill=white},
vertex1/.style = {vertex, fill=red!30!white},
vertex2/.style = {vertex, fill=orange!30!white},
vertex3/.style = {vertex, fill=blue!30!white},
vertex4/.style = {vertex, fill=teal!3... | |
\documentclass[tikz]{standalone}
\def\circRad{4em}
\begin{document}
\begin{tikzpicture}[
line cap=round, thick,
stage/.style={shape=circle, draw, font=\bfseries, minimum width=2*\circRad},
challenge/.style={draw, very thin, inner sep=2, rounded corners=2},
every node/.style={align=center},
]
\beg... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{mindmap}
\begin{document}
\begin{tikzpicture}[align=center]
\node (enthalpy) at (2, 0) [concept, concept color=orange] {Enthalpy $H$};
\node (free-energy) at (-2, 0) [concept, concept color=teal] {Free\\Energy $G$};
\node (entropy) at (0, -3) [concept, concept... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[thick]
% Dot grid
\def\xrange{3}
\def\yrange{3}
\def\ratio{3/4}
\foreach \x in {-\xrange,...,\xrange}
{\foreach \y in {-\yrange,...,\yrange}
{\fill (\x,\ratio*\y) circle[radius=2pt];}}
% Axes
\draw[->] (-\xrange-1/2,0) --... | |
\documentclass[tikz, svgnames]{standalone}
\usetikzlibrary{mindmap}
\begin{document}
\begin{tikzpicture}[
mindmap, every node/.style=concept, concept color=orange, text=white,
level 1/.append style={level distance=5cm, sibling angle=60, font=\large},
level 2/.append style={level distance=3cm, sibling angl... | |
\documentclass[tikz]{standalone}
\tikzset{
cross/.style={path picture={\draw[black]
(path picture bounding box.south east) -- (path picture bounding box.north west)
(path picture bounding box.south west) -- (path picture bounding box.north east);}}
}
\begin{document}
\begin{tikzpicture}
\draw (-... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[thick, align=center]
\fill[blue!20] (0,0) rectangle (4.5,4);
\fill[orange!20] (4.5,0) rectangle (8,4);
\node at (2.5,1) {limited by\\desorption\\of product};
\node at (6,1) {limited by\\activation\\of reactant};
\... | |
\documentclass[tikz,border={0 3}]{standalone}
\usetikzlibrary{patterns,decorations.markings}
\def\lrad{1}
\def\mrad{0.175*\lrad}
\def\srad{0.15*\lrad}
\begin{document}
\begin{tikzpicture}[
pin edge={shorten <=5*\lrad},
cross/.style={fill=white,path picture={\draw[black] (path picture bounding box.south east)... | |
\documentclass[tikz]{standalone}
\def\range{9}
\def\xyRatio{2/3}
\def\circSize{1mm}
\begin{document}
\begin{tikzpicture}[->, very thick, align=center, scale=1.25]
\draw (0,-0.5) -- (0,\range*\xyRatio) node[below right] {accuracy};
\draw (-0.5,0) -- (\range,0) node[above] {computational\\complexity};
\foreach \... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[thick, font=\large, white, draw=white]
\draw[fill=orange] (0,0) rectangle (2,4) node[midway] (pEH) {$p(E|H)$};
\draw[fill=teal] (0,4) rectangle (2,8) node[midway] (pH) {$p(\neg E|H)$};
\draw[fill=bl... | |
\documentclass[tikz]{standalone}
\usepackage{amssymb}
\usetikzlibrary{shapes.geometric}
\begin{document}
\begin{tikzpicture}[thick]
% Axes
\def\x{5}\def\y{3}
\draw[->] (-\x-0.5,0) -- (\x+0.5,0) node[right] {$q_1$};
\draw[->] (0,-\y-0.5) -- (0,\y+0.5) node[above] {$q_2$};
% Ellipse
\draw[blue,fill=blue,f... | |
\documentclass[tikz, border=5pt]{standalone}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[font=\sffamily]
\node[above=1ex] at (2,3.5) {\large $n$-channel MOSFET};
\draw[fill = teal] (0,0) rectangle (11,-0.25) node[below=1ex, midway] {circuit board};
\draw[fill=orange!50] (0,0) rectangle (11,... | |
\documentclass[tikz,svgnames]{standalone}
\begin{document}
\begin{tikzpicture}
\node (so32) [align=center] at (-5,-1) {heterotic\\$SO(32)$};
\node (e8e8) [align=center] at (-3,4) {heterotic\\$E(8) \times E(8)$};
\node (tiia) [align=center] at (4,3) {Type II A};
\node (tiib) [align=center] at (5,-2) {Type II ... | |
\documentclass[tikz, svgnames]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\def\xr{4} \def\yr{4}
\begin{document}
\begin{tikzpicture}[thick]
% Axes
\draw[->] (-\xr, 0) -- (\xr, 0) node [right] {$\Re(p_0)$};
\draw[->] (0, -\yr) -- ... | |
\documentclass[tikz]{standalone}
\pgfmathdeclarerandomlist{colors}{{red!80}{teal}{blue!80}{orange}{blue!20}}
\begin{document}
\begin{tikzpicture}
\foreach \i in {1,...,12} {
\foreach \j in {1,...,4} {
\foreach \k in {1,...,4} {
\pgfmathrandomitem{\randColor}{colors}
\shad... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{positioning, calc, decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}
\node[fill=orange!50] (l1) {layer 1};
\node[blue!50!black, right=of l1, label={below:activation}] (act1) {$a(\vec x)$};
\node[fill=teal!50, right=of act1] (l2) {layer 2};
\node[... | |
\documentclass[tikz, svgnames]{standalone}
\usepackage{mathtools}
\usetikzlibrary{decorations.markings}
\def\V{10}
\def\p{7}
\tikzset{decoration={markings, mark=at position 0.5 with {\arrow{stealth}}}}
\begin{document}
\begin{tikzpicture}[thick]
\draw[->] (0, 0) -- (0, \p) node[right] {$p$};
\draw[->] (0, 0) --... | |
\documentclass[tikz,svgnames]{standalone}
\begin{document}
\begin{tikzpicture}[very thick,q0/.style={->,DarkBlue,semithick,yshift=5pt,shorten >=5pt,shorten <=5pt}]
% Loop
\def\radius{1.5}
\draw (0,0) circle (\radius);
\node[above] (1) at (0,\radius) {$m_1^2$, $\gamma_1^2$};
\node[below] (2) at (0,-\radius) ... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.pathmorphing}
\def\rerange{5}
\def\imrange{4}
\begin{document}
\begin{tikzpicture}[thick]
% Axes
\draw[->] [decorate, decoration={zigzag, ... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[
>=stealth, node distance=3cm, line width=3pt, white,
element/.style={circle, draw, minimum width=4em},
]
% used in a readme to be background-free in GitHub's dark mode
\definecolor{GitHubDarkMode}{RGB}{13, 17, 23}
\fill[GitHubDarkMode] (0,-2.5... | |
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel = $T$,
smooth,thick,
domain=0:1.1,
ymax=2.8,
axis lines = center,
every tick/.style = {thick},
legend cell align=left,
legend style={... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[
very thick,font=\huge,
col/.style={circle,draw=gray!90,fill=gray!30,minimum size=15},
incom/.style={<-,shorten <=2},
outgo/.style={->,shorten <=2}
]
\node[scale=2] (eq) at (0,0) {=};
\coordinate[col] (col1) at eq++(-4,0);
\... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.markings,decorations.pathmorphing}
\def\xr{4}
\def\yr{1}
\begin{document}
\begin{tikzpicture}[thick]
% Axes:
\draw [decorate,decoration={z... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{angles, quotes}
\begin{document}
\begin{tikzpicture}
% Define radius
\def\r{3}
% Bloch vector
\draw (0, 0) node[circle, fill, inner sep=1] (orig) {} -- (\r/3, \r/2) node[circle, fill, inner sep=0.7, label=above:$\vec{a}$] (a) {};
\draw[dashed] (orig) -- (\r... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns}
\def\radius{1}
\begin{document}
\begin{tikzpicture}
% Left diagram
\draw[thick] (0,0) circle (\radius);
\draw (-2*\radius,0) -- (-\radius,0) (\radius,0) -- (2*\radius,0);
\draw[fill=white,postaction={pattern=north east lines}] (\radius,0) circle (0... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.markings,positioning}
\providecommand{\poles}{
\node (poles) at (2.75,1.5) {poles of $h(p_0)$};
\draw[fill]
(1.5,3) coordinate [circle,fil... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.pathmorphing}
\def\xr{5}
\def\yr{1}
\begin{document}
\begin{tikzpicture}[thick]
% Labels
\fill(-\xr/2, 0) circle (2pt) node[above] (l_bran... | |
\documentclass[tikz,border={0 1}]{standalone}
\usetikzlibrary{patterns,decorations.markings,backgrounds}
\begin{document}
\begin{tikzpicture}[thick]
% Axes
\def\xmin{-0.1}\def\xmax{6}
\def\ymin{-0.7}\def\ymax{4}
\draw[->] (\xmin,0) -- (\xmax+0.2,0) node[right] {$x$};
\draw[->] (0,\ymin) -- (0,\ymax) node[a... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\draw[dashed] (2.6,0) arc (-90:90:-0.5 and 1.5);% line 1
\draw[dashed] (1.4,0) arc (-90:90:-0.5 and 1.5);% line 2
\draw[->] (-0.5,0) arc (-90:90:-0.5 and 1.5);
\draw (0,0) -- (4,0);% bottom line
\draw (0,3) -- (4,3);% top line
\draw (0,... | |
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}[thick]
% Axes
\def\x{5}\def\y{3}
\draw[->] (-\x-0.5,0) -- (\x+0.5,0) node[right] {$q_1$};
\draw[->] (0,-\y-0.5) -- (0,\y+0.5) node[above] {$q_2$};
% Ellipse
\draw[blue,fill=blue,fill opacity=0.05] (0,0) circle [x radius=\x, y radius=\y... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.markings,positioning}
\providecommand{\poles}{
\node (poles) at (2.5,1.5) {poles of $h(p_0)$};
\draw[fill]
(1.5,3) coordinate [circle,fill... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns,decorations.markings}
\tikzset{
cross/.style={fill=white,path picture={\draw[black]
(path picture bounding box.south east) -- (path picture bounding box.north west)
(path picture bounding box.south west) -- (path picture bounding box.north ... | |
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel = $\beta (\epsilon - \mu)$,
ylabel = $\langle n\rangle$,
ymin = 0,ymax = 1.8,
smooth,thick,
axis lines = center,
every tick/.style = {thick},
... | |
\documentclass{standalone}
\usepackage{tikz-feynman}
\begin{document}
$\displaystyle\partial_t \frac{\partial^2 V}{\partial^2 \chi}
= \raisebox{0.5ex}{\feynmandiagram [inline=(a.base)] {
a [dot] -- [charged boson, quarter left, edge label=$q$] b
-- [photon, quarter left] c [dot]
-- [charged boson, quarter lef... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
->, thick,
node/.style={circle, fill=teal!60},
label/.style={below, font=\footnotesize},
]
\node[node] (zin) {$\vec z_\text{in}$};
\node[node, right=5em of zin] (fake) {$... | |
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}[
declare function={
% arcsinh
arcsinh(\x) = ln(\x + sqrt(\x^2+1));
% magnetization
m(\x) = and(\x>=0,\x<1) * (1 - (sinh(arcsinh(1)/x))^(-4))^(1/8) + or(\x<0,\x>=1) * (0... | |
\documentclass[tikz]{standalone}
\def\rA{3cm}
\def\rB{1.1 * \rA}
\def\s{1mm}
\begin{document}
\begin{tikzpicture}[
thick, every path/.style={rounded corners=0.1},
direction/.style={->,shorten >=2mm,shorten <=2mm},
]
\begin{scope}[shift={(\s,\s)}]
\draw [fill=orange!20] (0:\rA) arc(0:90:\rA) |- cycle;... | |
\documentclass{standalone}
\usepackage{forest}
\tikzset{
font=\normalsize,
tree node/.style = {align=center, inner sep=0pt, draw, circle, minimum size=18},
tree node label/.style={font=\scriptsize},
}
\forestset{
declare toks={left branch prefix}{},
declare toks={right branch prefix}{},
declare toks={lef... | |
\documentclass[tikz]{standalone}
\usepackage{neuralnetwork}
\newcommand{\xin}[2]{$x_#2$}
\newcommand{\xout}[2]{$\hat x_#2$}
\begin{document}
\begin{neuralnetwork}[height=8]
\tikzstyle{input neuron}=[neuron, fill=orange!70];
\tikzstyle{output neuron}=[neuron, fill=blue!60!black, text=white];
\inputlayer[count=... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns}
\tikzset{
cross/.style={
path picture={
\draw[black] (path picture bounding box.south east) -- (path picture bounding box.north west) (path picture bounding box.south west) -- (path picture bounding box.north east);
}
}
}
\def\unit{0.7}
\b... | |
\documentclass[svgnames,tikz]{standalone}
\usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[thick]
\def\xrange{6} \def\yrange{4}
% Axes
\draw (-1,0) -- (2,0);
\draw[->,decorate,decoration={zigzag,segment length=4,amplitude=1,post=lineto,post length=3}]
... | |
\documentclass{standalone}
\usepackage{pgfplots, mathtools}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel = $T$,
ylabel = $\Delta n_k^+$,
smooth,thick,
axis lines = center,
every tick/.style = thick]
\def\beta{1/x}
\def\ek{1}
\def\mu... | |
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.8}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
axis lines=center,
view={140}{25},
axis equal,
domain=0:360,
y domain=0:1.25,
xmax=1.5,ymax=1.5,zmin=0,zmax=1.5,
x label style={at={(axis description... | |
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xmin=0,xmax=10,
xlabel = $\Re(q_0)$,
ylabel = $\Im(q_0)$,
smooth,axis lines=middle,thick,
every tick/.style = {thick},
xlabel style = right,
... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\usetikzlibrary{calc,positioning,shapes.geometric}
\renewcommand\vec[1]{\boldsymbol{#1}}
\begin{document}
\begin{tikzpicture}[
thick, node distance=15mm,
set/.style={draw, diamond, text width=8mm, align=center},
op/.style={draw, circle, text width=... | |
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\usetikzlibrary{decorations.markings,positioning,decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}[thick]
\def\xr{3.5} \def\yr{3}
% Axes
\draw [decorat... | |
\documentclass{standalone}
\usepackage{mathtools,pgfplots}
\pgfplotsset{compat=newest}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel=$\Re(p_0)$,
ylabel=$\Im(p_0)$,
zlabel=$s(p_0)$,
domain=-1:... | |
\documentclass{standalone}
\usepackage{tikz-feynman}
\begin{document}
$\displaystyle\partial_t V_g
= \raisebox{0.5ex}{\feynmandiagram [inline=(a.base)] {
a [dot] -- [charged boson, quarter left, edge label=$p$] b
-- [photon, quarter left] c [dot]
-- [charged boson, quarter left, edge label=$p$] d [crossed dot... | |
\documentclass[svgnames]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.8}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{tikzpicture}[font=\footnotesize]
\begin{axis}[
axis lines=center,
axis equal,
domain=0:360,
y domain=0:1.25,
y axis line style=stealth-,
y labe... | |
\documentclass{standalone}
\usepackage{pgfplots,mathtools}
\pgfplotsset{compat=newest}
\usetikzlibrary{intersections}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
domain = 0:2, ymax = 5,
xlabel = $\Re(p_0)$,
ylabel = $n_\text{B}(p_0)$,
tick... | |
\documentclass{standalone}
\usepackage{pgfplots,siunitx}
\pgfplotsset{compat=newest}
\def\kB{1.38e-23} % Boltzmann constant
\def\mu{1.66e-27} % unified atomic mass unit/Dalton (symbols: m_u or Da)
\def\maxwellboltzmann#1{4 * pi * (\mu / (2 * pi * \kB * #1))^(3/2) * x^2 * exp(-\mu * x^2 / (2 * \kB * #1))}
\begin{doc... | |
\documentclass{standalone}
\AtBeginDocument{\renewcommand{\AtBeginDocument}[1]{}}
\usepackage{siunitx}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\def\R{8.31}\def\T{300}
\def\a{10^(-3)}\def\b{10^(-5)}
% \def\Bone{(\b*\R*\T - \a)}
% \def\Btwo{(\b^2*\R*\T - \a*\b +... | |
\documentclass{standalone}
\usepackage{pgfplots,mathtools}
\pgfplotsset{compat=newest}
\def\xmax{2.3}\def\ymax{1.2}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel=$\epsilon/\mu$,
ylabel=$n(\epsilon)$,
domain=0:\xmax,ymax=\ymax,
ytick={0.5,1},
smooth,thick,
axis lines=... | |
\documentclass[tikz]{standalone}
\usepackage{pgfplots,mathtools}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}[thick]
\draw[->] (-3,0) -- (3,0) node[below] {$z_1$};
\draw[->] (0,-3) -- (0,3) node[right] {$z_2$};
\draw[fill=blue!30] (0,0) rectangle (1,1) node (z1) {};
\node[below right,font=... | |
\documentclass[tikz]{standalone}
\usepackage{amssymb}
\usetikzlibrary{decorations.pathreplacing}
\newcounter{ordering}
\begin{document}
\begin{tikzpicture}[
brc/.style args = {#1/#2}{decorate,decoration={brace,amplitude=5pt,raise=#1,#2},thick},
pics/realline/.style n args = {3}{
code = {\draw [thick... | |
\documentclass{standalone}
\usepackage{pgfgantt}
\begin{document}
\sffamily
\begin{ganttchart}[
title label font=\bfseries,
y unit title=0.6cm, title height=1,
y unit chart=0.5cm, x unit=1cm,
inline, vgrid, hgrid,
bar height=0.8, bar top shift=0.1,
group height=0.8, group top shift=0.1,
gr... | |
\documentclass{standalone}
\usepackage{pgfplots,mathtools}
\pgfplotsset{compat=newest}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel=$\Re(p_0)$,
ylabel=$\Im(p_0)$,
zlabel=$n_\text{B}(p_0)$,
x... | |
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
axis equal image,
axis lines=middle,
xmax=18,zmax=5,
ticks=none,
clip bounding box=upper bound,
colormap/blackwhite
]
\addplot3[domain=0:360,y ... | |
% \documentclass{article}
\documentclass[preview]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{color}
\newcommand{\plain}{\color{black}}
\newcommand{\Frac}[2]{\genfrac{}{}{1pt}{}{#1}{#2}} % thicker fraction line
\definecolor{c1}{RGB}{114,0,172} % primary
\definecolor... | |
\documentclass[tikz,border=5mm]{standalone}
\newcommand{\mytab}[1]{%
\begin{tabular}{@{}c@{}}
#1
\end{tabular}
}
\begin{document}
\begin{tikzpicture}
\draw (0,0) -- (11,0);
\foreach \x in {0.8,4,5.5,7,10.2}
\draw(\x cm,3pt) -- (\x cm, -3pt);
\draw (0.8,0) node[below=3pt] {$T_0$};
\draw (4,0) node[below=3pt] {$T_1... | |
\documentclass[tikz,margin=2mm]{standalone}
\usepackage{tikz}
\tikzset{
declare function={
sig = 0.1;
mu = 0;
g(\x) = 1/(sig*sqrt(2*pi)) * exp(-1/2 * ((\x-mu)/sig)^2);
}
}
\begin{document}
\begin{tikzpicture}[
shorten >=1pt,
->,
draw=black!50,
node distance=2.5cm,
... | |
\documentclass{article}
\usepackage{geometry}
\geometry{
a5paper,
left=10mm,
top=20mm,
}
\usepackage{tikz}
\newcommand{\tikzcuboid}[4]{% width, height, depth, scale
% define tikz object
\begin{tikzpicture}[scale=#4]
\foreach \x in {0,...,#1}
{ \draw (\x ,0 ,#3 ) -- (\x ,#2 ,#3 );
\draw (\x ,#2 ,#3 ) -... | |
\documentclass{standalone}
\usepackage{tikz}
\usepackage{verbatim}
\begin{comment}
:Title: Airfoil profiles
:Tags: Plots, External file, Foreach
A few airfoil profiles from the extensive `UIUC Airfoil Coordinates Database`_. The data
is provided in a convenient x,y coordinate format suitable for plotting using PGF/T... | |
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning}
\begin{document}
% remove subsection
% remove /begin{center}
\begin{tikzpicture}[node distance = 0mm,
TN/.style args = {#1/#2}{% as Transparency Node
fill=#1,
fill opacity=#2,
text opacity=1,
align=flush left,... | |
\documentclass[tikz,border=10pt]{standalone}
\usepackage[margin=25mm]{geometry}
\usepackage{tikz}
%% like standalone
%\usepackage[active,tightpage]{preview}
%\PreviewEnvironment{tikzpicture}
%\setlength\PreviewBorder{5pt}%
\begin{document}
\begin{tikzpicture}
\foreach \x in{0,...,4}
{ \draw (0,\x ,4) -- (4,\x ,4);... | |
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{trees}
\begin{document}
\begin{tikzpicture}[
man/.style={rectangle,
draw,
fill=blue!20,
align=center},
woman/.style={rectangle,
draw,
fill=red!20,
rounded corners=.8ex,
align=center},
grandchild/.style={... | |
\documentclass[tikz,border=10pt]{standalone}
%\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
[level distance=10mm,
every node/.style={fill=red!60,circle,inner sep=1pt},
level 1/.style={sibling distance=20mm,nodes={fill=red!45}},
level 2/.style={sibling distance=10m... | |
\documentclass[border=0.125cm]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\tikzset{%
every neuron/.style={
circle,
draw,
minimum size=1cm
},
neuron missing/.style={
draw=none,
scale=4,
text height=0.333cm,
execute at begin node=\color{black}$\vdots$... | |
\documentclass[border=10]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\newcommand{\symbolA}{
\tikz \draw[red] (0,0)--(0,0.2)--(0.2,0.2)--(0.2,0.4)--(0.4,0.4);
}
\newcommand{\symbolB}{
\tikz[y={(0,-1)}] \draw[blue] (0,0)--(0,0.2)--(0.2,0.2)--(0.2,0.4)--(0.4,0.4);
}
\newcommand{\symbolC}{
\begin{tik... | |
\documentclass[border={10}]{standalone}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\tdplotsetmaincoords{60}{125} % view angles
\tdplotsetrotatedcoords{0}{0}{0}
\begin{document}
\begin{tikzpicture}
[%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
scale=5,tdplot_rotated_coords,
grid/.style={very thin,gray}
... | |
\documentclass{standalone}
\usepackage{tikz}
\usepackage{verbatim}
% Basis: http://www.texample.net/tikz/examples/neural-network/
\begin{document}
\pagestyle{empty}
\def\layersep{2.5cm}
\begin{tikzpicture}[shorten >=1pt,->,draw=black!100, node distance=\layersep]
\tikzstyle{every pin edge}=[<-,shorten <=1pt]
... | |
\documentclass{article}
\usepackage[paperheight=6in,paperwidth=7in,top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry}
\pagestyle{empty}
\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\begin{document}
\begin{tikzpicture}
\path[mindmap,concept color=black,text=white]
node[concept] {Computer Science}
... | |
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\tikzset{basic/.style={draw,fill=blue!20,text width=1em,text badly centered}}
\tikzset{input/.style={basic,circle}}
\tikzset{weights/.style={basic,rectangle}}
\tikzset{functions/.style={basic,circle,fill=blue!10}}
\begin{document}
\be... | |
\documentclass[tikz,border=10pt]{standalone}
%%%<
\usepackage{verbatim}
%%%>
\begin{comment}
:Title: Time course of events in an experiment
:Tags: Styles;Foreach;Paths;Positioning;Scopes;Psychology
:Author: Rudolf Siegel
:Slug: events
A diagram depicting time course of events in an experiment. Every frame
represents ... | |
\documentclass{standalone}
%\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\begin{document}
% add packages
\usetikzlibrary{calc,intersections,through,backgrounds}
\begin{tikzpicture}[thick,help lines/.style={thin, draw=black!50}]
\def\A{\textcolor{input}{$A$}}
\def\B{\textcolor{input}{$B$}}
... | |
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,
calc, chains,
quotes,
positioning,
shapes.geometric}
\begin{document}
\begin{tikzpicture}[
node distance = 8mm and 16mm,
start chain = A going below,
base/.style =... | |
\documentclass[landscape]{article}
\usepackage{tikz}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}%
%%%>
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{enumitem}
\begin{document}
\begin{figure}
\setlist[itemize]{nosep, left... | |
\documentclass[landscape]{article}
\usepackage{tikz}
% DON'T FORGET TO ADD THOSE IN THE HEADER OF LATEX FILES
%\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds}
\usepgflibrary{shapes.multipart}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBor... | |
\documentclass[crop, tikz, border=10pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}[scale=0.85]
% Axis
\draw[thick,-stealth,black] (-3,0)--(3,0) coordinate (A) node[below] {$x$}; % x axis
\draw[thick,-stealth,black] (0,-3)--(0,3) ... | |
\documentclass[tikz]{standalone}
\usepackage{verbatim}
\begin{document}
\newlength\yearposx
\begin{tikzpicture}[scale=0.57] % timeline 1990-2010->
% define coordinates (begin, used, end, arrow); doesn't draw anything yet
% this is nice because we are creating the reference names for each of the years
\for... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4