difficulty_ast listlengths 1 7 | id stringlengths 7 28 | code stringlengths 918 3.32k | commented_code stringlengths 1.11k 3.44k | instruction stringlengths 18 328 | result_description stringlengths 10 115 | difficulty stringclasses 3
values | modification_type stringclasses 3
values | type stringclasses 2
values | patch listlengths 1 7 | template_solution_code listlengths 1 7 | code_solution listlengths 1 7 | image_solution images listlengths 1 7 | image_input imagewidth (px) 300 300 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[
3
] | beam_coord_change | \documentclass[tikz,border=5pt]{standalone}
\usepackage{pgfplots}
\pgfplotsset{/pgf/number format/use comma,compat=1.16}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{stanli}
\usetikzlibrary{calc,intersections,patterns}
\begin{document}
\begin{tikzpicture}[scale=1]
\draw (-2,3) node[below] {O};
... | \documentclass[tikz,border=5pt]{standalone}
\usepackage{pgfplots}
\pgfplotsset{/pgf/number format/use comma,compat=1.16}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{stanli} % TikZ Library for Structural Analysis by Jurgen Hackl
\usetikzlibrary{calc,intersections,patterns}
\begin{document}
\begin{t... | Move the coordinate system between the top EA and F. | Diagram of a mechanical system, with a coordinate system close to the point B | easy | update | scientific | [
"@@ -10,2 +10,2 @@\n\n-\\draw (-2,3) node[below] {O};\n-\\draw[<->] (-1,3) node[right] {$x$}-|(-2,4) node[left]{$y$};\n+\\draw (1,4.5) node[below] {O};\n+\\draw[<->] (2,4.5) node[right] {$x$}-|(1,5.5) node[left]{$y$};"
] | [
"\\documentclass[tikz,border=5pt]{standalone}\n\\usepackage{pgfplots}\n\\pgfplotsset{/pgf/number format/use comma,compat=1.16}\n\\usepackage[T1]{fontenc}\n\\usepackage[utf8]{inputenc}\n\\usepackage{stanli} \n\\usetikzlibrary{calc,intersections,patterns}\n\n\\begin{document}\n\\begin{tikzpicture}[scale=1]\n \\draw ... | [
"\\documentclass[tikz,border=5pt]{standalone}\n\\usepackage{pgfplots}\n\\pgfplotsset{/pgf/number format/use comma,compat=1.16}\n\\usepackage[T1]{fontenc}\n\\usepackage[utf8]{inputenc}\n\\usepackage{stanli} \n\\usetikzlibrary{calc,intersections,patterns}\n\n\\begin{document}\n\\begin{tikzpicture}[scale=1]\n \\draw ... | ||
[
29
] | bee_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on le... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{%
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on l... | Add eyes to the bee with pupils, on the front of its head, looking forward | A bee with eyes, looking forward | hard | add | animal | [
"@@ -49,0 +50,2 @@\n\n+\\fill [BlueGrey100] (40, 150) circle [radius=20];\n+\\fill [BlueGrey700] (40, 160) circle [radius=7];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | ||
[
19,
2
] | bee_longer_body | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on le... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{%
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on l... | Make the body of the bee longer, and pointy | A bee with a long and pointy body | medium | update | animal | [
"@@ -25,2 +25,2 @@\n\n-\\fill [body] (0,-160)\n-.. controls ++(120:64) and ++(270:64) .. (-88, -16)\n+\\fill [body] (0,-240)\n+.. controls ++(110:100) and ++(270:64) .. (-88, -16)\n@@ -29 +29 @@\n\n-.. controls ++(270:64) and ++( 60:64) .. cycle;\n+.. controls ++(270:64) and ++( 70:100) .. cycle;\n@@ -36,2 +36,2 @@... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\\tikzset{\nhalf clip/.code={\n\\clip (0, -256) rectangle (256, 256);\n},\ncolor alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\ncolors alias/.style={color alias/.list/.expanded={#1}},\nexecute/.code={#1},\non left/.style={.. on ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\\tikzset{\nhalf clip/.code={\n\\clip (0, -256) rectangle (256, 256);\n},\ncolor alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\ncolors alias/.style={color alias/.list/.expanded={#1}},\nexecute/.code={#1},\non left/.style={.. on ... | ||
[
19,
1,
19
] | bee_mirrored | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on le... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{%
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on l... | Mirror the bee horizontally | A bee, flying towards the left | easy | add | animal | [
"@@ -56 +56 @@\n\n-\\pic {bee};\n+\\pic[xscale=-1] {bee};",
"@@ -20 +20 @@\n\n-\\begin{scope}[x=3cm/480,y=3cm/480, rotate=-45, shift=(270:48)]\n+\\begin{scope}[x=3cm/480,y=3cm/480, rotate=45, shift=(270:48)]",
"@@ -56 +56 @@\n\n-\\pic {bee};\n+\\pic [xscale=-1] {bee};"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\\tikzset{\nhalf clip/.code={\n\\clip (0, -256) rectangle (256, 256);\n},\ncolor alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\ncolors alias/.style={color alias/.list/.expanded={#1}},\nexecute/.code={#1},\non left/.style={.. on ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\\tikzset{\nhalf clip/.code={\n\\clip (0, -256) rectangle (256, 256);\n},\ncolor alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\ncolors alias/.style={color alias/.list/.expanded={#1}},\nexecute/.code={#1},\non left/.style={.. on ... | ||
[
2,
2
] | bee_red_stripes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on le... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{%
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on l... | Change the color of the stripes to red | A bee with red stripes | easy | update | animal | [
"@@ -22,2 +22,2 @@\n\n-on left= {colors alias={body as BlueGrey800, stripes as Amber500}},\n-on right={colors alias={body as BlueGrey900, stripes as Amber700}, half clip},\n+on left= {colors alias={body as BlueGrey800, stripes as Red}},\n+on right={colors alias={body as BlueGrey900, stripes as Red}, half clip},",
... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | ||
[
8,
9,
7,
8,
9,
8
] | bee_three_wings | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on le... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{%
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
colors alias/.style={color alias/.list/.expanded={#1}},
execute/.code={#1},
on left/.style={.. on l... | Add a third pair of wings to the bee | A bee with three sets of wings | medium | add | animal | [
"@@ -24 +24 @@\n\n-lower wing/.style={fill=BlueGrey100}, upper wing/.style={fill=BlueGrey50}]{\n+lower wing/.style={fill=BlueGrey200}, upper wing/.style={fill=BlueGrey50}, middle wing/.style={fill=BlueGrey100}]{\n@@ -44 +44 @@\n\n-\\foreach \\s [count=\\i from -1] in {lower wing, upper wing}\n+\\foreach \\s [count=... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n colors alias/.style={color alias/.list/.expanded={#1}},\n execute/.code={#1},\n on l... | ||
[
1
] | boson_square | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{color}
\usepackage[]{xcolor}
\usepackage{tikz}
\usepackage{tikz}
\usepackage{tikz-feynman}
\tikzfeynmanset{warn luatex=false}
\begin{document}
\begin{tikzpicture}[thick... | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{color}
\usepackage[]{xcolor}
\usepackage{tikz}
\usepackage{tikz}
\usepackage{tikz-feynman}
\tikzfeynmanset{warn luatex=false}
\begin{document}
\begin{tikzpicture}[thick... | Put the c diagram under a. | Feynman diagram in a grid layout | easy | update | scientific | [
"@@ -31 +31 @@\n\n-\\vertex[right = 3 of ce](ce3);\n+\\vertex[below = 2 of ce2](ce3);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8x]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{color}\n\\usepackage[]{xcolor}\n\\usepackage{tikz}\n\\usepackage{tikz}\n\\usepackage{tikz-feynman}\n\\tikzfeynmanset{warn luatex=false}\n\n\\begin{documen... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8x]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{color}\n\\usepackage[]{xcolor}\n\\usepackage{tikz}\n\\usepackage{tikz}\n\\usepackage{tikz-feynman}\n\\tikzfeynmanset{warn luatex=false}\n\n\\begin{documen... | ||
[
23
] | box_other_measure | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath, amsthm, amssymb,enumerate}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots,amsmath}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns,decorations.pathmorphin... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath, amsthm, amssymb,enumerate}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots,amsmath}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns,decorations.pathmorphin... | Add another interval L2, going from the end of b1 to the end of b3. | colored Boxes placed on a t axis, with a L2 measure on the top right. | easy | add | scientific | [
"@@ -43,0 +44 @@\n\n+\\draw [<->] (7.5,0.65)--node[above]{\\small $L_2$}(9.5,0.65);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath, amsthm, amssymb,enumerate}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usepackage{pgfplots,amsmath}\n\\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns,dec... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath, amsthm, amssymb,enumerate}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usepackage{pgfplots,amsmath}\n\\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns,dec... | ||
[
12
] | cardiac_right_align | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{tikz}
\usepgfmodule{nonlineartransformations}
\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepgfplotslibrary{groupplots}
\pgfplotsset{/pgfplots/table/search path={dat... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{tikz}
\usepgfmodule{nonlineartransformations}
\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepgfplotslibrary{groupplots}
\pgfplotsset{/pgfplots/table/search path={dat... | Move the gpu and the section under it(all the bottom content) to the right of the OpenCL Program. Put the "Execute" arrow to the right so that it does not interfere with the compile arrow. | Diagram of the execution of a openCL program, with the GPU diagram placed on the right. | hard | update | scientific | [
"@@ -26 +26 @@\n\n-\\begin{scope}[shift={(2,1.25)}]\n+\\begin{scope}[shift={(7.5,8.25)}]\n@@ -28,3 +28,3 @@\n\n-\\draw[->,thick,blue] (1.5,4) to (1.5,0.25);\n-\\draw[->,thick,blue] (3.0,4) to (3.0,0.25);\n-\\draw[->,thick,blue] (4.5,4) to (4.5,0.25);\n+\\draw[->,thick,blue] (1.5,4) to (1.5,+0.25);\n+\\draw[->,thick... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{tikz}\n\\usepgfmodule{nonlineartransformations}\n\\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}\n\\usepackage{pgfplots}\n\\usepackage{pgfplotstable}\n\\usepgfplotslibrary{groupplots}\n\\pgfplotsset{/pgfplots/... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{tikz}\n\\usepgfmodule{nonlineartransformations}\n\\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}\n\\usepackage{pgfplots}\n\\usepackage{pgfplotstable}\n\\usepgfplotslibrary{groupplots}\n\\pgfplotsset{/pgfplots/... | ||
[
31
] | cardiac_rm_blocks | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{tikz}
\usepgfmodule{nonlineartransformations}
\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepgfplotslibrary{groupplots}
\pgfplotsset{/pgfplots/table/search path={dat... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{tikz}
\usepgfmodule{nonlineartransformations}
\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepgfplotslibrary{groupplots}
\pgfplotsset{/pgfplots/table/search path={dat... | Delete the Blocks 6, 7 and 8. update the size and positions of the boxes and arrows accordingly. | Diagram of the execution of a openCL program, containing 5 blocks | medium | remove | scientific | [
"@@ -13,2 +13,2 @@\n\n-\\begin{scope}[shift={(0,8)}]\n-\\draw[thick,blue](-1,-0.75) rectangle (4,3.25);\n+\\begin{scope}[shift={(0,7.25)}]\n+\\draw[thick,blue](-1,0) rectangle (4,3.25);\n@@ -16,3 +15,0 @@\n\n-\\block(A, 0.0, 0, Block 6)\n-\\block(B, 1.5, 0, Block 7)\n-\\block(C, 3.0, 0, Block 8)\n@@ -27 +24 @@\n\n-... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{tikz}\n\\usepgfmodule{nonlineartransformations}\n\\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}\n\\usepackage{pgfplots}\n\\usepackage{pgfplotstable}\n\\usepgfplotslibrary{groupplots}\n\\pgfplotsset{/pgfplots/... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{tikz}\n\\usepgfmodule{nonlineartransformations}\n\\usetikzlibrary{curvilinear,patterns,decorations.pathreplacing,spy,calc}\n\\usepackage{pgfplots}\n\\usepackage{pgfplotstable}\n\\usepgfplotslibrary{groupplots}\n\\pgfplotsset{/pgfplots/... | ||
[
1,
8
] | cat_big | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | Make the cat wider | A very wide cat | medium | update | animal | [
"@@ -5 +5 @@\n\n-\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n+\\tikzset{x=4cm/5,y=3cm/5,shift={(0,-1/3)}}",
"@@ -20,2 +20,2 @@\n\n-\\fill [BlueGrey900] ellipse [x radius=3/4, y radius=2];\n-\\fill [BlueGrey100] ellipse [x radius=1/3, y radius=1];\n+\\fill [BlueGrey900] ellipse [x radius=1.25, y radius=2];\n+\\fi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=§range(4,5,4)cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (§rangei(-1,1),-1) (§rangei(1,1),2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=4cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | ||
[
1,
1,
1
] | cat_blue_nose | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | Make the nose of the cat blue | A cat with a blue nose | easy | update | animal | [
"@@ -30 +30 @@\n\n-\\fill [Purple100]\n+\\fill [Blue]",
"@@ -30 +30 @@\n\n-\\fill [Purple100]\n+\\fill [Blue500]",
"@@ -30 +30 @@\n\n-\\fill [Purple100]\n+\\fill [LightBlue500]"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | ||
[
2
] | cat_longer_mustache | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | Make the mustache of the cat much longer | A cat, with vey long mustaches | easy | update | animal | [
"@@ -49,2 +49,2 @@\n\n-shift=(0:1/2)]\n-ellipse [x radius=1/3, y radius=1/64];\n+shift=(0:1)]\n+ellipse [x radius=1, y radius=1/64];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | ||
[
6,
1
] | cat_tail_other_side | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | Change the position of the tail to the other side of the cat | A cat, with its tail on the right | hard | update | animal | [
"@@ -6,0 +7 @@\n\n+\\scoped[xscale=-1]{\n@@ -10,0 +12 @@\n\n+};",
"@@ -8,3 +8,3 @@\n\n-.. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n-arc (270:90:1/5)\n-.. controls ++(0:2) and ++(180:11/4) .. (0,-2+2/5);\n+.. controls ++(0:3) and ++(180:5/4) .. (2,0)\n+arc (90:270:-1/5)\n+.. controls ++(180:2) and ++(0:11/4) ..... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\scoped[xscale=-1]{\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\scoped[xscale=-1]{\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. ... | ||
[
14,
14,
14,
14,
14
] | cat_with_brown_pupils | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
cat/.pic={
\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}
\useasboundingbox (-1,-1) (1,2);
\fill [BlueGrey900] (0,-2)
.. controls ++(180:3) and ++(0:5/4) .. (-2,0)
arc (270:90:1/5)
.. controls ++(0:2) and ++(180:11/4) .. (0,-2+... | Add brown pupils to the cat | A cat with brown pupils | medium | update | animal | [
"@@ -37,0 +38 @@\n\n+\\fill [Brown] (0, 0) circle [radius=0.12];",
"@@ -37,0 +38 @@\n\n+\\fill [Brown500] ellipse [x radius=0.12, y radius=0.14];",
"@@ -37,0 +38 @@\n\n+\\fill [Brown500] (0, 0) ellipse [x radius=0.12, y radius=0.140];",
"@@ -37,0 +38 @@\n\n+\\fill [Brown500] (0, 0) circle [radius=0.12];",
"... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\ncat/.pic={\n\\tikzset{x=3cm/5,y=3cm/5,shift={(0,-1/3)}}\n\\useasboundingbox (-1,-1) (1,2);\n\\fill [BlueGrey900] (0,-2)\n .. controls ++(180:3) and ++(0:5/4) .. (-2,0)\n arc (270:90:1/5)\n .. controls ++(0:2) and +... | ||
[
4
] | chimpanzee_blue_fur | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | Change the color of the chimpanzee's fur to blue | A chimpanzee with blue fur | easy | update | animal | [
"@@ -6 +6 @@\n\n-\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n+\\fill [Blue700] (165:5/4 and 1) ellipse [radius=1/2];\n@@ -8 +8 @@\n\n-\\fill [BlueGrey700]\n+\\fill [Blue700]\n@@ -13 +13 @@\n\n-\\fill [BlueGrey900] (15:5/4 and 1) ellipse [radius=1/2];\n+\\fill [Blue900] (15:5/4 and 1) ellipse [radius... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [Blue§choice([300,400,500,600,700,800,900],700)] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [Blue700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [Blue700]\n (0,-1/2) elli... | ||
[
1,
1
] | chimpanzee_elipse_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | Make the eyes of the chimpanzee wider, in the shape of an ellipse | A chimpanzee with wide, ellipse-shaped eyes | medium | update | animal | [
"@@ -29 +29 @@\n\n-\\fill [BlueGrey900, xscale=\\i] (1/2,0) ellipse [radius=1/4];\n+\\fill [BlueGrey900, xscale=\\i] (1/2,0) ellipse [x radius=0.25, y radius=0.15];",
"@@ -29 +29 @@\n\n-\\fill [BlueGrey900, xscale=\\i] (1/2,0) ellipse [radius=1/4];\n+\\fill [BlueGrey900, xscale=\\i] (1/2,0) ellipse [x radius=0.25... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | ||
[
1
] | chimpanzee_open_mouth | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | Increase the size of the chimpanzee's mouth, making its smile bigger | A chimpanzee with a big smile | easy | update | animal | [
"@@ -34 +34 @@\n\n-(-1/2,-1) arc (180:360:1/2 and 1/8) arc (360:180:1/2 and 1/4);\n+(-0.6,-1) arc (180:360:0.6 and 0.175) arc (360:180:0.6 and 0.5);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | ||
[
7,
13
] | chimpanzee_shoulder_torso | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | Add a torso to the chimpanzee, in the shape of an ellipse | A chimpanzee with a torso the shape of an ellipse | hard | add | animal | [
"@@ -5,0 +6 @@\n\n+\\fill [BlueGrey700] (0,-2) ellipse (1.65 and 0.6);",
"@@ -5,0 +6,2 @@\n\n+\\fill [BlueGrey900] (-50:0 and 3.3) arc (270:90:-1.5 and 0.6);\n+\\fill [BlueGrey700] (-50:0 and 3.3) arc (270:90:1.5 and 0.6);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey§choice([900,800,700],700)] (0,-2) ellipse (§rangei(1.65,0.15) and §rangei(0.6,0.2));\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (0,-2) ellipse (1.65 and 0.6);\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1)... | ||
[
32,
26,
38,
20,
20,
26,
38
] | chimpanzee_squint_crosseyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
chimpanzee/.pic={
\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}
\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];
\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];
\fill [BlueGrey700]
(0,-1/2) ellipse [x radius... | Make the eyes of the chimpanzee crossed, by making them white and adding black pupils | A crossed-eyes chimpanzee | medium | add | animal | [
"@@ -28,2 +28,6 @@\n\n-\\foreach \\i in {-1,1}\n-\\fill [BlueGrey900, xscale=\\i] (1/2,0) ellipse [radius=1/4];\n+\\foreach \\i in {-1,1}{\n+\\fill [White, xscale=\\i] (1/2,0) ellipse [radius=0.25];\n+}\n+\\foreach \\i in {-1,1}{\n+\\fill [Black, xscale=\\i] (0.3,0) ellipse [radius=0.08];\n+}",
"@@ -28,2 +28,4 @@... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nchimpanzee/.pic={\n\\tikzset{x=3cm/3.5,y=3cm/3.5, shift={(0,1/4)}}\n\\fill [BlueGrey700] (165:5/4 and 1) ellipse [radius=1/2];\n\\fill [Pink100] (165:5/4 and 1) ellipse [radius=1/3];\n\\fill [BlueGrey700]\n (0,-1... | ||
[
20,
20
] | cladder_left_inner | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{eqnarray, amsmath}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}
\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\x)}, {0.5*sin(\x)});
\draw[black, thick, domain=15:350] plot[smooth] ({1.5*cos(\x)... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{eqnarray, amsmath}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}
%CLOSE LADDER
%two basic circles
\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\x)}, {0.5*sin(\x)});
\draw[black, thick, domain=1... | Move the inner circle to the left so that its center is at the quarter of the diameter of the outer circle. | A closed ladder, with the inner circle shifted to the right | medium | update | scientific | [
"@@ -8 +8 @@\n\n-\\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\\x)}, {0.5*sin(\\x)});\n+\\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\\x)-0.75}, {0.5*sin(\\x)});\n@@ -10,11 +10,11 @@\n\n-\\filldraw[color=black, thin] (0.6,0) circle (0.65pt);\n-\\filldraw[color=black, thin] (1.0,0) circle... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usepackage{eqnarray, amsmath}\n\\usepackage{xcolor}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\\x)-0.75}, {0.5*sin(\\x)});\n\\draw[black, thick, domain=15:... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usepackage{eqnarray, amsmath}\n\\usepackage{xcolor}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\\draw[black, thick, domain=25:340] plot[smooth] ({0.5*cos(\\x)-0.75}, {0.5*sin(\\x)});\n\\draw[black, thick, domain=15:... | ||
[
190,
89,
62,
184
] | colnodes_colored | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}
\pgfkeys{
/curlybrace/.cd,
tip angle/.code = \def\cb@angle{#1},
/curlybrace/.unknown/.code ={\let\searchname=\pgfkeyscurr... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}%
\pgfkeys{% https://tex.stackexchange.com/a/45129/121799
/curlybrace/.cd,%
tip angle/.code = \def\cb@angle{#1},
/curlyb... | Color the nodes of the graph in the color of the zone it is in. If a node is contained in multiple zones, color it with the color of each zone (half of each color if in two zones, a third if in three, etc). | A graph, with nodes colored depending on the area they are in. | hard | update | scientific | [
"@@ -22,0 +23,16 @@\n\n+\\newcommand{\\colornode}[3]{\n+\\begingroup\n+\\def\\ncolors{0}\n+\\foreach \\c [count=\\i] in {#3} { \\xdef\\ncolors{\\i} }\n+\\pgfmathsetmacro{\\span}{360/\\ncolors}\n+\\foreach \\c [count=\\i] in {#3} {\n+\\pgfmathsetmacro{\\a}{(\\i-1)*\\span}\n+\\pgfmathsetmacro{\\b}{\\i*\\span}\n+\\beg... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | ||
[
13,
13
] | colnodes_removed_nodes | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}
\pgfkeys{
/curlybrace/.cd,
tip angle/.code = \def\cb@angle{#1},
/curlybrace/.unknown/.code ={\let\searchname=\pgfkeyscurr... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}%
\pgfkeys{% https://tex.stackexchange.com/a/45129/121799
/curlybrace/.cd,%
tip angle/.code = \def\cb@angle{#1},
/curlyb... | Remove from the graph the two nodes that are not in a zone. Remove their links to the other nodes as well. | A graph, with all the nodes contained in colored areas. | easy | remove | scientific | [
"@@ -36,2 +35,0 @@\n\n-\\draw[myline] (P5) -- (P10);\n-\\draw[myline] (P6) -- (P7);\n@@ -50 +48 @@\n\n-\\foreach \\n in {1,...,10}{\n+\\foreach \\n in {1,2,3,4,7,8,9,10}{",
"@@ -36,2 +35,0 @@\n\n-\\draw[myline] (P5) -- (P10);\n-\\draw[myline] (P6) -- (P7);\n@@ -50 +48 @@\n\n-\\foreach \\n in {1,...,10}{\n+\\forea... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | ||
[
18
] | colnodes_yellow_zone | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}
\pgfkeys{
/curlybrace/.cd,
tip angle/.code = \def\cb@angle{#1},
/curlybrace/.unknown/.code ={\let\searchname=\pgfkeyscurr... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\makeatletter
\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}%
\pgfkeys{% https://tex.stackexchange.com/a/45129/121799
/curlybrace/.cd,%
tip angle/.code = \def\cb@angle{#1},
/curlyb... | Add a new yellow zone, that contains the two remaining nodes. | A graph, with nodes contained in red, green, blue and yellow areas. | hard | add | scientific | [
"@@ -49,0 +50,2 @@\n\n+\\draw[yellow!70, very thick] ($(P5)+(70:.2)$) arc (70:250:.2)\n+-- ($(P6)+(250:.2)$) arc (250:430:.2) -- cycle;"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{calc}\n\n\\makeatletter \n\n\\tikzset{curlybrace/.style={rounded corners=2pt,line cap=round}}\n\\pgfkeys{\n/curlybrace/.cd,\ntip angle/.code = \\def\\cb@angle{#1},\n/curlybrace/.unknown/.code ={\\... | ||
[
10
] | computer_layout | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{positioning, matrix, arrows.meta,calc}
\begin{document}
\begin{tikzpicture}[
myline/.style={draw=green!40!black, thick},
box/.style={myline, minimum height=1cm, minimum width=1cm, font=\sffamily, inner sep=.3333em}, >=Stealth]
\matrix (CPU) [matrix... | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{positioning, matrix, arrows.meta,calc}
\begin{document}
\begin{tikzpicture}[
myline/.style={draw=green!40!black, thick},
box/.style={myline, minimum height=1cm, minimum width=1cm, font=\sffamily, inner sep=.3333em}, >=Stealth]
\matrix (CPU) [matrix... | Change the layout, so that the memory and storage are above the CPU, and the input is on the left of it. Adapt the arrow so that they don't overlap with elements. | A diagram of a computer system, with storage and memory displayed at the top | hard | update | scientific | [
"@@ -9 +9 @@\n\n-\\node[box, above left=5mm of CPU] (input) {INPUT};\n+\\node[box, left=5mm of CPU] (input) {INPUT};\n@@ -11,2 +11,2 @@\n\n-\\node[box, at=(CPU|-output)] (memory) {MEMORY};\n-\\node[box, below left=5mm of memory, anchor=north] (storage) {STORAGE};\n+\\node[box, above=5mm of CPU] (memory) {MEMORY};\n... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{positioning, matrix, arrows.meta,calc}\n\n\\begin{document}\n\\begin{tikzpicture}[\n myline/.style={draw=green!40!black, thick},\n box/.style={myline, minimum height=1cm, minimum width=1cm, font=\\sffamily, inner sep=.3333em}, >=Stealth]\n\n \\m... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{positioning, matrix, arrows.meta,calc}\n\n\\begin{document}\n\\begin{tikzpicture}[\n myline/.style={draw=green!40!black, thick},\n box/.style={myline, minimum height=1cm, minimum width=1cm, font=\\sffamily, inner sep=.3333em}, >=Stealth]\n\n \\m... | ||
[
62,
60
] | control_gd_removed | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
arrows.meta,
bending,
positioning
}
\tikzset{
> = Latex,
arrows = {[bend]},
signal/.style = coordinate,
sum/.style = {
dr... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
arrows.meta,
bending,
positioning
}
\tikzset{
> = Latex,
arrows = {[bend]},
signal/.style = coordinate,
sum/.style = {
dr... | Remove the distubance input and link the system directly to the branch. | A flowchart displaying three ndoes Gr, Gs, and Gm | easy | remove | scientific | [
"@@ -37,4 +37 @@\n\n-\\node[block, above = of system] (dynamic of disturbances) {$G_D$};\n-\\node[signal, left = of dynamic of disturbances] (disturbances) {};\n-\\node[sum, right = of system] (right sum) {};\n-\\node[branch, right = of right sum] (branch) {};\n+\\node[branch, right = of system] (branch) {};\n@@ -5... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n arrows.meta,\n bending,\n positioning\n }\n\\tikzset{\n > = Latex,\n arrows = {[bend]},\n signal/.style = coordinate,\n sum/.style = {\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n arrows.meta,\n bending,\n positioning\n }\n\\tikzset{\n > = Latex,\n arrows = {[bend]},\n signal/.style = coordinate,\n sum/.style = {\n ... | ||
[
2,
11
] | control_gsr_inverted | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
arrows.meta,
bending,
positioning
}
\tikzset{
> = Latex,
arrows = {[bend]},
signal/.style = coordinate,
sum/.style = {
dr... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
arrows.meta,
bending,
positioning
}
\tikzset{
> = Latex,
arrows = {[bend]},
signal/.style = coordinate,
sum/.style = {
dr... | Invert the system and the controller. | A flowchart, with the node Gs before the node Gr | easy | update | scientific | [
"@@ -33,2 +33,2 @@\n\n-\\node[block, right = of left sum] (controller) {$G_R$};\n-\\node[block, right = of controller] (system) {$G_S$};\n+\\node[block, right = of left sum] (controller) {$G_S$};\n+\\node[block, right = of controller] (system) {$G_R$};",
"@@ -33,2 +33,2 @@\n\n-\\node[block, right = of left sum] (... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n arrows.meta,\n bending,\n positioning\n }\n\\tikzset{\n > = Latex,\n arrows = {[bend]},\n signal/.style = coordinate,\n sum/.style = {\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n arrows.meta,\n bending,\n positioning\n }\n\\tikzset{\n > = Latex,\n arrows = {[bend]},\n signal/.style = coordinate,\n sum/.style = {\n ... | ||
[
6,
2
] | converter_joined | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\usepackage{amsmath, amssymb}
\tikzset{circuit declare symbol = converter}
\tikzset{set converter graphic = converter IEC graphic}
\tikzset{convert from/.initial=AC,
convert from/.default=AC,
convert to/.ini... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\usepackage{amsmath, amssymb}
%CIRCUIT SYMBOL converter %%%%%%%%%%%%%%%%%
\tikzset{circuit declare symbol = converter}
\tikzset{set converter graphic = converter IEC graphic}
\tikzset{convert from/.initial=AC,
conver... | Join the two converters by moving the bottom one on the right of the top one, the output of the first one should enter in the input of the second one. | Two ac/dc and dc/ac converter linked. | easy | update | scientific | [
"@@ -37,3 +37,3 @@\n\n-convert from={AC}, convert to={DC}}] (2,0);\n-\\draw (0,-2) to [converter={info'={DC$\\rightarrow$AC},\n-convert from={DC}, convert to={AC}}] (2,-2);\n+convert from={AC}, convert to={DC}}] (2,0)\n+to [converter={info'={DC$\\rightarrow$AC},\n+convert from={DC}, convert to={AC}}] (4,0);",
"@@... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{circuits.ee.IEC}\n\n\\usepackage{amsmath, amssymb}\n\n\\tikzset{circuit declare symbol = converter}\n\\tikzset{set converter graphic = converter IEC graphic}\n\\tikzset{convert from/.initial=AC,\n convert from/.default=AC,\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{circuits.ee.IEC}\n\n\\usepackage{amsmath, amssymb}\n\n\\tikzset{circuit declare symbol = converter}\n\\tikzset{set converter graphic = converter IEC graphic}\n\\tikzset{convert from/.initial=AC,\n convert from/.default=AC,\n ... | ||
[
46
] | cow_brown_white_dots | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the cow brown, with three white dots on the left side of its face under its eye | A brown cow, with three white dots on the left side of its face under its eye | hard | add | animal | [
"@@ -30 +30 @@\n\n-\\fill \\ifnum\\j=0 \\ifnum \\i=-1 [BlueGrey700] \\else [BlueGrey800] \\fi\\else [BlueGrey900] \\fi\n+\\fill \\ifnum\\j=0 \\ifnum \\i=-1 [Brown600] \\else [Brown700] \\fi\\else [Brown800] \\fi\n@@ -37 +37 @@\n\n-\\reflect[split={BlueGrey700 and BlueGrey800}]{\n+\\reflect[split={Brown600 and Brown... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1
] | cow_downward_ears | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Rotate the ears of the cow downward | A cow, with its ears rotated down | easy | update | animal | [
"@@ -31 +31 @@\n\n-[xscale=\\i, shift={(128,88)}, rotate=10, scale=1-\\j/3]\n+[xscale=\\i, shift={(128,88)}, rotate=-30, scale=1-\\j/3]"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
4
] | cow_inverted_skin_colors | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Invert the colors of the cow's skin, so that the middle of its face is gray and the outer side is white. | A white cow, with a gray mark on the middle of its face | easy | update | animal | [
"@@ -30 +30 @@\n\n-\\fill \\ifnum\\j=0 \\ifnum \\i=-1 [BlueGrey700] \\else [BlueGrey800] \\fi\\else [BlueGrey900] \\fi\n+\\fill \\ifnum\\j=0 \\ifnum \\i=-1 [Grey50] \\else [Grey200] \\fi\\else [BlueGrey900] \\fi\n@@ -37 +37 @@\n\n-\\reflect[split={BlueGrey700 and BlueGrey800}]{\n+\\reflect[split={Grey50 and Grey200... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1,
1
] | cow_longer_horns | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the horns of the cow longer | A cow with long horns | medium | update | animal | [
"@@ -26 +26 @@\n\n-\\fill [BlueGrey100] (0,0) arc (0:90:32 and 96) arc (90:0:96);\n+\\fill [BlueGrey100] (0,0) arc (0:90:32 and 125) arc (90:0:96 and 144);",
"@@ -26 +26 @@\n\n-\\fill [BlueGrey100] (0,0) arc (0:90:32 and 96) arc (90:0:96);\n+\\fill [BlueGrey100] (0,0) arc (0:90:32 and 125) arc (90:0:96);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
4
] | cow_opened_mouth | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the mouth of the cow wide open vertically | A cow with its mouth opened | medium | update | animal | [
"@@ -51 +51 @@\n\n-\\fill [fill color] (0,-160) ellipse [x radius=64, y radius=56];\n+\\fill [fill color] (0,-180) ellipse [x radius=64, y radius=90];\n@@ -53 +53 @@\n\n-\\fill [Pink300] (0, -160) ellipse [x radius=48, y radius=40];\n+\\fill [Pink300] (0, -180) ellipse [x radius=48, y radius=70];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
139
] | cylinder_mirrored | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{calc,fit,patterns,decorations.markings,matrix,3d}
\begin{document}
\begin{tikzpicture}[scale=1]
\def\Anglei{-67.5}
\def\Angleii{233}
\def\Angleiii{170}
\draw[thin,->] (-2,0) -- (5,0);
\draw[thin,->] ... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{calc,fit,patterns,decorations.markings,matrix,3d}
\begin{document}
\begin{tikzpicture}[scale=1]
\def\Anglei{-67.5}
\def\Angleii{233}
\def\Angleiii{170}
\draw[thin,->] (-2,0) -- (5,0);
\draw[thin,->] ... | Mirror the cylinder on the other side of the z axis. Mirror only the cylinder and nothing else, and adapt the length of the coordinate axe(s). | Technical diagram with two identical cylinders, on each side of a z axis | medium | add | scientific | [
"@@ -11 +11 @@\n\n-\\draw[thin,->] (-2,0) -- (5,0);\n+\\draw[thin,->] (-5,0) -- (5,0);\n@@ -45,0 +46,21 @@\n\n+\\begin{scope}[canvas is zx plane at y=1.5]\n+\\path (0,-2.5) circle (1cm);\n+\\coordinate (circ3a) at ( $ (0,-2.5) + (\\Anglei:1cm) $ );\n+\\coordinate (circ3b) at ( $ (0,-2.5) + (180+\\Anglei:1cm) $ );\n... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{tikz}\n\\usetikzlibrary{calc,fit,patterns,decorations.markings,matrix,3d}\n\n\\begin{document}\n\n\\begin{tikzpicture}[scale=1]\n\\def\\Anglei{-67.5}\n\\def\\Angleii{233}\n\\def\\Angleiii{170}\n\n\\draw[thin,->] ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{tikz}\n\\usetikzlibrary{calc,fit,patterns,decorations.markings,matrix,3d}\n\n\\begin{document}\n\n\\begin{tikzpicture}[scale=1]\n\\def\\Anglei{-67.5}\n\\def\\Angleii{233}\n\\def\\Angleiii{170}\n\n\\draw[thin,->] ... | ||
[
3,
3,
1
] | dispatch_master_outside | \documentclass[tikz,border=5]{standalone}
\usepackage[cmex10]{amsmath}
\usepackage[dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{
amsfonts,
amssymb,
amsthm,
bbm,
enumerate,
float,
dblfloatfix,
dsfont,
mathtools,
url,
pgf,
pgfplots,
tikz,
subcaption,
}
\usepgflibrary{shapes}
\usetikzlibrary{
arr... | \documentclass[tikz,border=5]{standalone}
\usepackage[cmex10]{amsmath}
\usepackage[dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{
amsfonts,
amssymb,
amsthm,
bbm,
enumerate,
float,
dblfloatfix,
dsfont,
mathtools,
url,
pgf,
pgfplots,
tikz,
subcaption,
}
\usepgflibrary{shapes}
\usetikzlibrary{%
ar... | Move the master oustide the dashed box. | Architecture diagram of a master-slave system, with Master outside of the dashed box | easy | update | scientific | [
"@@ -49 +49 @@\n\n-system/.style={rectangle, rounded corners=1.5mm, minimum height=37.5mm, minimum width=62.25mm, draw=black, dashed}\n+system/.style={rectangle, rounded corners=1.5mm, minimum height=30mm, minimum width=62.25mm, draw=black, dashed}\n@@ -51 +51 @@\n\n-\\node[server](M) at (0,15mm) {Master};\n+\\node... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[cmex10]{amsmath}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage[T1]{fontenc}\n\\usepackage{\n\tamsfonts,\n\tamssymb,\n\tamsthm,\n\tbbm,\n\tenumerate,\n\tfloat,\n\tdblfloatfix,\n\tdsfont,\n\tmathtools,\n\turl,\n\tpgf,\n\tpgfplots,\n\ttikz,\n\tsubcaption,\n}\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[cmex10]{amsmath}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage[T1]{fontenc}\n\\usepackage{\n\tamsfonts,\n\tamssymb,\n\tamsthm,\n\tbbm,\n\tenumerate,\n\tfloat,\n\tdblfloatfix,\n\tdsfont,\n\tmathtools,\n\turl,\n\tpgf,\n\tpgfplots,\n\ttikz,\n\tsubcaption,\n}\... | ||
[
65
] | dispatch_slave_removed | \documentclass[tikz,border=5]{standalone}
\usepackage[cmex10]{amsmath}
\usepackage[dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{
amsfonts,
amssymb,
amsthm,
bbm,
enumerate,
float,
dblfloatfix,
dsfont,
mathtools,
url,
pgf,
pgfplots,
tikz,
subcaption,
}
\usepgflibrary{shapes}
\usetikzlibrary{
arr... | \documentclass[tikz,border=5]{standalone}
\usepackage[cmex10]{amsmath}
\usepackage[dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{
amsfonts,
amssymb,
amsthm,
bbm,
enumerate,
float,
dblfloatfix,
dsfont,
mathtools,
url,
pgf,
pgfplots,
tikz,
subcaption,
}
\usepgflibrary{shapes}
\usetikzlibrary{%
ar... | Remove the first slave/replication instance, keep the other names the same. | Architecture diagram of a master-slave system, with two slaves | easy | remove | scientific | [
"@@ -52 +51,0 @@\n\n-\\node[server](S1) at (-12.75mm,0) {Slave1};\n@@ -63 +61,0 @@\n\n-\\draw[->, color=black!50!red, densely dashdotted] ([yshift=3.75mm]S2.north) -- ([yshift=3.75mm]S1.north) -- (S1.north);\n@@ -69 +66,0 @@\n\n-\\draw[->, color=black!60!green] ([xshift=0.75mm]R.south) -- ([xshift=0.75mm,yshift=-9m... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[cmex10]{amsmath}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage[T1]{fontenc}\n\\usepackage{\n\tamsfonts,\n\tamssymb,\n\tamsthm,\n\tbbm,\n\tenumerate,\n\tfloat,\n\tdblfloatfix,\n\tdsfont,\n\tmathtools,\n\turl,\n\tpgf,\n\tpgfplots,\n\ttikz,\n\tsubcaption,\n}\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[cmex10]{amsmath}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage[T1]{fontenc}\n\\usepackage{\n\tamsfonts,\n\tamssymb,\n\tamsthm,\n\tbbm,\n\tenumerate,\n\tfloat,\n\tdblfloatfix,\n\tdsfont,\n\tmathtools,\n\turl,\n\tpgf,\n\tpgfplots,\n\ttikz,\n\tsubcaption,\n}\... | ||
[
1,
1
] | dog_grey | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Change the color of the dog to gray | A gray dog | easy | update | animal | [
"@@ -25 +25 @@\n\n-\\reflect[split=Brown400 and Brown500]{\n+\\reflect[split=Grey and Grey]{",
"@@ -25 +25 @@\n\n-\\reflect[split=Brown400 and Brown500]{\n+\\reflect[split=Grey500 and Grey500]{"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1
] | dog_long_ears | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the ears of the dog longer | A dog with long ears | hard | update | animal | [
"@@ -29,3 +29,3 @@\n\n-.. controls ++( 75:128) and ++(105:128) .. ++(192, 0)\n-.. controls ++(285: 96) and ++(285: 96) .. ++(-80,-32)\n-.. controls ++(105: 64) and ++( 75: 32) .. cycle;\n+.. controls ++( 75:160) and ++(105:190) .. ++(210, -100)\n+.. controls ++(285: 96) and ++(285: 96) .. ++(-70,-32)\n+.. controls ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1,
1
] | dog_red_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Change the colors of the dog's eyes to red | A dog with red eyes | easy | update | animal | [
"@@ -49 +49 @@\n\n-\\fill [BlueGrey900] (56, 0) circle [radius=20];\n+\\fill [Red] (56, 0) circle [radius=20];",
"@@ -49 +49 @@\n\n-\\fill [BlueGrey900] (56, 0) circle [radius=20];\n+\\fill [Red600] (56, 0) circle [radius=20];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
14
] | dog_white_eyes_with_pupils | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Add a white circle behid the exsting black eyes of the dog. Making his eyes have pupils. | a dog with big white circular eyes, and black pupils | medium | add | animal | [
"@@ -48,0 +49 @@\n\n+\\fill [Grey100] (60, 0) circle [radius=35];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
14,
13,
17
] | dog_winking | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the dog wink with its right eye. | A dog winking | medium | add | animal | [
"@@ -49 +48,0 @@\n\n-\\fill [BlueGrey900] (56, 0) circle [radius=20];\n@@ -53,0 +53,2 @@\n\n+\\fill [BlueGrey900] (56, 0) circle [radius=20];\n+\\draw[BlueGrey900, line width=3pt] (-35, 5) -- (-80, 5);",
"@@ -49 +48,0 @@\n\n-\\fill [BlueGrey900] (56, 0) circle [radius=20];\n@@ -53,0 +53,2 @@\n\n+\\fill [BlueGrey9... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2,
4
] | donkey_angled_nostrils | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Tilt the nostrils of the donkey, so that they are both angled inward. i.e. the top of each nostril is towards the center, and the bottom toward the exterior. | A donkey with its nostrils tilted outward | medium | update | animal | [
"@@ -52,2 +52,2 @@\n\n-\\fill [fill color] (36, -128) ellipse [x radius=24, y radius=40];\n-\\fill [BlueGrey900] (36, -128) ellipse [x radius=12, y radius=24];\n+\\fill [fill color] (36, -128) ellipse [x radius=24, y radius=40, rotate=20];\n+\\fill [BlueGrey900] (36, -128) ellipse [x radius=12, y radius=24, rotate=... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2,
2
] | donkey_centered_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Move the donkey's eyes closer together. | A donkey with its eyes centered | easy | update | animal | [
"@@ -56,2 +56,2 @@\n\n-(-72, 40) ellipse [radius=20]\n-( 72, 40) ellipse [radius=20]\n+(-42, 40) ellipse [radius=20]\n+( 42, 40) ellipse [radius=20]",
"@@ -56,2 +56,2 @@\n\n-(-72, 40) ellipse [radius=20]\n-( 72, 40) ellipse [radius=20]\n+(-42, 40) ellipse [radius=20]\n+(42, 40) ellipse [radius=20]"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
5
] | donkey_higher_mane | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the mane of the donkey go upward a little more | A donkey with a high mane over its head | hard | update | animal | [
"@@ -59,2 +59,2 @@\n\n-to [bend left] ++( 16, 32) to [bend right] ++( 16,-48)\n-to [bend left] ++( 16, 32) to [bend right] ++( 16,-48)\n+to [bend left] ++( 16, 70) to [bend right] ++( 16,-75)\n+to [bend left] ++( 16, 70) to [bend right] ++( 16,-70)\n@@ -64 +64 @@\n\n-to [bend right] ++(-16, 32) to [bend left] cycle... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1,
2,
8
] | donkey_small_ears | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the ears of the donkey smaller | A donkey with small ears | medium | update | animal | [
"@@ -31 +31 @@\n\n-[shift={(88,120)}, rotate=75, scale=9/10-\\j/3, xscale=3/2]\n+[shift={(88,80)}, rotate=75, scale=9/10-\\j/3, xscale=3/2]",
"@@ -31 +31 @@\n\n-[shift={(88,120)}, rotate=75, scale=9/10-\\j/3, xscale=3/2]\n+[shift={(88,120)}, rotate=75, scale=0.65-\\j/3, xscale=1.4]",
"@@ -31 +31 @@\n\n-[shift={... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
3,
3
] | donkey_white | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the donkey white | A white donkey | easy | update | animal | [
"@@ -25,2 +25,2 @@\n\n-on left ={color alias=ears as BlueGrey500},\n-on right={color alias=ears as BlueGrey700},\n+on left ={color alias=ears as White},\n+on right={color alias=ears as White},\n@@ -38 +38 @@\n\n-\\reflect[split=BlueGrey500 and BlueGrey700]{\n+\\reflect[split=White and White]{",
"@@ -25,2 +25,2 @@... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2
] | duck_long_feet | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the feet fo the duck longer | A duck with long yellow feet | medium | update | animal | [
"@@ -28,2 +28,2 @@\n\n-.. controls (56,10) and (66, 7) .. (68, 7)\n-.. controls (70, 7) and (75,15) .. (73,15)\n+.. controls (66,10) and (76, 7) .. (78, 7)\n+.. controls (80, 7) and (85,15) .. (83,15)\n@@ -84,2 +84,2 @@\n\n-.. controls (48, 7) and (58, 4) .. (60, 4)\n-.. controls (62, 4) and (67,12) .. (65,12)\n+..... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
6
] | duck_no_tail | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Remove the black tail of the duck | A duck without a tail | easy | remove | animal | [
"@@ -33,4 +32,0 @@\n\n--- cycle;\n-\\fill [BlueGrey900] (1,57)\n-.. controls ( 0,51) and ( 4,44) .. (10,42)\n-.. controls (16,40) and (23,40) .. (24,47)"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
6
] | duck_opened_wings | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the duck open its wings | A duck with its wings opened | hard | update | animal | [
"@@ -50,2 +50,2 @@\n\n-(14,48)\n-.. controls (14,34) and (32,21) .. (53,21)\n+(30,60)\n+.. controls (-15,40) and (32,21) .. (53,21)\n@@ -60 +60 @@\n\n-\\fill [BlueGrey400] (56,64)\n+\\fill [BlueGrey400 , rotate=-40, shift={(-50,25)}] (56,64)"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1
] | duck_wide_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Made the eyes of the duck longer | A duck with wide pointy eyes | easy | update | animal | [
"@@ -76,3 +76,3 @@\n\n-\\fill (78,87)\n-.. controls (77,85) and (80,82) .. (83,84)\n-.. controls (83,87) and (80,88) .. (78,87)\n+\\fill (76,88)\n+.. controls (77,85) and (80,82) .. (85,83)\n+.. controls (83,87) and (80,88) .. (75,88)"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
12
] | duck_with_duckling | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Add a duckling on the bottom left side of the frame, essentially a smaller copy of the existing duck | A duck with a smaller copy of it on its bottom left side | medium | add | animal | [
"@@ -94,0 +95 @@\n\n+\\pic[scale=0.5, shift={(-2cm, -2cm)}] {duck};"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2,
2,
2,
2
] | egraph_colored | \documentclass[tikz,border=5]{standalone}
\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}
\usepackage{xcolor}
\usepackage{tikz-cd}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzset{
vertex/.style={draw,circle,inner sep=2 pt, minimum size=6pt},
edge... | \documentclass[tikz,border=5]{standalone}
\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}
\usepackage{xcolor}
\usepackage{tikz-cd}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzset{
vertex/.style={draw,circle,inner sep=2 pt, minimum size=6pt},
edge... | Color the vertices within E_5 in blue(filled). | A graph with two blue nodes contained in a area E_5 | easy | update | scientific | [
"@@ -28,2 +28,2 @@\n\n-\\node[vertex] (3) at (2,-1) {};\n-\\node[vertex] (4) at (4,-1) {};\n+\\node[vertex,fill=blue,draw=blue] (3) at (2,-1) {};\n+\\node[vertex,fill=blue,draw=blue] (4) at (4,-1) {};",
"@@ -28,2 +28,2 @@\n\n-\\node[vertex] (3) at (2,-1) {};\n-\\node[vertex] (4) at (4,-1) {};\n+\\node[vertex,fill... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}\n\\usepackage{xcolor}\n\\usepackage{tikz-cd}\n\\usepackage{tikz}\n\\usetikzlibrary{arrows}\n\\tikzset{\n vertex/.style={draw,circle,inner sep=2 pt, minimum ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}\n\\usepackage{xcolor}\n\\usepackage{tikz-cd}\n\\usepackage{tikz}\n\\usetikzlibrary{arrows}\n\\tikzset{\n vertex/.style={draw,circle,inner sep=2 pt, minimum ... | ||
[
31,
20,
25
] | egraph_e6 | \documentclass[tikz,border=5]{standalone}
\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}
\usepackage{xcolor}
\usepackage{tikz-cd}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzset{
vertex/.style={draw,circle,inner sep=2 pt, minimum size=6pt},
edge... | \documentclass[tikz,border=5]{standalone}
\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}
\usepackage{xcolor}
\usepackage{tikz-cd}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzset{
vertex/.style={draw,circle,inner sep=2 pt, minimum size=6pt},
edge... | Add a E_6 box, that contains the two bottom-left vertices (connected by ab). The box should be angled slightly so that it aligns with the ab arrow. | A graph with nodes contained in areas number E1 to E6 | hard | add | scientific | [
"@@ -21,0 +22,4 @@\n\n+\\begin{scope}[shift={(1,-0.5)}, rotate=-26.565]\n+\\draw[ultra thick, gray,opacity=0.5,rounded corners] (-1.6,-0.7) rectangle (1.6,0.7);\n+\\node[gray] at (0,0) {$E_6$};\n+\\end{scope}",
"@@ -25,0 +26,2 @@\n\n+\\draw[ultra thick, gray, opacity=0.5, rounded corners] (-0.7,-0.2)--(-0.2,0.8)-... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}\n\\usepackage{xcolor}\n\\usepackage{tikz-cd}\n\\usepackage{tikz}\n\\usetikzlibrary{arrows}\n\\tikzset{\n vertex/.style={draw,circle,inner sep=2 pt, minimum ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amssymb,enumerate,psfrag,graphicx,amsfonts,amsrefs,amsthm,mathrsfs,amsmath,amscd,version,graphicx}\n\\usepackage{xcolor}\n\\usepackage{tikz-cd}\n\\usepackage{tikz}\n\\usetikzlibrary{arrows}\n\\tikzset{\n vertex/.style={draw,circle,inner sep=2 pt, minimum ... | ||
[
3
] | featmodel_moved_4g | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{matrix,arrows,positioning,shadows}
\tikzset{
feature/.style={draw, inner sep=1.5mm, font=\small\sffamily, fill=white, drop shadow},
opt/.style={fill=white}}
\begin{document}
\begin{tikzpicture}[
node distance=.8cm,
legendtext/.style={text width=2cm... | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{matrix,arrows,positioning,shadows}
\tikzset{
feature/.style={draw, inner sep=1.5mm, font=\small\sffamily, fill=white, drop shadow},
opt/.style={fill=white}}
\begin{document}
\begin{tikzpicture}[
node distance=.8cm,
legendtext/.style={text width=2cm... | Move the 4g feature in place of the NFC feature. Adapt the connections accordingly. | A feature model, with a 4g feature implying a Snapdragon feature. | medium | update | scientific | [
"@@ -15 +15 @@\n\n-NFC &\n+4g &\n@@ -17 +17 @@\n\n-4G \\\\\n+NFC \\\\\n@@ -33,2 +33,2 @@\n\n-\\draw[-triangle 45,dashed] (sub-1-4) |- (group-1-3)\n-node[pos=.6,anchor=south east] {implies};\n+\\draw[-triangle 45,dashed] (sub-1-2) -- (group-1-3)\n+node[pos=.6,anchor=south west] {implies};"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{matrix,arrows,positioning,shadows}\n\\tikzset{\n feature/.style={draw, inner sep=1.5mm, font=\\small\\sffamily, fill=white, drop shadow},\n opt/.style={fill=white}}\n\n\\begin{document}\n\n\\begin{tikzpicture}[\n node distance=.8cm,\n legendtext/... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{matrix,arrows,positioning,shadows}\n\\tikzset{\n feature/.style={draw, inner sep=1.5mm, font=\\small\\sffamily, fill=white, drop shadow},\n opt/.style={fill=white}}\n\n\\begin{document}\n\n\\begin{tikzpicture}[\n node distance=.8cm,\n legendtext/... | ||
[
1,
1,
1,
1
] | featmodel_moved_legend | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{matrix,arrows,positioning,shadows}
\tikzset{
feature/.style={draw, inner sep=1.5mm, font=\small\sffamily, fill=white, drop shadow},
opt/.style={fill=white}}
\begin{document}
\begin{tikzpicture}[
node distance=.8cm,
legendtext/.style={text width=2cm... | \documentclass[tikz,border=5]{standalone}
\usetikzlibrary{matrix,arrows,positioning,shadows}
\tikzset{
feature/.style={draw, inner sep=1.5mm, font=\small\sffamily, fill=white, drop shadow},
opt/.style={fill=white}}
\begin{document}
\begin{tikzpicture}[
node distance=.8cm,
legendtext/.style={text width=2cm... | Move the legend to the bottom right of the image. | A feature model, with a legend on the bottom right | easy | update | scientific | [
"@@ -43 +43 @@\n\n-\\matrix [draw=black,fill=brown!20,left=1.5cm of phone] {\n+\\matrix [draw=black,fill=brown!20,below=2cm of sub-1-4] {",
"@@ -43 +43 @@\n\n-\\matrix [draw=black,fill=brown!20,left=1.5cm of phone] {\n+\\matrix [draw=black,fill=brown!20,xshift=105,yshift=-130] {",
"@@ -43 +43 @@\n\n-\\matrix [d... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{matrix,arrows,positioning,shadows}\n\\tikzset{\n feature/.style={draw, inner sep=1.5mm, font=\\small\\sffamily, fill=white, drop shadow},\n opt/.style={fill=white}}\n\n\\begin{document}\n\n\\begin{tikzpicture}[\n node distance=.8cm,\n legendtext/... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usetikzlibrary{matrix,arrows,positioning,shadows}\n\\tikzset{\n feature/.style={draw, inner sep=1.5mm, font=\\small\\sffamily, fill=white, drop shadow},\n opt/.style={fill=white}}\n\n\\begin{document}\n\n\\begin{tikzpicture}[\n node distance=.8cm,\n legendtext/... | ||
[
86,
86
] | flex_third_force | \documentclass[tikz,border=5]{standalone}
\usepackage{stanli}
\usetikzlibrary{decorations.pathreplacing,intersections}
\newcommand\inscription[4][]{
\draw
let
\p1=(#2),\p2=(#3),\n1={atan2(\y2-\y1,\x2-\x1)+90}
in
[inscription,#1] (#2) -- (#3) node[rotate=\n1] {#4};
}
\begin{document}
\begin{tikzpicture}... | \documentclass[tikz,border=5]{standalone}
\usepackage{stanli}
\usetikzlibrary{decorations.pathreplacing,intersections}
\newcommand\inscription[4][]{%
\draw
let
\p1=(#2),\p2=(#3),\n1={atan2(\y2-\y1,\x2-\x1)+90}
in
[inscription,#1] (#2) -- (#3) node[rotate=\n1] {#4};
}
\begin{document}
\begin{tikzpicture... | Add a third force F3 between F2 and F1, and the corresponding annotations. | A mechanical diagram representing three forces, F1, F2 anf F3 | hard | add | scientific | [
"@@ -24,0 +25 @@\n\n+\\point{tquarter}{3.75}{0};\n@@ -28,0 +30 @@\n\n+\\load{1}{tquarter}[90];\n@@ -30,0 +33 @@\n\n+\\notation{1}{tquarter}{$F_3$};\n@@ -36,0 +40 @@\n\n+\\draw [arcs,name path=arc3] (begin) -- (tquarter) arc (0 : -90 : 3.75) -- cycle;\n@@ -40 +44,3 @@\n\n-name intersections={of=defl40 and arc1,by={,... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{stanli}\n\\usetikzlibrary{decorations.pathreplacing,intersections}\n\\newcommand\\inscription[4][]{\n \\draw\n let\n \\p1=(#2),\\p2=(#3),\\n1={atan2(\\y2-\\y1,\\x2-\\x1)+90}\n in\n [inscription,#1] (#2) -- (#3) node[rotate=\\n1] {#4};\n}\n\n\\begin{... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{stanli}\n\\usetikzlibrary{decorations.pathreplacing,intersections}\n\\newcommand\\inscription[4][]{\n \\draw\n let\n \\p1=(#2),\\p2=(#3),\\n1={atan2(\\y2-\\y1,\\x2-\\x1)+90}\n in\n [inscription,#1] (#2) -- (#3) node[rotate=\\n1] {#4};\n}\n\n\\begin{... | ||
[
19,
18
] | gaussian_grouped_correlation | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\begin{document}
\begin{tikzpicture}
\tikzset{vertex/.style = {shape=circle,draw,minimum size=1.5em}}
\tikzset{vertex_obs/.style... | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\begin{document}
\begin{tikzpicture}
\tikzset{vertex/.style = {shape=circle,draw,minimum size=1.5em}}
\tikzset{vertex_obs/.style... | Add a dashed rectangle containing uC1 and uCC, and everything over and under these nodes, with a label "Correlation" on the bottom right. This rectangle essentialy contains everything on the left side of the image. | Technical diagram, with the first nodes contained in a correlation dashed rectangle | medium | add | scientific | [
"@@ -45,0 +46,2 @@\n\n+\\draw[dashed] (-1.5,-0.5) rectangle (5.5,5);\n+\\node[below right] at (5.5,-0.5) {Correlation};",
"@@ -32,0 +33,2 @@\n\n+\\draw[dashed] (-1.5,-1) rectangle (6,5);\n+\\node[anchor=south east] at (6,-1) {Correlation};"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes,arrows}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t\\tikzset{vertex/.style = {shape=circle,draw,minimum size=1.5em}}\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes,arrows}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t\\tikzset{vertex/.style = {shape=circle,draw,minimum size=1.5em}}\... | ||
[
6,
6
] | graphdate_top_columns | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
helpGrid/.style = {thin, gray!40},
]
\node[align=center] (Jan20) at (0,1) {Jan \\ 2020};
\node[] (Apr20) at (2,1) {Apr};
\node[] (Jul20... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[%
helpGrid/.style = {thin, gray!40},
] % End tikzpicture options
%- X - Axis (Months). Separation of two coordinates between months.
% Moths 2020
... | Put the months at the top of the graph instead of the bottom. | A diagram displaying a graph and months of the years at the top. | medium | update | scientific | [
"@@ -8,6 +8,6 @@\n\n-\\node[align=center] (Jan20) at (0,1) {Jan \\\\ 2020};\n-\\node[] (Apr20) at (2,1) {Apr};\n-\\node[] (Jul20) at (4,1) {Jul};\n-\\node[] (Oct20) at (6,1) {Oct};\n-\\node[align=center] (Jan21) at (8,1) {Jan \\\\ 2021};\n-\\draw[-latex] (9.5,1.25) -- ++(1,0) node[midway,below] () {Apr};\n+\\node[a... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\n\\begin{document}\n \\begin{tikzpicture}[\n helpGrid/.style = {thin, gray!40},\n ] \n\n \n \\node[align=center] (Jan20) at (0,§range(10,12,11)) {Jan \\\\ 2020}; \n \\node[] (Apr20)... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\n\\begin{document}\n \\begin{tikzpicture}[\n helpGrid/.style = {thin, gray!40},\n ] \n\n \n \\node[align=center] (Jan20) at (0,11) {Jan \\\\ 2020}; \n \\node[] (Apr20) at (2,11) {A... | ||
[
1,
1
] | graphset_node_in_S | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes,trees,hobby,calc}
\usepackage{xinttools}
\begin{document}
\tikzstyle{block}=[rectangle, draw=black, rounded corners, ultra thick,
text centered, anchor=north, text=white, t... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}% To get more advances positioning options
\usetikzlibrary{arrows}% To get more arrow heads
\usetikzlibrary{shapes,trees,hobby,calc}
\usepackage{xinttools}% \xintFor trims spaces...
\begin{document}
\tikzstyle{block}=[rectangle,... | Increase the size of S, so that the B_DP node and the node over it are also contained in S. | a graph with all but one node contained in a green or a red blob. | medium | update | scientific | [
"@@ -13 +13 @@\n\n-(-.5,.3) .. (1.5,2.5) .. (2.8,3.6) .. (4,3) .. (4.2,0) .. (4,-3)\n+(-.5,.3) .. (1.5,2.5) .. (2.8,3.6) .. (6,3) .. (7.2,0) .. (4,-3)",
"@@ -13 +13 @@\n\n-(-.5,.3) .. (1.5,2.5) .. (2.8,3.6) .. (4,3) .. (4.2,0) .. (4,-3)\n+(-.5,.3) .. (1.5,2.5) .. (2.8,3) .. (4,3.5) .. (6.5,3) .. (6.5,-1) .. (4.2,... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{arrows}\n\\usetikzlibrary{shapes,trees,hobby,calc}\n\n\\usepackage{xinttools}\n\n\\begin{document}\n\n\\tikzstyle{block}=[rectangle, draw=black, rounded corners, ultra thick,\n text centered, an... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{arrows}\n\\usetikzlibrary{shapes,trees,hobby,calc}\n\n\\usepackage{xinttools}\n\n\\begin{document}\n\n\\tikzstyle{block}=[rectangle, draw=black, rounded corners, ultra thick,\n text centered, an... | ||
[
76
] | linkhex_third | \documentclass[tikz,border=5]{standalone}
\usepackage{epic,latexsym,amssymb,xcolor}
\usepackage{color}
\usepackage{tikz}
\usepackage{amsfonts,epsf,amsmath,leftidx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,... | \documentclass[tikz,border=5]{standalone}
\usepackage{epic,latexsym,amssymb,xcolor}
\usepackage{color}
\usepackage{tikz}
\usepackage{amsfonts,epsf,amsmath,leftidx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,... | Add a third hexagon after the second one, following the pattern of the two existing ones. | Four hexagonal shapes, with the first three ones sharing a vertex. | medium | add | scientific | [
"@@ -24,3 +24,6 @@\n\n-\\draw [line width=0.3pt] (3.5,1)-- (3.5,0);\n-\\draw [line width=0.3pt] (3.5,1)-- (4,1.4);\n-\\draw [line width=0.3pt] (4,1.4)-- (4.5,1);\n+\\draw [line width=0.3pt] (2,1)-- (2,0);\n+\\draw [line width=0.3pt] (2,1)-- (2.5,1.4);\n+\\draw [line width=0.3pt] (2.5,1.4)-- (3,1);\n+\\draw [line wi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{epic,latexsym,amssymb,xcolor}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usepackage{amsfonts,epsf,amsmath,leftidx}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=1.15}\n\\usetikzlibrary{arrows}\n\n\\begin{document}\n\n\\begin{tikzpicture}[line cap=round,line... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{epic,latexsym,amssymb,xcolor}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usepackage{amsfonts,epsf,amsmath,leftidx}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=1.15}\n\\usetikzlibrary{arrows}\n\n\\begin{document}\n\n\\begin{tikzpicture}[line cap=round,line... | ||
[
2,
2,
6,
2,
6
] | magnet_red_blue | \documentclass[border=1cm]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,foreground}
\begin{document}
\tikzset{middlearrow/.style={
decoration={markings,
mark= at position 0.5 ... | \documentclass[border=1cm]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,foreground}
\begin{document}
\tikzset{middlearrow/.style={
decoration={markings,
mark= at position 0.5 ... | Color the north magnet in red and the south one in blue | Two colored magnets. | easy | update | scientific | [
"@@ -42 +42 @@\n\n-\\fill [opacity=.5] (1.center) -- (2.center) -- (3.center) -- (4.center) -- (5.center) -- (6.center) -- cycle;\n+\\fill [opacity=.5, blue] (1.center) -- (2.center) -- (3.center) -- (4.center) -- (5.center) -- (6.center) -- cycle;\n@@ -52 +52 @@\n\n-\\fill [opacity=.5] (14.center) -- (13.center) -... | [
"\\documentclass[border=1cm]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{decorations.markings}\n\n\\pgfdeclarelayer{background}\n\\pgfdeclarelayer{foreground}\n\\pgfsetlayers{background,foreground}\n\n\\begin{document}\n \n \\tikzset{middlearrow/.style={\n decoration={markings,\n ... | [
"\\documentclass[border=1cm]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{decorations.markings}\n\n\\pgfdeclarelayer{background}\n\\pgfdeclarelayer{foreground}\n\\pgfsetlayers{background,foreground}\n\n\\begin{document}\n \n \\tikzset{middlearrow/.style={\n decoration={markings,\n ... | ||
[
108,
107
] | model_treatment_2 | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsmath,amsthm,amssymb,amscd}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{groupplots}
\usepgfplotslibrary{dateplot}
\tikzset{
causalvar/.style = {draw, c... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsmath,amsthm,amssymb,amscd}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{groupplots}
\usepgfplotslibrary{dateplot}
\tikzset{
causalvar/.style = {draw, c... | Add a second treatment named "second treatment", with nodes named B, and with the same color as the first treatment. The existing treatment should be renamed "first treatment". The new added treatment should be between first treatment and outcome, and the nodes Bt and Bt+1 must be linked the same way the nodes At and A... | a diagram, with two treatments first and second | hard | add | scientific | [
"@@ -39 +39,2 @@\n\n-\\draw[squared] (3.1,-2.7) rectangle (4.9,0.7);\n+\\draw[squared, fill=blue!30] (3.1,-2.7) rectangle (4.9,0.7);\n+\\draw[squared] (5.1,-2.7) rectangle (6.9,0.7);\n@@ -42,2 +43,3 @@\n\n-node[norn] at (4,0)[causalvar](Y){$Y_t$}\n-node[norn] at (4,-1.5)[causalvar](Yp){$Y_{t+1}$}\n+node[norn] at (4... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{amsmath,amsthm,amssymb,amscd}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=newest}\n\\usepgfplotslibrary{groupplots}\n\\usepgfplotslibrary{dateplot}\n\\tikzset{\n causa... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{amsmath,amsthm,amssymb,amscd}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=newest}\n\\usepgfplotslibrary{groupplots}\n\\usepgfplotslibrary{dateplot}\n\\tikzset{\n causa... | ||
[
12,
11
] | monkey_arc_nostrils | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Replace the nostrils of the monkey with arcs, with the pointy sides facing downward | A monkey with nostrils in the shapes of arcs | hard | add | animal | [
"@@ -43 +43 @@\n\n-\\fill [Pink300] (24,-16) circle [radius=16];\n+\\draw [Pink300, line width=3, line cap=round] (10,-20) arc (150:30:16);",
"@@ -43 +43,2 @@\n\n-\\fill [Pink300] (24,-16) circle [radius=16];\n+\\fill [BlueGrey900, rotate=-60]\n+(30,40) arc (90:270:27 and 25) arc (270:90:20 and 25);"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
3
] | monkey_bigger_ears | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Increase the size of the monkey's ears by a lot | A monkey with big ears | easy | update | animal | [
"@@ -29,2 +29,2 @@\n\n-\\fill [skin] (140, 80) circle [radius=56];\n-\\fill [ears] (140, 80) circle [radius=32];\n+\\fill [skin] (140, 80) circle [radius=75];\n+\\fill [ears] (140, 80) circle [radius=50];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
5,
1
] | monkey_sad | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Turn the shape of the mouth upside down | A sad monkey, with its a downturned mouth | easy | update | animal | [
"@@ -44,0 +45 @@\n\n+\\begin{scope}[yscale=-1]\n@@ -46 +47,2 @@\n\n-(-96,-72) arc (180:360:96 and 32) arc (360:180:96 and 56);\n+(-96,110) arc (180:360:96 and 32) arc (360:180:96 and 56);\n+\\end{scope}",
"@@ -46 +46 @@\n\n-(-96,-72) arc (180:360:96 and 32) arc (360:180:96 and 56);\n+(-96,-110) arc (180:0:96 and ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
6
] | monkey_thiner | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the face of the monkey thinner | A monkey with a thin face | medium | update | animal | [
"@@ -29,4 +29,4 @@\n\n-\\fill [skin] (140, 80) circle [radius=56];\n-\\fill [ears] (140, 80) circle [radius=32];\n-\\fill [skin] ( 0, 72) ellipse [x radius=140, y radius=112];\n-\\fill [skin] ( 0,-64) ellipse [x radius=172, y radius=112];\n+\\fill [skin] (120, 80) circle [radius=56];\n+\\fill [ears] (120, 80) circl... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
15
] | monkey_tongue | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the monkey open its mouth to stick out his tongue, on the right side of his mouth | A monkey with its tongue sticking out of the right side of his mouth | medium | add | animal | [
"@@ -46 +46,2 @@\n\n-(-96,-72) arc (180:360:96 and 32) arc (360:180:96 and 56);\n+(-96,-72) arc (180:360:96 and 10) arc (360:180:96 and 56);\n+\\fill [Pink300, rotate=20](0,-135) ellipse [x radius=28, y radius=40];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
34,
28,
34,
9
] | net_colored_hidden | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}
\tikzset{
block/.style={
draw,
rectangle,
text width=3em,
text centered,
minimum height=8mm,
node distance=2.3em
},
line/.style={draw}
}
\begin{document}
... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}
\tikzset{
block/.style={
draw,
rectangle,
text width=3em,
text centered,
minimum height=8mm,
node distance=2.3em
},
line/.style={draw}
}
\begin{document}
... | Color the hidden layer nodes in red | A neural network, with redd hiden layer nodes | hard | update | scientific | [
"@@ -20,0 +21,3 @@\n\n+hidden/.style={\n+fill=red,\n+},\n@@ -38 +41 @@\n\n-|[plain]| & \\\\\n+|[plain]| & |[hidden]| \\\\\n@@ -41 +44 @@\n\n-& & \\\\\n+& |[hidden]| & \\\\\n@@ -44 +47 @@\n\n-|[plain]| & \\\\\n+|[plain]| & |[hidden]| \\\\",
"@@ -38 +38 @@\n\n-|[plain]| & \\\\\n+|[plain]| & |[fill=red]| \\\\\n@@ -4... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}\n\n\\tikzset{\nblock/.style={\n draw,\n rectangle, \n text width=3em, \n text centered, \n minimum height=8mm, \n node distance=2.3em\n }, \nline/.style={draw... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}\n\n\\tikzset{\nblock/.style={\n draw,\n rectangle, \n text width=3em, \n text centered, \n minimum height=8mm, \n node distance=2.3em\n }, \nline/.style={draw... | ||
[
14,
11,
11,
14,
11
] | net_removed_in_5 | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}
\tikzset{
block/.style={
draw,
rectangle,
text width=3em,
text centered,
minimum height=8mm,
node distance=2.3em
},
line/.style={draw}
}
\begin{document}
... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}
\tikzset{
block/.style={
draw,
rectangle,
text width=3em,
text centered,
minimum height=8mm,
node distance=2.3em
},
line/.style={draw}
}
\begin{document}
... | Remove the input node 5, and the corresponding links to the hidden layer. | A neural network, with 4 inputs. | medium | remove | scientific | [
"@@ -45 +44,0 @@\n\n-& |[plain]| \\\\\n@@ -47 +46 @@\n\n-\\foreach \\ai [count=\\mi ]in {2,4,...,10}\n+\\foreach \\ai [count=\\mi ]in {2,4,6,8}\n@@ -49 +48 @@\n\n-\\foreach \\ai in {2,4,...,10}\n+\\foreach \\ai in {2,4,6,8}",
"@@ -45 +45 @@\n\n-& |[plain]| \\\\\n+|[plain]| & |[plain]| \\\\\n@@ -47 +47 @@\n\n-\\fo... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}\n\n\\tikzset{\nblock/.style={\n draw,\n rectangle, \n text width=3em, \n text centered, \n minimum height=8mm, \n node distance=2.3em\n }, \nline/.style={draw... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows,calc}\n\n\\tikzset{\nblock/.style={\n draw,\n rectangle, \n text width=3em, \n text centered, \n minimum height=8mm, \n node distance=2.3em\n }, \nline/.style={draw... | ||
[
3
] | pcb_dheigh | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
decorations.pathreplacing,
decorations.pathmorphing,
decorations.markings
}
\usetikzlibrary{patterns,calc,arrows}
\usepackage{pgfplots}
\definecolor{copper}{rgb}{1,0,0}
\definecolor{pcb}{rgb}{0,1,0}
\colorlet{groundplane}{copper!5... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{%
decorations.pathreplacing,%
decorations.pathmorphing,
decorations.markings%
}
\usetikzlibrary{patterns,calc,arrows}
\usepackage{pgfplots}
%% please note changes in color %%
% base color for copper and PCB
\definecolor{copper}{rgb... | Double the height of the copper-colored box on top. | A technical diagram, with a somewhat high red box on top of a green one. | easy | update | scientific | [
"@@ -37,3 +37,3 @@\n\n-\\filldraw [striplinefront] (1.5,1.2,5) coordinate (length front) -- (3.5,1.2,5) coordinate (thickness top) -- (3.5,1,5) coordinate (thickness bottom) -- (1.5,1,5) -- cycle;\n-\\shade [top color = striplinetopleft, bottom color = striplinetopright, shading angle=75] (1.5,1.2,0) coordinate (wi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n decorations.pathreplacing,\n decorations.pathmorphing,\n decorations.markings\n}\n\\usetikzlibrary{patterns,calc,arrows}\n\\usepackage{pgfplots}\n\n\\definecolor{copper}{rgb}{1,0,0}\n\\definecolor{pcb}{rgb}{0,1,0}\n\\color... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n decorations.pathreplacing,\n decorations.pathmorphing,\n decorations.markings\n}\n\\usetikzlibrary{patterns,calc,arrows}\n\\usepackage{pgfplots}\n\n\\definecolor{copper}{rgb}{1,0,0}\n\\definecolor{pcb}{rgb}{0,1,0}\n\\color... | ||
[
3
] | pcb_increase_width | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{
decorations.pathreplacing,
decorations.pathmorphing,
decorations.markings
}
\usetikzlibrary{patterns,calc,arrows}
\usepackage{pgfplots}
\definecolor{copper}{rgb}{1,0,0}
\definecolor{pcb}{rgb}{0,1,0}
\colorlet{groundplane}{copper!5... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{%
decorations.pathreplacing,%
decorations.pathmorphing,
decorations.markings%
}
\usetikzlibrary{patterns,calc,arrows}
\usepackage{pgfplots}
%% please note changes in color %%
% base color for copper and PCB
\definecolor{copper}{rgb... | Increase the width of the copper-colored box on the top, so that its right side aligns with the right side of the box under it. | A technical diagram, with a red layer that has its right side aligned with the right side of the green box under it | medium | update | scientific | [
"@@ -37,3 +37,3 @@\n\n-\\filldraw [striplinefront] (1.5,1.2,5) coordinate (length front) -- (3.5,1.2,5) coordinate (thickness top) -- (3.5,1,5) coordinate (thickness bottom) -- (1.5,1,5) -- cycle;\n-\\shade [top color = striplinetopleft, bottom color = striplinetopright, shading angle=75] (1.5,1.2,0) coordinate (wi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n decorations.pathreplacing,\n decorations.pathmorphing,\n decorations.markings\n}\n\\usetikzlibrary{patterns,calc,arrows}\n\\usepackage{pgfplots}\n\n\\definecolor{copper}{rgb}{1,0,0}\n\\definecolor{pcb}{rgb}{0,1,0}\n\\color... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{\n decorations.pathreplacing,\n decorations.pathmorphing,\n decorations.markings\n}\n\\usetikzlibrary{patterns,calc,arrows}\n\\usepackage{pgfplots}\n\n\\definecolor{copper}{rgb}{1,0,0}\n\\definecolor{pcb}{rgb}{0,1,0}\n\\color... | ||
[
62
] | plane_intersection | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{physics}
\begin{document}
\def\t{0.9}
\def\s{0.04}
\def\tt{0.3}
\def\ss{0.7}
\def\ttt{0.5}
\def\sss{0.5}
\begin{tikzpicture}[x={(1cm,0.4cm)}, y={(8mm, -3mm)}, z={(0cm,1cm)}, line cap=round, line join=round]
\coordinate... | \documentclass[tikz,border=5]{standalone}
%Drawing
\usepackage{tikz}
%Tikz Library
\usetikzlibrary{calc}
%Notation
\usepackage{physics}
\begin{document}
% All numbers must be in [0,1] to fall in the plane drawn
\def\t{0.9}
\def\s{0.04}
\def\tt{0.3}
\def\ss{0.7}
\def\ttt{0.5}
\def\sss{0.5}
\begin{tikzpicture}[x={... | Add a second plane Pi_2, parallel to the x-y-plane. This plane should intersect with the existing plane, and their intersection should cross the z-axis. | Two planes intersecting in a 3-dimensional diagram. | hard | add | scientific | [
"@@ -16,0 +17,4 @@\n\n+\\coordinate (x8) at (-2,2,4);\n+\\coordinate (x9) at (2,2,4);\n+\\coordinate (x10) at (2,-2,4);\n+\\coordinate (x11) at (-2,-2,4);\n@@ -32,0 +37,5 @@\n\n+\\path[draw=black, fill=black!20, thick, opacity = 0.8] (x8) -- (x9) -- (x10) -- (x11) -- (x8);\n+\\node[shift={(-0.45,0.6)}] at (x10) {$\... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{calc}\n\n\\usepackage{physics}\n\n\\begin{document}\n\n\\def\\t{0.9}\n\\def\\s{0.04}\n\\def\\tt{0.3}\n\\def\\ss{0.7}\n\\def\\ttt{0.5}\n\\def\\sss{0.5}\n\t\n\\begin{tikzpicture}[x={(1cm,0.4cm)}, y={(8mm, -3mm)}, z={(0cm,1cm)}, line... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{calc}\n\n\\usepackage{physics}\n\n\\begin{document}\n\n\\def\\t{0.9}\n\\def\\s{0.04}\n\\def\\tt{0.3}\n\\def\\ss{0.7}\n\\def\\ttt{0.5}\n\\def\\sss{0.5}\n\t\n\\begin{tikzpicture}[x={(1cm,0.4cm)}, y={(8mm, -3mm)}, z={(0cm,1cm)}, line... | ||
[
10,
14
] | polygon_added_right | \documentclass[tikz,border=5]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{tkz-euclide}
\newcommand{\polygon}[2]{
\draw (0,0) coordinate (X) ;
\pgfmathsetmacro{\angle}{360/#1}
\foreach \i in {0,1,2,...,#1}{
\draw(X)--++(\angle*\i:2.5) coordinate (A\i);
}
\f... | \documentclass[tikz,border=5]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{tkz-euclide}
\newcommand{\polygon}[2]{%#1 number of sides, #2--numbers to go in spinner
\draw (0,0) coordinate (X) ;
\pgfmathsetmacro{\angle}{360/#1}
\foreach \i in {0,1,2,...,#1}{
\draw(X)--++(\... | Add a second polygon with 5 sides on the right side of the first one, numbered from 1 to 5. | A square and a pentagon next to eachother. | easy | add | scientific | [
"@@ -28,0 +29,3 @@\n\n+\\begin{scope}[xshift=5cm]\n+\\polygon{5}{1,2,3,4,5}\n+\\end{scope}",
"@@ -28,0 +29,3 @@\n\n+\\begin{scope}[shift={(5,0)}]\n+\\polygon{5}{1,2,3,4,5}\n+\\end{scope}"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=1.18}\n\\usepackage{tkz-euclide}\n\n\\newcommand{\\polygon}[2]{\n\n \\draw (0,0) coordinate (X) ;\n\n \\pgfmathsetmacro{\\angle}{360/#1}\n \\foreach \\i in {0,1,2,...,#1}{\n \\draw(X)--++(\\angle*\\i:2.5) coord... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{pgfplots}\n\\pgfplotsset{compat=1.18}\n\\usepackage{tkz-euclide}\n\n\\newcommand{\\polygon}[2]{\n\n \\draw (0,0) coordinate (X) ;\n\n \\pgfmathsetmacro{\\angle}{360/#1}\n \\foreach \\i in {0,1,2,...,#1}{\n \\draw(X)--++(\\angle*\\i:2.5) coord... | ||
[
120,
113
] | quantum_removed_first | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{tcolorbox}
\usepackage{tikz}
\usetikzlibrary{quantikz}
\usetikzlibrary{calc}
\pgfdeclarelayer{bg}
\pgfsetlayers{bg,main}
\begin{document}
\begin{tikzpict... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{tcolorbox}
\usepackage{tikz}
\usetikzlibrary{quantikz}
\usetikzlibrary{calc}
\pgfdeclarelayer{bg}
\pgfsetlayers{bg,main}
\begin{document}
\begin{tikzpict... | Remove the first row, i.e. all the boxes and connections at the top of the image. Remove the lines that were connected to this row as well. | A technical diagram, with the box Rz(theta6) on the top line | medium | remove | scientific | [
"@@ -15 +14,0 @@\n\n-\\node[draw, fill=white] (gate0) at (0.5, 0) {$H$};\n@@ -20 +18,0 @@\n\n-\\node[draw, fill=white] (gate5) at (1.9, 0) {$RZ(x_1)$};\n@@ -25 +22,0 @@\n\n-\\node[draw, fill=white] (gate10) at (3.7, 0) {$RY(\\theta_{2})$};\n@@ -30 +27 @@\n\n-\\draw[] (5.5, 0) -- +(0, -1) node[pos=0, circle, fill=bl... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage[usenames,dvipsnames]{xcolor}\n\\usepackage[utf8]{inputenc}\n\\usepackage{tcolorbox}\n\\usepackage{tikz}\n\\usetikzlibrary{quantikz}\n\\usetikzlibrary{calc}\n\\pgfdeclarelayer{bg}\n\\pgfsetlayers{bg,main}\n\n\\beg... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage[usenames,dvipsnames]{xcolor}\n\\usepackage[utf8]{inputenc}\n\\usepackage{tcolorbox}\n\\usepackage{tikz}\n\\usetikzlibrary{quantikz}\n\\usetikzlibrary{calc}\n\\pgfdeclarelayer{bg}\n\\pgfsetlayers{bg,main}\n\n\\beg... | ||
[
4
] | ray_closer_observer | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{angles, quotes, decorations.markings}
\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \arrow{stealth}}}}
\tikzset{midarrow2/.style = {postaction=decorate, decoration={markings,mark=at position... | \documentclass[tikz,border=5]{standalone}
% Drawing
\usepackage{tikz}
% Tikz Library
\usetikzlibrary{angles, quotes, decorations.markings}
%Styles
%%Arrow in the Middle
\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \arrow{stealth}}}}
\tikzset{midarrow2/.style = {pos... | Move the Diopter and the observer much closer to the barrier, as close as it can be without interfering with other existing drawings. | A ray going through a barrier, with an obsever close to the barrier. | medium | update | scientific | [
"@@ -13 +13 @@\n\n-\\draw[color = lust, line width = 0.7, midarrow2] (4,8) -- +(3,-5) coordinate (C);\n+\\draw[color = lust, line width = 0.7, midarrow2] (4,8) -- +(1.44,-2.4) coordinate (C);\n@@ -16,2 +16,2 @@\n\n-\\path[fill = richelectricblue!40, rotate = 121] (0.96,-7.3) ..controls +(0.1,0) and +(0.1,0).. ++(0,... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{angles, quotes, decorations.markings}\n\n\n\\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \\arrow{stealth}}}}\n\\tikzset{midarrow2/.style = {postaction=decorate, decoration={markin... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{angles, quotes, decorations.markings}\n\n\n\\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \\arrow{stealth}}}}\n\\tikzset{midarrow2/.style = {postaction=decorate, decoration={markin... | ||
[
11,
1,
3
] | ray_green_laser | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{angles, quotes, decorations.markings}
\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \arrow{stealth}}}}
\tikzset{midarrow2/.style = {postaction=decorate, decoration={markings,mark=at position... | \documentclass[tikz,border=5]{standalone}
% Drawing
\usepackage{tikz}
% Tikz Library
\usetikzlibrary{angles, quotes, decorations.markings}
%Styles
%%Arrow in the Middle
\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \arrow{stealth}}}}
\tikzset{midarrow2/.style = {pos... | Make the laser green. | A green ray going through a barrier. | easy | update | scientific | [
"@@ -8,0 +9 @@\n\n+\\definecolor{green}{rgb}{0.13, 0.9, 0.13}\n@@ -12,2 +13,2 @@\n\n-\\draw[color = lust, line width = 0.7, midarrow1] (-1,8) -- (4,8);\n-\\draw[color = lust, line width = 0.7, midarrow2] (4,8) -- +(3,-5) coordinate (C);\n+\\draw[color = green, line width = 0.7, midarrow1] (-1,8) -- (4,8);\n+\\draw[... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{angles, quotes, decorations.markings}\n\n\n\\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \\arrow{stealth}}}}\n\\tikzset{midarrow2/.style = {postaction=decorate, decoration={markin... | [
"\\documentclass[tikz,border=5]{standalone}\n\n\\usepackage{tikz}\n\n\\usetikzlibrary{angles, quotes, decorations.markings}\n\n\n\\tikzset{midarrow1/.style = {postaction=decorate, decoration={markings,mark=at position .8 with \\arrow{stealth}}}}\n\\tikzset{midarrow2/.style = {postaction=decorate, decoration={markin... | ||
[
12,
5,
26
] | setswap_add_triangle | \documentclass[tikz,border=5]{standalone}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,enumerate, amsthm}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage[many]{tcolorbox}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{colortbl}
\tikzset{
mystyle/.style={line width ... | \documentclass[tikz,border=5]{standalone}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,enumerate, amsthm}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage[many]{tcolorbox}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{colortbl}
\tikzset{
mystyle/.style={line width ... | Add a last yellow triangle, without any arrow pointing from it. | A technical diagram, with as much triangle as squares. | easy | add | scientific | [
"@@ -37,0 +38 @@\n\n+\\node [opt,fill=\\srgtoc] (o11) at (11,0) {};",
"@@ -34,2 +34,2 @@\n\n-\\def \\colorlisto{\"\\cc\",\"\\srgtoc\",\"\\srgtoc\",\"\\srgtoc\",\"\\srgtoc\",\"\\srgtoc\",\"\\srgtoc\",\"\\cc\",\"\\srgtoc\",\"\\srgtoc\"}\n-\\foreach \\i [parallel foreach=\\c in \\colorlisto via \\i] in {1,...,10}{\n... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath,amssymb,enumerate, amsthm}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes}\n\\usepackage[many]{tcolorbox}\n\\usetikzlibrary{decorations.pathreplacing}\n\\usepackage{colortbl}\n\\tikzset{\n\tm... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath,amssymb,enumerate, amsthm}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes}\n\\usepackage[many]{tcolorbox}\n\\usetikzlibrary{decorations.pathreplacing}\n\\usepackage{colortbl}\n\\tikzset{\n\tm... | ||
[
32,
60,
32
] | setswap_second_removed | \documentclass[tikz,border=5]{standalone}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,enumerate, amsthm}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage[many]{tcolorbox}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{colortbl}
\tikzset{
mystyle/.style={line width ... | \documentclass[tikz,border=5]{standalone}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,enumerate, amsthm}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage[many]{tcolorbox}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{colortbl}
\tikzset{
mystyle/.style={line width ... | Remove the second gray container and its content. | A technical diagram, with five gray dotted areas. | hard | remove | scientific | [
"@@ -24 +23,0 @@\n\n-\\draw[swap] (2.6,-0.5) rectangle (4.4,3);\n@@ -35 +34 @@\n\n-\\foreach \\i [parallel foreach=\\c in \\colorlisto via \\i] in {1,...,10}{\n+\\foreach \\i [parallel foreach=\\c in \\colorlisto via \\i] in {1,2,5,6,7,8,9,10}{\n@@ -38 +37 @@\n\n-\\foreach \\i [parallel foreach=\\c in \\colorlistf ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath,amssymb,enumerate, amsthm}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes}\n\\usepackage[many]{tcolorbox}\n\\usetikzlibrary{decorations.pathreplacing}\n\\usepackage{colortbl}\n\\tikzset{\n\tm... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[T1]{fontenc}\n\\usepackage{amsmath,amssymb,enumerate, amsthm}\n\\usepackage[dvipsnames]{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{shapes}\n\\usepackage[many]{tcolorbox}\n\\usetikzlibrary{decorations.pathreplacing}\n\\usepackage{colortbl}\n\\tikzset{\n\tm... | ||
[
1
] | shark_bigger_dorsal_fin | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | Make the dorsal fin of the shark longer and pointy | A shark with a long and pointy dorsal fin | medium | update | animal | [
"@@ -43 +43 @@\n\n-.. controls (10,15) and (11,17) .. (12,17)\n+.. controls (10,15) and (13,17) .. (14.5,17)"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | ||
[
4,
4
] | shark_blue | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | Change the color of the shark to blue | A blue shark | easy | update | animal | [
"@@ -12 +12 @@\n\n-\\fill [BlueGrey700] (6,12)\n+\\fill [Blue] (6,12)\n@@ -16 +16 @@\n\n-\\fill [BlueGrey500] (0,20)\n+\\fill [Blue] (0,20)\n@@ -36 +36 @@\n\n-\\fill [BlueGrey500] (3,13)\n+\\fill [Blue] (3,13)\n@@ -40 +40 @@\n\n-\\fill [BlueGrey500] (9,18)\n+\\fill [Blue] (9,18)",
"@@ -12 +12 @@\n\n-\\fill [BlueG... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | ||
[
6
] | shark_no_teeth | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | Remove the teeth of the shark | A shark with no teeth | easy | remove | animal | [
"@@ -6,6 +5,0 @@\n\n-\\fill [BlueGrey200]\n-(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n-(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n-(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n-(2,15.5) -- ++(-.5,-1) -- ++(1,0) -- cycle\n-(3,15) -- ++(-.5,-1) -- ++(1,0) -- cycle;"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey700] (6,12)\n .. controls (5,11) and (5,8) .. (6,7)\n .. controls (7,8) and (7,9) .. (8,10)\n .. controls (8,11) and (7,12) .. (6,12)-... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey700] (6,12)\n .. controls (5,11) and (5,8) .. (6,7)\n .. controls (7,8) and (7,9) .. (8,10)\n .. controls (8,11) and (7,12) .. (6,12)-... | ||
[
12,
12
] | shark_other_set_pectoral_fin | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | Add another set of pectoral fin to the shark, lower on its body | A shark with two sets of pectoral fins | hard | add | animal | [
"@@ -15,0 +16,4 @@\n\n+\\fill [BlueGrey700] (11,8)\n+.. controls (10.5,7) and (10.5,5) .. (11,4)\n+.. controls (11.5,5) and (11.5,6) .. (12,6.5)\n+.. controls (12,7) and (11.5,8) .. (11,8) -- cycle;\n@@ -39,0 +44,4 @@\n\n+\\fill [BlueGrey500] (8,9)\n+.. controls (7.5,8) and (7.5,6) .. (8,5)\n+.. controls (8.5,6) an... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | ||
[
2
] | shark_smile | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
shark/.pic={
\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}
\fill [BlueGrey200]
(2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(1,17) -- ++(0.5,-1) -- ++(0.5,1) -- cycle
(2,15... | Make the shark smile. | A shark smiling | medium | update | animal | [
"@@ -18 +18 @@\n\n-.. controls (3,16) and (4,16) .. (4,15)\n+.. controls (3,16) and (4,16) .. (4,16)\n@@ -30 +30 @@\n\n-.. controls (3,16) and (4,16) .. (4,15)\n+.. controls (3,16) and (4,16) .. (4,16)"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\nshark/.pic={\n\\tikzset{x=3cm/22,y=3cm/22,shift={(-8,-11)}}\n\\fill [BlueGrey200]\n (2,16.75) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (3,16.25) -- ++(0.5,-1) -- ++(0.5,1) -- cycle\n (1,17) -- ++(0.5,-1) -- ++(0.5,... | ||
[
93,
97,
75,
97,
73,
71
] | signal_colored | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath, amsthm, amssymb, amsfonts}
\usepackage{tikz, bbding, tikz-3dplot}
\usetikzlibrary{patterns}
\usetikzlibrary{matrix}
\usetikzlibrary{tikzmark}
\usetikzlibrary{positioning}
\usetikzlibrary{fit}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes.symbols}
\us... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath, amsthm, amssymb, amsfonts}
\usepackage{tikz, bbding, tikz-3dplot}
\usetikzlibrary{patterns}
\usetikzlibrary{matrix}
\usetikzlibrary{tikzmark}
\usetikzlibrary{positioning}
\usetikzlibrary{fit}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes.symbols}
\us... | Color the red rectangle on the left with the colors of the A rectangles on the right. The color of the red rectangle should align with the color of the closest A rectangle, for instance the height of A1 should fully be colored on the red rectangle, but not A2 because it is partly behind A1(same for A2 and A3). | four rectangles, with the left one colored with the colors of the right ones. | hard | update | scientific | [
"@@ -29 +29,4 @@\n\n-\\draw [fill=red!60] (\\d, 0) rectangle ({\\d+\\w}, \\h);\n+\\fill [fill = red!50] (\\d,0) rectangle ({\\d+\\w}, {\\h});\n+\\fill [fill = red!30] (\\d, {0.2*\\h}) rectangle ({\\d+\\w}, {\\h});\n+\\fill [fill = red!10] (\\d, {0.6*\\h}) rectangle ({\\d+\\w}, \\h);\n+\\draw [fill opacity=0] (\\d, ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath, amsthm, amssymb, amsfonts}\n\\usepackage{tikz, bbding, tikz-3dplot}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{matrix}\n\\usetikzlibrary{tikzmark}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlib... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath, amsthm, amssymb, amsfonts}\n\\usepackage{tikz, bbding, tikz-3dplot}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{matrix}\n\\usetikzlibrary{tikzmark}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlib... | ||
[
1
] | slope_angle_reduced | \documentclass[tikz,border=5]{standalone}
\usepackage{physics}
\usepackage{tikz}
\usetikzlibrary{angles,quotes}
\usetikzlibrary{bending}
\tikzset{>=latex}
\colorlet{myred}{red!65!black}
\colorlet{metalcol}{blue!25!black!30!white}
\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black!10,rounded corners=1,
... | \documentclass[tikz,border=5]{standalone}
\usepackage{physics}
\usepackage{tikz}
\usetikzlibrary{angles,quotes} % for angle label
\usetikzlibrary{bending} % for arrow head angle
\tikzset{>=latex} % for LaTeX arrow head
\colorlet{myred}{red!65!black}
\colorlet{metalcol}{blue!25!black!30!white}
\tikzstyle{mass}=[line wi... | Reduce the angle of the slope by half. | Mechanical diagram of a rod pushing a box on a small slope | easy | update | scientific | [
"@@ -20 +20 @@\n\n-\\def\\gAng{28}\n+\\def\\gAng{14}"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{physics}\n\\usepackage{tikz}\n\\usetikzlibrary{angles,quotes} \n\\usetikzlibrary{bending} \n\\tikzset{>=latex} \n\n\\colorlet{myred}{red!65!black}\n\\colorlet{metalcol}{blue!25!black!30!white}\n\\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{physics}\n\\usepackage{tikz}\n\\usetikzlibrary{angles,quotes} \n\\usetikzlibrary{bending} \n\\tikzset{>=latex} \n\n\\colorlet{myred}{red!65!black}\n\\colorlet{metalcol}{blue!25!black!30!white}\n\\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black... | ||
[
9,
16
] | slope_to_circle | \documentclass[tikz,border=5]{standalone}
\usepackage{physics}
\usepackage{tikz}
\usetikzlibrary{angles,quotes}
\usetikzlibrary{bending}
\tikzset{>=latex}
\colorlet{myred}{red!65!black}
\colorlet{metalcol}{blue!25!black!30!white}
\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black!10,rounded corners=1,
... | \documentclass[tikz,border=5]{standalone}
\usepackage{physics}
\usepackage{tikz}
\usetikzlibrary{angles,quotes} % for angle label
\usetikzlibrary{bending} % for arrow head angle
\tikzset{>=latex} % for LaTeX arrow head
\colorlet{myred}{red!65!black}
\colorlet{metalcol}{blue!25!black!30!white}
\tikzstyle{mass}=[line wi... | Change the mass to a circle. | Mechanical diagram of a rod pushing a circle on a slope | hard | update | scientific | [
"@@ -33 +33 @@\n\n-\\draw[mass,rotate=-\\gAng] (-0.03*\\width,0)++(90+\\gAng:{\\gWidth*sin(\\gAng)}) rectangle++ (\\width,\\height) node[midway,rotate=-\\gAng] {$m$};\n+\\draw[mass,rotate=-\\gAng] (-0.03*\\width,0)++(90+\\gAng:{\\gWidth*sin(\\gAng)}) ++(0.5*\\width,0.5*\\width) node[rotate=-\\gAng] {$m$} circle (0.... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{physics}\n\\usepackage{tikz}\n\\usetikzlibrary{angles,quotes} \n\\usetikzlibrary{bending} \n\\tikzset{>=latex} \n\n\\colorlet{myred}{red!65!black}\n\\colorlet{metalcol}{blue!25!black!30!white}\n\\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{physics}\n\\usepackage{tikz}\n\\usetikzlibrary{angles,quotes} \n\\usetikzlibrary{bending} \n\\tikzset{>=latex} \n\n\\colorlet{myred}{red!65!black}\n\\colorlet{metalcol}{blue!25!black!30!white}\n\\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black... | ||
[
160
] | sphere_removed | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{tikzpicture}[scale=.5]
\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);
\draw (1,2) circle (1cm);
\draw (0,2) arc (180:360: 1 and 0.3);
\draw[dashed] (2,2)... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{tikzpicture}[scale=.5]
%draw outline/perimeter of circle
\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);
\draw (1,2) circle (1cm);
% XY plane, starting a... | Remove the leftmost and rightmost spheres. | Two spheres with an arrow in between | easy | remove | scientific | [
"@@ -8,11 +7,0 @@\n\n-\\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n-\\draw (1,2) circle (1cm);\n-\\draw (0,2) arc (180:360: 1 and 0.3);\n-\\draw[dashed] (2,2) arc (0:180:1 and 0.3);\n-\\fill[fill=black] (1,2) circle (1pt);\n-\\draw[->,thick] (1,3) -- node[above]{$r$} (1.2,3);\n-\\draw (0.8,3) -... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\n\\begin{document}\n\n\\begin{tikzpicture}[scale=.5]\n\n\\shade [xshift=3cm][ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n\\draw [xshift=3cm](1,2) circle (1cm);\n\\dra... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\n\\begin{document}\n\n\\begin{tikzpicture}[scale=.5]\n\n\\shade [xshift=3cm][ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n\\draw [xshift=3cm](1,2) circle (1cm);\n\\dra... | ||
[
103,
34,
55
] | sphere_vertical_align | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{tikzpicture}[scale=.5]
\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);
\draw (1,2) circle (1cm);
\draw (0,2) arc (180:360: 1 and 0.3);
\draw[dashed] (2,2)... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{tikzpicture}[scale=.5]
%draw outline/perimeter of circle
\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);
\draw (1,2) circle (1cm);
% XY plane, starting a... | Align the two spheres on the left of the arrow vertically, and do the same for the ones on the right, adjust the arrow. | four spheres, two aligned vertically on each side of an arrow. | medium | update | scientific | [
"@@ -7,0 +8 @@\n\n+\\begin{scope}[shift={(0cm,2cm)}]\n@@ -18,35 +19,42 @@\n\n-\\draw [dashed] (0.8,1) arc (180:360: 0.2 and -0.05);\n-\\shade [xshift=3cm][ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n-\\draw [xshift=3cm](1,2) circle (1cm);\n-\\draw [xshift=3cm](0,2) arc (180:360: 1 and 0.3);\n-\\draw[x... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\begin{document}\n\\begin{tikzpicture}[scale=.5]\n\\begin{scope}[shift={(0cm,2cm)}]\n\\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n\\draw (1,2) circle (1cm);\n\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc}\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\begin{document}\n\\begin{tikzpicture}[scale=.5]\n\\begin{scope}[shift={(0cm,2cm)}]\n\\shade[ball color = gray!40, opacity = 0.5] (1,2) circle (1cm);\n\\draw (1,2) circle (1cm);\n\... | ||
[
9,
9
] | squid_O_mouth | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Change the shape of the squid's mouth to a circle | A squid with a circular mouth | medium | update | animal | [
"@@ -44,2 +44 @@\n\n-\\fill [DeepOrange900]\n-(-40,-40) arc (180:360:40 and 16) arc (360:180:40 and 40);\n+\\fill [DeepOrange900] (0,-60) circle [radius=25];",
"@@ -45 +45 @@\n\n-(-40,-40) arc (180:360:40 and 16) arc (360:180:40 and 40);\n+(0,-60) circle [radius=25];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
3
] | squid_bigger_eyes | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the eyes of the squid bigger | A squid with big roud eyes | medium | update | animal | [
"@@ -36,3 +36,3 @@\n\n-\\fill [fill color] (64, 16) circle [radius=48];\n-\\fill [Grey50] (64, 16) circle [radius=32];\n-\\fill [BlueGrey900] (64, 16) circle [radius=12];\n+\\fill [fill color] (64, 16) circle [radius=60];\n+\\fill [Grey50] (64, 16) circle [radius=50];\n+\\fill [BlueGrey900] (64, 16) circle [radius=... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2
] | squid_longer_tentacles | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Make the tentacle of the squid longer | A squid with four long tentacles | hard | update | animal | [
"@@ -30 +30 @@\n\n-.. controls ++( 90:64) and ++(270:64) .. ++(-40,128)\n+.. controls ++( 90:64) and ++(270:64) .. ++(-40,168)\n@@ -34 +34 @@\n\n-.. controls ++(270: 64) and ++( 90: 64) .. ++( 56,-128)\n+.. controls ++(270: 64) and ++( 90: 64) .. ++( 56,-168)\n@@ -40 +40 @@\n\n-.. controls ++(270:256) and ++(225: 6... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
54
] | squid_no_spots | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Remove the spots on the forehead of the squid | a red squid with no spots on its forehead | easy | remove | animal | [
"@@ -46,4 +45,0 @@\n\n-\\fill [DeepOrange300]\n-(-32,108) circle [radius=16] (-40,160) circle [radius=12]\n-(-20,196) circle [radius= 8] ( 40,160) circle [radius=16]\n-( 64,120) circle [radius= 8] ( 40,100) circle [radius=12];"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
1,
1
] | squid_yellow | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | \documentclass[tikz,border=5]{standalone}
\usepackage[prefix=]{xcolor-material}
\tikzset{
half clip/.code={
\clip (0, -256) rectangle (256, 256);
},
color/.code=\colorlet{fill color}{#1},
color alias/.code args={#1 as #2}{\colorlet{#1}{#2}},
on left/.style={.. on left/.style={#1}},
on right/.style={.. ... | Change the color of the squid to yellow | A yellow squid | easy | update | animal | [
"@@ -25 +25 @@\n\n-\\reflect[split={DeepOrange500 and DeepOrange700}]{\n+\\reflect[split={Yellow500 and Yellow700}]{",
"@@ -25 +25 @@\n\n-\\reflect[split={DeepOrange500 and DeepOrange700}]{\n+\\reflect[split={Amber500 and Amber700}]{"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[prefix=]{xcolor-material}\n\n\\tikzset{\n half clip/.code={\n \\clip (0, -256) rectangle (256, 256);\n },\n color/.code=\\colorlet{fill color}{#1},\n color alias/.code args={#1 as #2}{\\colorlet{#1}{#2}},\n on left/.style={.. on left/.style={#1}},\n ... | ||
[
2
] | torustube_hole_increase | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb}
\usepackage{color}
\usepackage{tikz}
\usetikzlibrary{fadings}
\usetikzlibrary{patterns}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]
\draw
(28.5,53.5) .. contr... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb}
\usepackage{color}
\usepackage{tikz}
\usetikzlibrary{fadings}
\usetikzlibrary{patterns}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]
\draw %circle
(28.5,53.5) .... | Increase the size of the hole in the torus | A diagram witha torus with a large hole on the right. | hard | update | scientific | [
"@@ -28 +28 @@\n\n-(200,45) .. controls (200,65) and (250,65) .. (250,45) ;\n+(200,50) .. controls (200,80) and (250,80) .. (250,50) ;\n@@ -30 +30 @@\n\n-(205,55.5) .. controls (205,50) and (245,50) .. (245,55.5) ;\n+(201,57) .. controls (201,25) and (249,25) .. (249,57) ;"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usetikzlibrary{fadings}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlibrary{shapes}\n\n\\begin{document}\n\n\\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]\n\n\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usetikzlibrary{fadings}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlibrary{shapes}\n\n\\begin{document}\n\n\\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]\n\n\... | ||
[
9,
9
] | torustube_rotation | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb}
\usepackage{color}
\usepackage{tikz}
\usetikzlibrary{fadings}
\usetikzlibrary{patterns}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]
\draw
(28.5,53.5) .. contr... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb}
\usepackage{color}
\usepackage{tikz}
\usetikzlibrary{fadings}
\usetikzlibrary{patterns}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]
\draw %circle
(28.5,53.5) .... | Rotate the torus 90° clockwise. | A diagram witha torus rotated 90 degrees on the right. | medium | update | scientific | [
"@@ -24,0 +25 @@\n\n+\\begin{scope}[rotate around={90:(223,53.5)}]\n@@ -30,0 +32 @@\n\n+\\end{scope}",
"@@ -26,0 +27 @@\n\n+\\begin{scope}[rotate around={90:(223,53.5)}]\n@@ -30,0 +32 @@\n\n+\\end{scope}"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usetikzlibrary{fadings}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlibrary{shapes}\n\n\\begin{document}\n\n\\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]\n\n\... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb}\n\\usepackage{color}\n\\usepackage{tikz}\n\\usetikzlibrary{fadings}\n\\usetikzlibrary{patterns}\n\\usetikzlibrary{shadows.blur}\n\\usetikzlibrary{shapes}\n\n\\begin{document}\n\n\\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]\n\n\... | ||
[
40
] | vima_no_256 | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{xcolor}
\usepackage{pgfplots}
\usepackage{pgfplots}
\pgfplotsset{width=8cm,compat=newest}
\pgfplotsset{every tick label/.append style={font=\small}}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
height... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{xcolor}
\usepackage{pgfplots}
\usepackage{pgfplots}
\pgfplotsset{width=8cm,compat=newest}
\pgfplotsset{every tick label/.append style={font=\small}}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
height... | Remove the measurements for 256kb | Scientific diagram with speedup measures for 32, 64 and 128kb. | easy | remove | scientific | [
"@@ -51 +50,0 @@\n\n-\\addplot [black,/tikz/fill=black] coordinates {(Stencil,3.44)[3.44] (VecSum,7.17)[7.17] (MatMult, 26.47)[26.47]};\n@@ -56 +54,0 @@\n\n-\\addlegendentry{256KB};"
] | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,amsfonts}\n\\usepackage{xcolor}\n\\usepackage{pgfplots}\n\\usepackage{pgfplots}\n\\pgfplotsset{width=8cm,compat=newest}\n\\pgfplotsset{every tick label/.append style={font=\\small}}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n \\begi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,amsfonts}\n\\usepackage{xcolor}\n\\usepackage{pgfplots}\n\\usepackage{pgfplots}\n\\pgfplotsset{width=8cm,compat=newest}\n\\pgfplotsset{every tick label/.append style={font=\\small}}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n \\begi... | ||
[
30
] | vr_two_motors | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{patterns,positioning,arrows,arrows.meta,calc,shapes,pgfplots.groupplots,fit,backgrounds}
\begin{document}
\begin{tikzpicture}[squarednode/.style={rectangle, draw=black!60, very thick, minimum s... | \documentclass[tikz,border=5]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{patterns,positioning,arrows,arrows.meta,calc,shapes,pgfplots.groupplots,fit,backgrounds}
\begin{document}
\begin{tikzpicture}[squarednode/.style={rectangle, draw=black!60, very thick, minimum s... | Split the motors into two motors next to eachother(lMotor 1 and Motor 2), that are linked to the robot controller the same way motors was. update the containers accordingly | Functionnal diagram of a system with two motors. | medium | add | scientific | [
"@@ -12 +12,2 @@\n\n-\\node[ellipsenode] (motors) [left= 0.2cm of sensors] {Motors};\n+\\node[ellipsenode] (motor2) [left= 0.2cm of sensors] {Motor 2};\n+\\node[ellipsenode] (motor1) [left= 0.2cm of motor2] {Motor 1};\n@@ -17 +18 @@\n\n-\\node[dot] (e) at (-3.2,1.5) {};\n+\\node[dot] (e) at (-5.6,1.5) {};\n@@ -19 +... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8]{inputenc}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{patterns,positioning,arrows,arrows.meta,calc,shapes,pgfplots.groupplots,fit,backgrounds}\n\n\\begin{document}\n\n\\begin{tikzpicture}[squarednode/.style={rectangle, draw=black!60, v... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage[utf8]{inputenc}\n\\usepackage{xcolor}\n\\usepackage{tikz}\n\\usetikzlibrary{patterns,positioning,arrows,arrows.meta,calc,shapes,pgfplots.groupplots,fit,backgrounds}\n\n\\begin{document}\n\n\\begin{tikzpicture}[squarednode/.style={rectangle, draw=black!60, v... | ||
[
73,
21,
73
] | workflow_box_label | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{positioning}
\usetikzlibrary{fit,calc}
\begin{document}
\begin{tikzpicture}
[place/.style={draw, circle},
transition/.style={draw, minimum h... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{positioning}
\usetikzlibrary{fit,calc}
\begin{document}
\begin{tikzpicture}
[place/.style={draw, circle},
transition/.style={draw, minimum h... | Add a label k_n to each filled black rectangle on their "above right", with n=1,2,3,4 (top-left, top-right, bottom-left, bottom-right) | Workflow diagram with black boxes names from k1 to k4 | medium | add | scientific | [
"@@ -71,0 +72,4 @@\n\n+\\node (k1) [above right=2mm of int1] {$k_1$};\n+\\node (k2) [above right=2mm of int9] {$k_2$};\n+\\node (k3) [above right=2mm of loop1] {$k_3$};\n+\\node (k4) [above right=2mm of loop6] {$k_4$};",
"@@ -18 +18 @@\n\n-\\node (int1) [silent transition, right of=source] {};\n+\\node (int1) [si... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}\n\\usepackage{tikz}\n\\usepackage{tikz-qtree}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit,calc}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t[place/.style={draw, circle}, \n\t\ttransi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}\n\\usepackage{tikz}\n\\usepackage{tikz-qtree}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit,calc}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t[place/.style={draw, circle}, \n\t\ttransi... | ||
[
142,
140
] | workflow_loop_removed | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{positioning}
\usetikzlibrary{fit,calc}
\begin{document}
\begin{tikzpicture}
[place/.style={draw, circle},
transition/.style={draw, minimum h... | \documentclass[tikz,border=5]{standalone}
\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{positioning}
\usetikzlibrary{fit,calc}
\begin{document}
\begin{tikzpicture}
[place/.style={draw, circle},
transition/.style={draw, minimum h... | Remove the entire bottom section of the diagram, where the nodes f and g are. | Workflow diagram with two main branches going from left to right. | easy | remove | scientific | [
"@@ -55,13 +54,0 @@\n\n-\\node (loop3) [transition, below=2mm of c, label=above right:$f$] {};\n-\\node (loop2) [place, left of=loop3] {};\n-\\node (loop1) [silent transition, left of=loop2] {};\n-\\node (loop4) [place, right of=loop3] {};\n-\\node (loop5) [transition, below=2mm of loop3, label=above right:$g$] {};... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}\n\\usepackage{tikz}\n\\usepackage{tikz-qtree}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit,calc}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t[place/.style={draw, circle}, \n\t\ttransi... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{amsmath,amssymb,graphicx,multirow,mathabx,mathtools,shuffle}\n\\usepackage{tikz}\n\\usepackage{tikz-qtree}\n\\usetikzlibrary{positioning}\n\\usetikzlibrary{fit,calc}\n\n\\begin{document}\n\n\\begin{tikzpicture}\n\t\t[place/.style={draw, circle}, \n\t\ttransi... | ||
[
1,
7,
15
] | zoomedtriangle_centered | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc, spy}
\makeatletter
\def\pgfpointnormalised#1{
\pgf@process{#1}
\pgfmathatantwo{\the\pgf@y}{\the\pgf@x}
\let\pgf@tmp=\pgfmathresult
\pgfmathcos@{\pgf@tmp}\pgf@x=\pgfmathresult pt\relax
\pgfmathsin@{\pgf@tmp}\pgf@y=\pgfmathresult... | \documentclass[tikz,border=5]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc, spy}
% use the Mark Wibrow's correction
\makeatletter
\def\pgfpointnormalised#1{%
\pgf@process{#1}%
\pgfmathatantwo{\the\pgf@y}{\the\pgf@x}%
\let\pgf@tmp=\pgfmathresult%
\pgfmathcos@{\pgf@tmp}\pgf@x=\pgfmathresult pt\relax%
\pg... | Center the zoom at the green intersection point. | A right angled triang, with a zoom centered right on a green dot | easy | update | scientific | [
"@@ -28 +28 @@\n\n-\\spy[red] on (2.7,1.5) in node at (1,1.7);\n+\\spy[red] on (2.69,1.55) in node at (1,1.7);",
"@@ -28 +28 @@\n\n-\\spy[red] on (2.7,1.5) in node at (1,1.7);\n+\\spy[red] on ($(A)!(U)!(C)$) in node at (1,1.7);",
"@@ -21 +21,2 @@\n\n-\\draw ($(A)!(U)!(C)$) -- (U) -- ($(B)!(U)!(C)$);\n+\\coordin... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc, spy}\n\n\\makeatletter\n\\def\\pgfpointnormalised#1{\n \\pgf@process{#1}\n \\pgfmathatantwo{\\the\\pgf@y}{\\the\\pgf@x}\n \\let\\pgf@tmp=\\pgfmathresult\n \\pgfmathcos@{\\pgf@tmp}\\pgf@x=\\pgfmathresult pt\\relax\n \\pgfmat... | [
"\\documentclass[tikz,border=5]{standalone}\n\\usepackage{tikz}\n\\usetikzlibrary{calc, spy}\n\n\\makeatletter\n\\def\\pgfpointnormalised#1{\n \\pgf@process{#1}\n \\pgfmathatantwo{\\the\\pgf@y}{\\the\\pgf@x}\n \\let\\pgf@tmp=\\pgfmathresult\n \\pgfmathcos@{\\pgf@tmp}\\pgf@x=\\pgfmathresult pt\\relax\n \\pgfmat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.