Skip to content

Instantly share code, notes, and snippets.

@egeerardyn
Created July 8, 2015 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egeerardyn/ebf5490f59be684e6cc4 to your computer and use it in GitHub Desktop.
Save egeerardyn/ebf5490f59be684e6cc4 to your computer and use it in GitHub Desktop.
m2t c02a6e5 Octave380Mac
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
xtick={ 1, 2, 3, 4, 5},
xticklabels={\empty},
xlabel={one
two
three},
ymin=-1.5,
ymax= 1.5,
ytick={\empty},
ylabel style={align=center},
ylabel={one\\[1ex]$^\circ\text{ }\infty$\\[1ex]three},
axis background/.style={fill=white},
title style={align=center},
title={multline\\[1ex]title},
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot [color=mycolor1,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
1 0\\
2 1\\
3 1.5\\
4 1\\
5 -1\\
};
\addlegendentry{multi-line legends\\$\text{do work 2}^\text{2}\text{=4}$};
\addplot [color=mycolor1,dashed,mark=x,mark options={solid}]
table[row sep=crcr]{%
1 -1.5\\
2 0.5\\
3 1\\
4 0.5\\
5 -0.5\\
};
\addlegendentry{second\\plot};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
unbounded coords=jump,
xmin= 0,
xmax=6.28319,
xlabel={${\text{x-Values}}$},
xmajorgrids,
ymin=-0.9,
ymax= 0.9,
ylabel={${\text{y-Values}}$},
ymajorgrids,
axis background/.style={fill=white},
title={${\text{tikz test}}$},
legend style={at={(0.5,1.03)},anchor=south,legend columns=2,legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot [color=blue,solid]
table[row sep=crcr]{%
0 0\\
0.31 0.305059\\
0.48 0.461779\\
0.62 0.581035\\
0.74 0.674288\\
0.85 0.75128\\
0.96 0.819192\\
1.06 0.872355\\
1.15 0.912764\\
nan nan\\
1.96 0.925212\\
2.05 0.887362\\
2.15 0.836899\\
2.25 0.778073\\
2.36 0.704411\\
2.47 0.622234\\
2.6 0.515501\\
2.74 0.390885\\
2.91 0.229528\\
3.18 -0.0383979\\
3.46 -0.313054\\
3.62 -0.460366\\
3.76 -0.579738\\
3.88 -0.673111\\
3.99 -0.750228\\
4.1 -0.818277\\
4.2 -0.871576\\
4.3 -0.916166\\
nan nan\\
5.11 -0.921989\\
5.2 -0.883455\\
5.3 -0.832267\\
5.4 -0.772764\\
5.51 -0.698418\\
5.63 -0.607719\\
5.76 -0.499642\\
5.91 -0.364583\\
6.09 -0.191986\\
6.28 -0.0031853\\
};
\addlegendentry{sin(x)};
\addplot [color=red,solid]
table[row sep=crcr]{%
0.45 0.900447\\
0.54 0.857709\\
0.64 0.802096\\
0.74 0.738469\\
0.85 0.659983\\
0.97 0.5653\\
1.1 0.453596\\
1.26 0.305817\\
1.47 0.100626\\
1.91 -0.332736\\
2.07 -0.478727\\
2.21 -0.596557\\
2.33 -0.688344\\
2.44 -0.763815\\
2.54 -0.824435\\
2.64 -0.876818\\
2.73 -0.916485\\
nan nan\\
3.54 -0.92168\\
3.63 -0.883081\\
3.73 -0.831826\\
3.83 -0.772259\\
3.94 -0.697848\\
4.06 -0.607087\\
4.19 -0.498952\\
4.34 -0.363842\\
4.52 -0.191204\\
5.16 0.432813\\
5.3 0.554374\\
5.43 0.657587\\
5.54 0.736317\\
5.65 0.806147\\
5.75 0.861192\\
5.85 0.907633\\
};
\addlegendentry{cos(x)};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{1.00000,0.00000,1.00000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.735\figureHeight)},
scale only axis,
xmin= 0,
xmax= 20,
ymin= 0,
ymax= 10,
axis background/.style={fill=white},
title={setup},
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot [color=red,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
1 10\\
2 9\\
3 8\\
4 7\\
5 6\\
6 5\\
7 4\\
8 3\\
9 2\\
10 1\\
};
\addlegendentry{cross with points};
\addplot [color=green,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
1 9\\
2 9\\
3 9\\
4 9\\
5 9\\
6 9\\
7 9\\
8 9\\
9 9\\
10 9\\
11 9\\
12 9\\
13 9\\
14 9\\
15 9\\
};
\addlegendentry{no cross};
\addplot [color=blue,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
5.5 1\\
5.5 9\\
};
\addlegendentry{cross no points};
\addplot [color=mycolor1,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
1 1\\
2 1\\
2 2\\
3 2\\
3 3\\
4 3\\
4 4\\
5 4\\
5 5\\
6 5\\
6 6\\
7 6\\
7 7\\
8 7\\
8 8\\
9 8\\
9 9\\
10 9\\
10 10\\
};
\addlegendentry{stairs};
\addplot [color=black,dashed]
table[row sep=crcr]{%
2 2\\
8.5 2\\
8.5 7.5\\
2 7.5\\
2 2\\
};
\addlegendentry{zoom area};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 15,
ymin= 0,
ymax= 10,
axis background/.style={fill=white},
title={zoom in, cleanfigure, zoom out},
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot [color=red,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
3 8\\
4 7\\
5 6\\
6 5\\
7 4\\
8 3\\
9 2\\
};
\addplot [color=blue,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
5.5 1.45\\
5.5 8.05\\
};
\addplot [color=mycolor1,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
2 1.45\\
2 2\\
3 2\\
3 3\\
4 3\\
4 4\\
5 4\\
5 5\\
6 5\\
6 6\\
7 6\\
7 7\\
8 7\\
8 8\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
2 2\\
8.5 2\\
8.5 7.5\\
2 7.5\\
2 2\\
};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.368\figureHeight)},
scale only axis,
xmin= 2,
xmax= 8.5,
ymin= 2,
ymax= 7.5,
axis background/.style={fill=white},
title={zoom in},
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot [color=red,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
3 8\\
4 7\\
5 6\\
6 5\\
7 4\\
8 3\\
9 2\\
};
\addplot [color=blue,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
5.5 1.45\\
5.5 8.05\\
};
\addplot [color=mycolor1,solid,mark=asterisk,mark options={solid},forget plot]
table[row sep=crcr]{%
2 1.45\\
2 2\\
3 2\\
3 3\\
4 3\\
4 4\\
5 4\\
5 5\\
6 5\\
6 6\\
7 6\\
7 7\\
8 7\\
8 8\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{1.00000,0.00000,1.00000}%
\definecolor{mycolor2}{rgb}{0.53175,1.00000,0.46825}%
\definecolor{mycolor3}{rgb}{0.00000,1.00000,1.00000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
point meta min= 0,
point meta max= 1,
xmin=-6.25,
xmax=6.25,
xtick={-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5},
ymin= 0,
ymax= 100,
axis background/.style={fill=white}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,fill=mycolor1,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
-6.0625 0\\
-6.0625 42\\
-5.1875 42\\
-5.1875 0\\
-5.0625 0\\
-5.0625 76\\
-4.1875 76\\
-4.1875 0\\
-4.0625 0\\
-4.0625 96\\
-3.1875 96\\
-3.1875 0\\
-3.0625 0\\
-3.0625 99\\
-2.1875 99\\
-2.1875 0\\
-2.0625 0\\
-2.0625 83\\
-1.1875 83\\
-1.1875 0\\
-1.0625 0\\
-1.0625 51\\
-0.1875 51\\
-0.1875 0\\
-0.0625 0\\
-0.0625 11\\
0.8125 11\\
0.8125 0\\
0.9375 0\\
0.9375 32\\
1.8125 32\\
1.8125 0\\
1.9375 0\\
1.9375 69\\
2.8125 69\\
2.8125 0\\
2.9375 0\\
2.9375 93\\
3.8125 93\\
3.8125 0\\
3.9375 0\\
3.9375 100\\
4.8125 100\\
4.8125 0\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
-6.25 0\\
6.25 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor2,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
-5.4375 0\\
-5.4375 100\\
-4.5625 100\\
-4.5625 0\\
-4.4375 0\\
-4.4375 1\\
-3.5625 1\\
-3.5625 0\\
-3.4375 0\\
-3.4375 100\\
-2.5625 100\\
-2.5625 0\\
-2.4375 0\\
-2.4375 2\\
-1.5625 2\\
-1.5625 0\\
-1.4375 0\\
-1.4375 100\\
-0.5625 100\\
-0.5625 0\\
-0.4375 0\\
-0.4375 3\\
0.4375 3\\
0.4375 0\\
0.5625 0\\
0.5625 100\\
1.4375 100\\
1.4375 0\\
1.5625 0\\
1.5625 4\\
2.4375 4\\
2.4375 0\\
2.5625 0\\
2.5625 100\\
3.4375 100\\
3.4375 0\\
3.5625 0\\
3.5625 4\\
4.4375 4\\
4.4375 0\\
4.5625 0\\
4.5625 100\\
5.4375 100\\
5.4375 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!red,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
-4.8125 0\\
-4.8125 66\\
-3.9375 66\\
-3.9375 0\\
-3.8125 0\\
-3.8125 99\\
-2.9375 99\\
-2.9375 0\\
-2.8125 0\\
-2.8125 84\\
-1.9375 84\\
-1.9375 0\\
-1.8125 0\\
-1.8125 27\\
-0.9375 27\\
-0.9375 0\\
-0.8125 0\\
-0.8125 43\\
0.0625 43\\
0.0625 0\\
0.1875 0\\
0.1875 92\\
1.0625 92\\
1.0625 0\\
1.1875 0\\
1.1875 95\\
2.0625 95\\
2.0625 0\\
2.1875 0\\
2.1875 52\\
3.0625 52\\
3.0625 0\\
3.1875 0\\
3.1875 17\\
4.0625 17\\
4.0625 0\\
4.1875 0\\
4.1875 77\\
5.0625 77\\
5.0625 0\\
5.1875 0\\
5.1875 100\\
6.0625 100\\
6.0625 0\\
};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0.54\figureWidth,0.581\figureHeight)},
scale only axis,
point meta min= 0,
point meta max= 1,
xmin= 0,
xmax= 100,
ymin= -6,
ymax= 6,
ytick={-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5},
axis background/.style={fill=white}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!blue,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
0 -5.8125\\
42 -5.8125\\
42 -5.18417\\
0 -5.18417\\
0 -4.8125\\
76 -4.8125\\
76 -4.18417\\
0 -4.18417\\
0 -3.8125\\
96 -3.8125\\
96 -3.18417\\
0 -3.18417\\
0 -2.8125\\
99 -2.8125\\
99 -2.18417\\
0 -2.18417\\
0 -1.8125\\
83 -1.8125\\
83 -1.18417\\
0 -1.18417\\
0 -0.8125\\
51 -0.8125\\
51 -0.184167\\
0 -0.184167\\
0 0.1875\\
11 0.1875\\
11 0.815833\\
0 0.815833\\
0 1.1875\\
32 1.1875\\
32 1.81583\\
0 1.81583\\
0 2.1875\\
69 2.1875\\
69 2.81583\\
0 2.81583\\
0 3.1875\\
93 3.1875\\
93 3.81583\\
0 3.81583\\
0 4.1875\\
100 4.1875\\
100 4.81583\\
0 4.81583\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
100 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor2,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
0 -5.31417\\
100 -5.31417\\
100 -4.68583\\
0 -4.68583\\
0 -4.31417\\
1 -4.31417\\
1 -3.68583\\
0 -3.68583\\
0 -3.31417\\
100 -3.31417\\
100 -2.68583\\
0 -2.68583\\
0 -2.31417\\
2 -2.31417\\
2 -1.68583\\
0 -1.68583\\
0 -1.31417\\
100 -1.31417\\
100 -0.685833\\
0 -0.685833\\
0 -0.314167\\
3 -0.314167\\
3 0.314167\\
0 0.314167\\
0 0.685833\\
100 0.685833\\
100 1.31417\\
0 1.31417\\
0 1.68583\\
4 1.68583\\
4 2.31417\\
0 2.31417\\
0 2.68583\\
100 2.68583\\
100 3.31417\\
0 3.31417\\
0 3.68583\\
4 3.68583\\
4 4.31417\\
0 4.31417\\
0 4.68583\\
100 4.68583\\
100 5.31417\\
0 5.31417\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!red,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
40 41 42 43\\
}]
table[row sep=crcr] {%
x y\\
0 -4.81583\\
66 -4.81583\\
66 -4.1875\\
0 -4.1875\\
0 -3.81583\\
99 -3.81583\\
99 -3.1875\\
0 -3.1875\\
0 -2.81583\\
84 -2.81583\\
84 -2.1875\\
0 -2.1875\\
0 -1.81583\\
27 -1.81583\\
27 -1.1875\\
0 -1.1875\\
0 -0.815833\\
43 -0.815833\\
43 -0.1875\\
0 -0.1875\\
0 0.184167\\
92 0.184167\\
92 0.8125\\
0 0.8125\\
0 1.18417\\
95 1.18417\\
95 1.8125\\
0 1.8125\\
0 2.18417\\
52 2.18417\\
52 2.8125\\
0 2.8125\\
0 3.18417\\
17 3.18417\\
17 3.8125\\
0 3.8125\\
0 4.18417\\
77 4.18417\\
77 4.8125\\
0 4.8125\\
0 5.18417\\
100 5.18417\\
100 5.8125\\
0 5.8125\\
};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
point meta min= 0,
point meta max= 1,
xmin= 0,
xmax= 6,
xtick={1, 2, 3, 4, 5},
ymin= 0,
ymax= 20,
axis background/.style={fill=white}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!blue,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 0\\
0.6 1\\
1.4 1\\
1.4 0\\
1.6 0\\
1.6 1\\
2.4 1\\
2.4 0\\
2.6 0\\
2.6 1\\
3.4 1\\
3.4 0\\
3.6 0\\
3.6 4\\
4.4 4\\
4.4 0\\
4.6 0\\
4.6 4\\
5.4 4\\
5.4 0\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
6 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor2,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 1\\
0.6 2\\
1.4 2\\
1.4 1\\
1.6 1\\
1.6 3\\
2.4 3\\
2.4 1\\
2.6 1\\
2.6 2\\
3.4 2\\
3.4 1\\
3.6 4\\
3.6 9\\
4.4 9\\
4.4 4\\
4.6 4\\
4.6 9\\
5.4 9\\
5.4 4\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!red,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 2\\
0.6 3\\
1.4 3\\
1.4 2\\
1.6 3\\
1.6 5\\
2.4 5\\
2.4 3\\
2.6 2\\
2.6 3\\
3.4 3\\
3.4 2\\
3.6 9\\
3.6 16\\
4.4 16\\
4.4 9\\
4.6 9\\
4.6 17\\
5.4 17\\
5.4 9\\
};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0.54\figureWidth,0\figureHeight)},
scale only axis,
point meta min= 0,
point meta max= 1,
xmin= 0,
xmax= 20,
ymin= 0,
ymax= 6,
ytick={1, 2, 3, 4, 5},
axis background/.style={fill=white}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,fill=mycolor3,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0 0.625\\
1 0.625\\
1 1.375\\
0 1.375\\
0 1.625\\
1 1.625\\
1 2.375\\
0 2.375\\
0 2.625\\
1 2.625\\
1 3.375\\
0 3.375\\
0 3.625\\
4 3.625\\
4 4.375\\
0 4.375\\
0 4.625\\
4 4.625\\
4 5.375\\
0 5.375\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
20 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor2,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
1 0.625\\
2 0.625\\
2 1.375\\
1 1.375\\
1 1.625\\
3 1.625\\
3 2.375\\
1 2.375\\
1 2.625\\
2 2.625\\
2 3.375\\
1 3.375\\
4 3.625\\
9 3.625\\
9 4.375\\
4 4.375\\
4 4.625\\
9 4.625\\
9 5.375\\
4 5.375\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!red,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
2 0.625\\
3 0.625\\
3 1.375\\
2 1.375\\
3 1.625\\
5 1.625\\
5 2.375\\
3 2.375\\
2 2.625\\
3 2.625\\
3 3.375\\
2 3.375\\
9 3.625\\
16 3.625\\
16 4.375\\
9 4.375\\
9 4.625\\
17 4.625\\
17 5.375\\
9 5.375\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
ymin= -1,
ymax= 1,
axis background/.style={fill=white}
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.989358\\
4 0.920026\\
5 -0.61604\\
};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0.54\figureWidth,0.581\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
ymin=-0.4,
ymax= 0.8,
axis background/.style={fill=white}
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.540302\\
2 -0.1455\\
3 -0.292139\\
4 0.391857\\
5 0.787715\\
};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
ymin= -4,
ymax= 2,
axis background/.style={fill=white}
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 1.55741\\
2 -2.18504\\
3 -0.142547\\
4 1.15782\\
5 -3.38052\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=0.65\figureHeight,
at={(0\figureWidth,0.35\figureHeight)},
scale only axis,
xmin= 0,
xmax= 14,
xlabel={Time/s},
ymin=-1.5,
ymax= 1.5,
ylabel={Voltage/V},
axis background/.style={fill=white},
title={Time traces},
legend style={legend cell align=left,align=left,legend plot pos=left,fill=none,draw=none}
]
\addplot [color=blue,solid]
table[row sep=crcr]{%
0 0\\
0.125664 0.210833\\
0.251327 0.330644\\
0.376991 0.387485\\
0.502655 0.546239\\
0.628319 0.636253\\
0.753982 0.754827\\
0.879646 0.769157\\
1.00531 0.811141\\
1.13097 1.00316\\
1.25664 0.861151\\
1.3823 0.882287\\
1.50796 1.00045\\
1.63363 0.947451\\
1.75929 0.987708\\
1.88496 0.852309\\
2.01062 1.00247\\
2.13628 0.932243\\
2.26195 0.837259\\
2.38761 0.637964\\
2.51327 0.490698\\
2.63894 0.469581\\
2.7646 0.368694\\
2.89027 0.331732\\
3.01593 0.115641\\
3.14159 0.00834204\\
3.26726 -0.210572\\
3.39292 -0.256032\\
3.51858 -0.346601\\
3.64425 -0.382472\\
3.76991 -0.528571\\
3.89557 -0.763316\\
4.02124 -0.846992\\
4.1469 -0.94432\\
4.27257 -0.813357\\
4.39823 -0.984307\\
4.52389 -0.960618\\
4.64956 -0.967074\\
4.77522 -0.904704\\
4.90088 -0.882467\\
5.02655 -1.03342\\
5.15221 -0.834094\\
5.27788 -0.797433\\
5.40354 -0.866343\\
5.5292 -0.682269\\
5.65487 -0.602228\\
5.78053 -0.551928\\
5.90619 -0.402459\\
6.03186 -0.286552\\
6.15752 -0.186989\\
6.28319 -0.032789\\
6.40885 0.101368\\
6.53451 0.167902\\
6.66018 0.375319\\
6.78584 0.510727\\
6.9115 0.487849\\
7.03717 0.760834\\
7.16283 0.864409\\
7.28849 0.798178\\
7.41416 0.993418\\
7.53982 1.00807\\
7.66549 1.06452\\
7.79115 0.951263\\
7.91681 0.908986\\
8.04248 1.01575\\
8.16814 0.887384\\
8.2938 0.909951\\
8.41947 0.74917\\
8.54513 0.870078\\
8.6708 0.741509\\
8.79646 0.685484\\
8.92212 0.386344\\
9.04779 0.291455\\
9.17345 0.154846\\
9.29911 0.220504\\
9.42478 0.068285\\
9.55044 -0.0258407\\
9.67611 -0.348447\\
9.80177 -0.391891\\
9.92743 -0.567484\\
10.0531 -0.521131\\
10.1788 -0.745969\\
10.3044 -0.770637\\
10.4301 -0.802497\\
10.5558 -0.812021\\
10.6814 -0.852159\\
10.8071 -1.07394\\
10.9327 -0.950831\\
11.0584 -0.988926\\
11.1841 -1.0527\\
11.3097 -1.00584\\
11.4354 -0.97997\\
11.5611 -0.841307\\
11.6867 -0.865762\\
11.8124 -0.783124\\
11.9381 -0.544108\\
12.0637 -0.581738\\
12.1894 -0.468122\\
12.315 -0.202145\\
12.4407 -0.224669\\
12.5664 -0.0972627\\
};
\addlegendentry{$\text{Mean V(t)}_\text{A}\text{ (}\sigma\text{ }\approx\text{ 0.7152)}$};
\addplot [color=red,solid]
table[row sep=crcr]{%
0 0.15\\
0.125664 0.121899\\
0.251327 0.235203\\
0.376991 0.502681\\
0.502655 0.432114\\
0.628319 0.515767\\
0.753982 0.758825\\
0.879646 0.661153\\
1.00531 0.728706\\
1.13097 0.854787\\
1.25664 0.866822\\
1.3823 0.935941\\
1.50796 0.84845\\
1.63363 1.03469\\
1.75929 1.03565\\
1.88496 0.926382\\
2.01062 0.894552\\
2.13628 0.775385\\
2.26195 0.835609\\
2.38761 0.599199\\
2.51327 0.579277\\
2.63894 0.409289\\
2.7646 0.504571\\
2.89027 0.348219\\
3.01593 0.273292\\
3.14159 -0.0496514\\
3.26726 -0.129195\\
3.39292 -0.304605\\
3.51858 -0.23402\\
3.64425 -0.442999\\
3.76991 -0.491751\\
3.89557 -0.743015\\
4.02124 -0.715454\\
4.1469 -0.864335\\
4.39823 -1.08582\\
4.52389 -1.1264\\
4.64956 -0.952543\\
4.77522 -1.08356\\
4.90088 -1.02278\\
5.02655 -0.934795\\
5.15221 -0.866009\\
5.27788 -0.777295\\
5.40354 -0.808459\\
5.5292 -0.581434\\
5.65487 -0.473383\\
5.78053 -0.526205\\
5.90619 -0.237755\\
6.03186 -0.112319\\
6.15752 -0.155635\\
6.28319 0.144472\\
6.40885 0.270848\\
6.53451 0.233571\\
6.66018 0.504314\\
6.78584 0.604256\\
6.9115 0.606795\\
7.03717 0.752342\\
7.16283 0.795548\\
7.28849 0.911753\\
7.41416 0.82657\\
7.53982 0.828454\\
7.66549 0.992699\\
7.79115 0.860029\\
7.91681 0.902904\\
8.04248 0.841565\\
8.16814 0.987715\\
8.2938 0.972824\\
8.41947 0.853779\\
8.54513 0.751822\\
8.6708 0.605496\\
8.79646 0.624566\\
8.92212 0.478595\\
9.04779 0.468774\\
9.17345 0.257961\\
9.29911 0.204461\\
9.42478 -0.0230559\\
9.55044 -0.0668421\\
9.67611 -0.197903\\
9.80177 -0.234542\\
9.92743 -0.403481\\
10.0531 -0.646882\\
10.3044 -0.879882\\
10.4301 -0.774786\\
10.5558 -0.97394\\
10.6814 -0.976697\\
10.8071 -0.98877\\
10.9327 -0.95947\\
11.0584 -0.948047\\
11.1841 -1.09978\\
11.3097 -0.907846\\
11.4354 -0.870716\\
11.5611 -0.965571\\
11.6867 -0.749425\\
11.8124 -0.664599\\
11.9381 -0.662292\\
12.0637 -0.453204\\
12.1894 -0.330989\\
12.315 -0.293382\\
12.4407 -0.0653957\\
12.5664 0.0732374\\
};
\addlegendentry{$\text{Mean V(t)}_\text{B}\text{ (}\sigma\text{ }\approx\text{ 0.7058)}$};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.301\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 14,
xlabel={Time/s},
ymin=-0.2,
ymax= 0.2,
ylabel={$\Delta\text{ V}$},
axis background/.style={fill=white},
title={Differential time traces},
legend style={legend cell align=left,align=left,legend plot pos=left,fill=none,draw=none}
]
\addplot [color=black,solid]
table[row sep=crcr]{%
0 0.15\\
0.125664 -0.0889337\\
0.251327 -0.0954409\\
0.376991 0.115196\\
0.502655 -0.114125\\
0.628319 -0.120486\\
0.753982 0.00399756\\
0.879646 -0.108004\\
1.00531 -0.0824352\\
1.13097 -0.148375\\
1.25664 0.00567164\\
1.3823 0.0536535\\
1.50796 -0.152003\\
1.63363 0.0872378\\
1.75929 0.0479434\\
1.88496 0.0740735\\
2.01062 -0.107915\\
2.13628 -0.156858\\
2.26195 -0.00165057\\
2.38761 -0.0387646\\
2.51327 0.0885789\\
2.63894 -0.0602927\\
2.7646 0.135877\\
2.89027 0.0164874\\
3.01593 0.157651\\
3.14159 -0.0579935\\
3.26726 0.0813769\\
3.39292 -0.0485726\\
3.51858 0.112581\\
3.64425 -0.0605271\\
3.76991 0.0368196\\
3.89557 0.0203016\\
4.02124 0.131538\\
4.1469 0.0799843\\
4.27257 -0.163755\\
4.39823 -0.10151\\
4.52389 -0.165782\\
4.64956 0.0145311\\
4.77522 -0.178857\\
4.90088 -0.140313\\
5.02655 0.0986248\\
5.15221 -0.031915\\
5.27788 0.0201383\\
5.40354 0.0578845\\
5.5292 0.100835\\
5.65487 0.128845\\
5.78053 0.0257232\\
5.90619 0.164704\\
6.03186 0.174232\\
6.15752 0.031354\\
6.28319 0.177261\\
6.40885 0.16948\\
6.53451 0.0656687\\
6.66018 0.128995\\
6.78584 0.0935283\\
6.9115 0.118947\\
7.03717 -0.00849212\\
7.16283 -0.0688602\\
7.28849 0.113575\\
7.41416 -0.166848\\
7.53982 -0.179621\\
7.66549 -0.0718211\\
7.79115 -0.0912338\\
7.91681 -0.00608235\\
8.04248 -0.174189\\
8.16814 0.100331\\
8.2938 0.0628735\\
8.41947 0.104609\\
8.54513 -0.118256\\
8.6708 -0.136013\\
8.79646 -0.0609176\\
8.92212 0.0922512\\
9.04779 0.177319\\
9.17345 0.103116\\
9.29911 -0.016043\\
9.42478 -0.0913409\\
9.55044 -0.0410014\\
9.67611 0.150544\\
9.92743 0.164003\\
10.0531 -0.12575\\
10.1788 -0.0143528\\
10.3044 -0.109245\\
10.4301 0.0277111\\
10.5558 -0.16192\\
10.6814 -0.124538\\
10.8071 0.0851661\\
10.9327 -0.00863919\\
11.0584 0.0408786\\
11.1841 -0.0470754\\
11.3097 0.09799\\
11.4354 0.109253\\
11.5611 -0.124264\\
11.6867 0.116337\\
11.8124 0.118526\\
11.9381 -0.118184\\
12.0637 0.128534\\
12.1894 0.137133\\
12.315 -0.091237\\
12.4407 0.159273\\
12.5664 0.1705\\
};
\addlegendentry{$\Delta\text{ V(t)}$};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 10,
tick align=outside,
xmajorgrids,
ymin= 0,
ymax= 20,
ymajorgrids,
zmode=log,
zmin= 1,
zmax= 100,
zmajorgrids,
view={-37.5}{ 30},
axis background/.style={fill=white},
axis x line*=bottom,
axis y line*=left,
axis z line*=left,
legend style={at={(1.03,1)},anchor=north west,legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot3[%
surf,
shader=flat corner,draw=black,z buffer=sort,colormap/jet,mesh/rows=10]
table[row sep=crcr, point meta=\thisrow{c}] {%
%
x y z c\\
1 1 2 2\\
1 2 1.71592 1.71592\\
1 3 1 1\\
1 4 1.7936 1.7936\\
1 5 2.23607 2.23607\\
1 6 2 2\\
1 7 1 1\\
1 8 2.55754 2.55754\\
1 9 4.23607 4.23607\\
1 10 5.52015 5.52015\\
1 11 16 16\\
1 12 5.52015 5.52015\\
1 13 4.23607 4.23607\\
1 14 2.55754 2.55754\\
1 15 1 1\\
1 16 2 2\\
1 17 2.23607 2.23607\\
1 18 1.7936 1.7936\\
1 19 1 1\\
1 20 1.71592 1.71592\\
2 1 1 1\\
2 2 1 1\\
2 3 1 1\\
2 4 1 1\\
2 5 1 1\\
2 6 1 1\\
2 7 1 1\\
2 8 1 1\\
2 9 1 1\\
2 10 1 1\\
2 11 1 1\\
2 12 1 1\\
2 13 1 1\\
2 14 1 1\\
2 15 1 1\\
2 16 1 1\\
2 17 1 1\\
2 18 1 1\\
2 19 1 1\\
2 20 1 1\\
3 1 2.23607 2.23607\\
3 2 1.88493 1.88493\\
3 3 1 1\\
3 4 1.98095 1.98095\\
3 5 2.52786 2.52786\\
3 6 2.23607 2.23607\\
3 7 1 1\\
3 8 2.92522 2.92522\\
3 9 5 5\\
3 10 6.58721 6.58721\\
3 11 19.541 19.541\\
3 12 6.58721 6.58721\\
3 13 5 5\\
3 14 2.92522 2.92522\\
3 15 1 1\\
3 16 2.23607 2.23607\\
3 17 2.52786 2.52786\\
3 18 1.98095 1.98095\\
3 19 1 1\\
3 20 1.88493 1.88493\\
4 1 1 1\\
4 2 1 1\\
4 3 1 1\\
4 4 1 1\\
4 5 1 1\\
4 6 1 1\\
4 7 1 1\\
4 8 1 1\\
4 9 1 1\\
4 10 1 1\\
4 11 1 1\\
4 12 1 1\\
4 13 1 1\\
4 14 1 1\\
4 15 1 1\\
4 16 1 1\\
4 17 1 1\\
4 18 1 1\\
4 19 1 1\\
4 20 1 1\\
5 1 4.23607 4.23607\\
5 2 3.31677 3.31677\\
5 3 1 1\\
5 4 3.56816 3.56816\\
5 5 5 5\\
5 6 4.23607 4.23607\\
5 7 1 1\\
5 8 6.04029 6.04029\\
5 9 11.4721 11.4721\\
5 10 15.6275 15.6275\\
5 11 49.541 49.541\\
5 12 15.6275 15.6275\\
5 13 11.4721 11.4721\\
5 14 6.04029 6.04029\\
5 15 1 1\\
5 16 4.23607 4.23607\\
5 17 5 5\\
5 18 3.56816 3.56816\\
5 19 1 1\\
5 20 3.31677 3.31677\\
6 1 6 6\\
6 2 4.5796 4.5796\\
6 3 1 1\\
6 4 4.96802 4.96802\\
6 5 7.18034 7.18034\\
6 6 6 6\\
6 7 1 1\\
6 8 8.78768 8.78768\\
6 9 17.1803 17.1803\\
6 10 23.6007 23.6007\\
6 11 76 76\\
6 12 23.6007 23.6007\\
6 13 17.1803 17.1803\\
6 14 8.78768 8.78768\\
6 15 1 1\\
6 16 6 6\\
6 17 7.18034 7.18034\\
6 18 4.96802 4.96802\\
6 19 1 1\\
6 20 4.5796 4.5796\\
7 1 4.23607 4.23607\\
7 2 3.31677 3.31677\\
7 3 1 1\\
7 4 3.56816 3.56816\\
7 5 5 5\\
7 6 4.23607 4.23607\\
7 7 1 1\\
7 8 6.04029 6.04029\\
7 9 11.4721 11.4721\\
7 10 15.6275 15.6275\\
7 11 49.541 49.541\\
7 12 15.6275 15.6275\\
7 13 11.4721 11.4721\\
7 14 6.04029 6.04029\\
7 15 1 1\\
7 16 4.23607 4.23607\\
7 17 5 5\\
7 18 3.56816 3.56816\\
7 19 1 1\\
7 20 3.31677 3.31677\\
8 1 1 1\\
8 2 1 1\\
8 3 1 1\\
8 4 1 1\\
8 5 1 1\\
8 6 1 1\\
8 7 1 1\\
8 8 1 1\\
8 9 1 1\\
8 10 1 1\\
8 11 1 1\\
8 12 1 1\\
8 13 1 1\\
8 14 1 1\\
8 15 1 1\\
8 16 1 1\\
8 17 1 1\\
8 18 1 1\\
8 19 1 1\\
8 20 1 1\\
9 1 2.23607 2.23607\\
9 2 1.88493 1.88493\\
9 3 1 1\\
9 4 1.98095 1.98095\\
9 5 2.52786 2.52786\\
9 6 2.23607 2.23607\\
9 7 1 1\\
9 8 2.92522 2.92522\\
9 9 5 5\\
9 10 6.58721 6.58721\\
9 11 19.541 19.541\\
9 12 6.58721 6.58721\\
9 13 5 5\\
9 14 2.92522 2.92522\\
9 15 1 1\\
9 16 2.23607 2.23607\\
9 17 2.52786 2.52786\\
9 18 1.98095 1.98095\\
9 19 1 1\\
9 20 1.88493 1.88493\\
10 1 1 1\\
10 2 1 1\\
10 3 1 1\\
10 4 1 1\\
10 5 1 1\\
10 6 1 1\\
10 7 1 1\\
10 8 1 1\\
10 9 1 1\\
10 10 1 1\\
10 11 1 1\\
10 12 1 1\\
10 13 1 1\\
10 14 1 1\\
10 15 1 1\\
10 16 1 1\\
10 17 1 1\\
10 18 1 1\\
10 19 1 1\\
10 20 1 1\\
};
\addlegendentry{legendary};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= -4,
xmax= 4,
xtick={-3.14159,-1.5708, 0,1.5708,3.14159},
xticklabels={{-pi},{-pi/2},{0},{pi/2},{pi}},
xlabel={$\text{-}\pi\text{ }\leq\text{ }\Theta\text{ }\leq\text{ }\pi$},
ymin= -1,
ymax= 1,
ylabel={$\text{sin(}\Theta\text{)}$},
axis background/.style={fill=white},
title style={align=center},
title={$\text{Plot of sin(}\Theta\text{)}$\\[1ex]subtitle\\[1ex]and here's one really long subtitle}
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
-3.14159 -1.22465e-16\\
-2.84159 -0.29552\\
-2.64159 -0.479426\\
-2.54159 -0.564642\\
-2.44159 -0.644218\\
-2.34159 -0.717356\\
-2.24159 -0.783327\\
-2.14159 -0.841471\\
-2.04159 -0.891207\\
-1.94159 -0.932039\\
-1.84159 -0.963558\\
-1.74159 -0.98545\\
-1.64159 -0.997495\\
-1.54159 -0.999574\\
-1.44159 -0.991665\\
-1.34159 -0.973848\\
-1.24159 -0.9463\\
-1.14159 -0.909297\\
-1.04159 -0.863209\\
-0.941593 -0.808496\\
-0.841593 -0.745705\\
-0.741593 -0.675463\\
-0.641593 -0.598472\\
-0.441593 -0.42738\\
-0.241593 -0.239249\\
0.458407 0.44252\\
0.658407 0.611858\\
0.758407 0.687766\\
0.858407 0.756802\\
0.958407 0.818277\\
1.05841 0.871576\\
1.15841 0.916166\\
1.25841 0.951602\\
1.35841 0.97753\\
1.45841 0.993691\\
1.55841 0.999923\\
1.65841 0.996165\\
1.75841 0.982453\\
1.85841 0.958924\\
1.95841 0.925815\\
2.05841 0.883455\\
2.15841 0.832267\\
2.25841 0.772764\\
2.35841 0.70554\\
2.45841 0.631267\\
2.55841 0.550686\\
2.75841 0.373877\\
2.95841 0.182163\\
3.05841 0.0830894\\
};
\node[right, align=left, text=black]
at (axis cs:-0.785,-0.707) {$\leftarrow\text{ sin(-}\pi\div\text{4)}$};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
point meta min= 0,
point meta max= 1,
xmin= 0,
xmax= 300,
ymin= 0,
ymax= 40,
axis background/.style={fill=white}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!blue,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
20 21 22 23\\
24 25 26 27\\
28 29 30 31\\
32 33 34 35\\
36 37 38 39\\
}]
table[row sep=crcr] {%
x y\\
9.5 0\\
9.5 37\\
29.5 37\\
29.5 0\\
34.5 0\\
34.5 15\\
54.5 15\\
54.5 0\\
59.5 0\\
59.5 8\\
79.5 8\\
79.5 0\\
84.5 0\\
84.5 3\\
104.5 3\\
104.5 0\\
109.5 0\\
109.5 3\\
129.5 3\\
129.5 0\\
134.5 0\\
134.5 3\\
154.5 3\\
154.5 0\\
159.5 0\\
159.5 1\\
179.5 1\\
179.5 0\\
184.5 0\\
184.5 1\\
204.5 1\\
204.5 0\\
209.5 0\\
209.5 0\\
229.5 0\\
229.5 0\\
234.5 0\\
234.5 1\\
254.5 1\\
254.5 0\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
300 0\\
};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
48.0417 0\\
48.0417 40\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
ymin= 0,
ymax= 1,
axis background/.style={fill=white},
title={$\text{Random TeX symbols \textbackslash\{\}\_\textasciicircum\$\%\#}$}
]
\node[right, align=left, text=black]
at (axis cs:0.05,0.9) {$\theta{\text{E}^{\leftarrow\text{,}}\Sigma\emptyset\text{HFz}^\neq\text{.}\forall\propto{}_{\Theta\rceil\text{n}_\cup\Rightarrow\circ\text{\$}}}$};
\node[right, align=left, text=black]
at (axis cs:0.05,0.7) {$^\text{\#}\text{t\_}\copyright\text{87rD}_\clubsuit\exists\Xi\text{y}\subset\wedge\emptyset\text{d}\geq\text{61}\pi$};
\node[right, align=left, text=black]
at (axis cs:0.05,0.5) {$\sl\text{T}_\text{~}\diamondsuit\text{(}{\text{"F}_\mid\ast{}^\text{w}{{\Psi\text{?a}}\Theta\text{"}^\Re}\text{P}\supseteq}\text{\S}\Omega$};
\node[right, align=left, text=black]
at (axis cs:0.05,0.3) {$\heartsuit\text{"}\Leftarrow{}_\text{\S}\lfloor{}^\Re\cup\div\otimes\text{NtEp}\theta\Delta\text{k}{\text{\S}}{\wedge\text{\textasciitilde}}\text{\{}$};
\node[right, align=left, text=black]
at (axis cs:0.05,0.1) {$\text{iy}{\text{J}_\text{R}\text{B}\equiv{\text{2}\copyright{}_\text{K}\oslash\pm\text{)}_\text{Z}\ast\text{j}}\geq{}^\text{h}\chi}\text{+a}$};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.00000,0.11111,0.94444}%
\definecolor{mycolor2}{rgb}{0.00000,0.22222,0.88889}%
\definecolor{mycolor3}{rgb}{0.00000,0.33333,0.83333}%
\definecolor{mycolor4}{rgb}{0.00000,0.44444,0.77778}%
\definecolor{mycolor5}{rgb}{0.00000,0.55556,0.72222}%
\definecolor{mycolor6}{rgb}{0.00000,0.66667,0.66667}%
\definecolor{mycolor7}{rgb}{0.00000,0.77778,0.61111}%
\definecolor{mycolor8}{rgb}{0.00000,0.88889,0.55556}%
\definecolor{mycolor9}{rgb}{0.00000,1.00000,0.50000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 20,
ymin= 1,
ymax= 20,
ytick={\empty},
axis background/.style={fill=white}
]
\addplot[area legend,solid,draw=blue,forget plot]
table[row sep=crcr] {%
x y\\
9.91921 5\\
10 4.87043\\
11 4.28975\\
12 4.58999\\
12.3945 5\\
12.2778 6\\
12 6.20556\\
11 6.23755\\
10.5546 6\\
10 5.15896\\
}--cycle;
\addplot[area legend,solid,draw=mycolor1,forget plot]
table[row sep=crcr] {%
x y\\
9.90354 4\\
10 3.93067\\
11 3.66474\\
12 3.87162\\
12.2069 4\\
13 4.83813\\
13.1001 5\\
13 5.99181\\
12.9991 6\\
12 6.7392\\
11 6.65689\\
10 6.11051\\
9.84285 6\\
9.31334 5\\
}--cycle;
\addplot[area legend,solid,draw=mycolor2,forget plot]
table[row sep=crcr] {%
x y\\
8.97868 4\\
9 3.97585\\
10 3.26581\\
11 3.09848\\
12 3.24193\\
13 3.80203\\
13.2117 4\\
13.763 5\\
13.6284 6\\
13 6.69562\\
12.5392 7\\
12 7.25244\\
11 7.07704\\
10.8829 7\\
10 6.48572\\
9.30927 6\\
9 5.45445\\
8.68115 5\\
}--cycle;
\addplot[area legend,solid,draw=mycolor2,forget plot]
table[row sep=crcr] {%
x y\\
5.42477 11\\
6 10.1746\\
6.95067 11\\
6.42816 12\\
6 12.1091\\
5.85301 12\\
}--cycle;
\addplot[area legend,solid,draw=mycolor3,forget plot]
table[row sep=crcr] {%
x y\\
8.88281 3\\
9 2.90427\\
10 2.40663\\
11 2.28259\\
12 2.39648\\
13 2.83678\\
13.2234 3\\
14 3.68233\\
14.2647 4\\
14.6279 5\\
14.3949 6\\
14 6.37683\\
13.454 7\\
13 7.33095\\
12 7.74619\\
11 7.50089\\
10.2388 7\\
10 6.86093\\
9 6.17764\\
8.69458 6\\
8.02077 5\\
8.05718 4\\
}--cycle;
\addplot[area legend,solid,draw=mycolor3,forget plot]
table[row sep=crcr] {%
x y\\
4.23242 10\\
5 9.0756\\
6 9.06307\\
7 9.79183\\
7.16059 10\\
7.67812 11\\
7.78717 12\\
7.01354 13\\
7 13.0101\\
6 13.2999\\
5.08931 13\\
5 12.9449\\
4.31231 12\\
4.10659 11\\
}--cycle;
\addplot[area legend,solid,draw=mycolor4,forget plot]
table[row sep=crcr] {%
x y\\
7.35699 1\\
7 1.29058\\
6.42104 2\\
6.08891 3\\
6.09991 4\\
6.55098 5\\
7 5.20808\\
7.91035 6\\
8 6.02843\\
9 6.60022\\
9.60052 7\\
10 7.26219\\
11 7.92474\\
11.2676 8\\
12 8.58886\\
12.7787 8\\
13 7.91882\\
14 7.23347\\
14.4648 7\\
15 6.50061\\
15.9167 6\\
16 5.8081\\
16.9549 5\\
17 4.55679\\
17.2714 4\\
17 3.37445\\
16.9239 3\\
16.2888 2\\
16 1.69828\\
15.1313 1\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor4,forget plot]
table[row sep=crcr] {%
x y\\
1 9.99624\\
1.10698 9\\
1.46033 8\\
2 7.38238\\
2.51857 7\\
3 6.76139\\
4 6.82142\\
4.1398 7\\
5 7.242\\
5.8648 8\\
6 8.04785\\
6.97786 9\\
7 9.01646\\
7.75875 10\\
8 10.4303\\
8.38897 11\\
8.65595 12\\
8.00412 13\\
8 13.0027\\
7 13.7462\\
6.46944 14\\
6 14.4038\\
5 14.8707\\
4.27303 15\\
4 15.2397\\
3 15.1329\\
2.77097 15\\
2 14.2959\\
1.74637 14\\
1.23135 13\\
1.04897 12\\
1 11.2338\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor5,forget plot]
table[row sep=crcr] {%
x y\\
6.83102 7\\
7 6.83901\\
8 6.67534\\
8.90297 7\\
9 7.02942\\
10 7.6788\\
10.4839 8\\
10.9275 9\\
10.5896 10\\
10 10.8892\\
9 10.8298\\
8.43164 10\\
8 9.53988\\
7.58298 9\\
7 8.05561\\
6.94296 8\\
}--cycle;
\addplot[area legend,solid,draw=mycolor5,forget plot]
table[row sep=crcr] {%
x y\\
13.9342 8\\
14 7.95616\\
15 7.6341\\
16 7.93217\\
16.0824 8\\
16.768 9\\
16.9852 10\\
16.9753 11\\
16.739 12\\
16.2001 13\\
16 13.3255\\
15.5995 14\\
15.315 15\\
15 15.8754\\
14.9719 16\\
14.468 17\\
14 17.4967\\
13.3672 18\\
13 18.2625\\
12 18.7023\\
11 18.8662\\
10 18.8666\\
9 18.7018\\
8 18.2501\\
7.66043 18\\
7 17.4101\\
6.65105 17\\
6.30498 16\\
6.55277 15\\
7 14.5957\\
7.50406 14\\
8 13.6091\\
8.92013 13\\
9 12.8733\\
10 12.4652\\
11 12.8039\\
12 12.8729\\
12.7613 12\\
12.6572 11\\
12.6125 10\\
12.8545 9\\
13 8.88456\\
}--cycle;
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
7.74005 8\\
8 7.60078\\
9 7.57495\\
9.77284 8\\
10 8.4346\\
10.2129 9\\
10 9.44877\\
9 9.79047\\
8.27056 9\\
8 8.52468\\
}--cycle;
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
13.9094 9\\
14 8.91395\\
15 8.74641\\
15.3406 9\\
15.8806 10\\
15.8628 11\\
15.3314 12\\
15 12.391\\
14 12.4887\\
13.8157 12\\
13.4974 11\\
13.4916 10\\
}--cycle;
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
8.24991 14\\
9 13.4612\\
10 13.2252\\
11 13.3155\\
12 13.4434\\
13 13.5082\\
13.8852 14\\
14 14.2792\\
14.1729 15\\
14 15.8053\\
13.9713 16\\
13.3299 17\\
13 17.2915\\
12 17.8524\\
11.3458 18\\
11 18.1005\\
10 18.1014\\
9.65293 18\\
9 17.8515\\
8 17.2598\\
7.72462 17\\
7.20115 16\\
7.34008 15\\
8 14.248\\
}--cycle;
\addplot[area legend,solid,draw=mycolor7,forget plot]
table[row sep=crcr] {%
x y\\
8.95321 14\\
9 13.9664\\
10 13.6469\\
11 13.7153\\
12 13.9418\\
12.1903 14\\
13 14.5118\\
13.3632 15\\
13.2656 16\\
13 16.3609\\
12.3941 17\\
12 17.2578\\
11 17.576\\
10 17.5776\\
9 17.2557\\
8.62381 17\\
8 16.2427\\
7.85162 16\\
7.95245 15\\
8 14.9458\\
}--cycle;
\addplot[area legend,solid,draw=mycolor8,forget plot]
table[row sep=crcr] {%
x y\\
8.5172 15\\
9 14.5202\\
10 14.0761\\
11 14.1301\\
12 14.4973\\
12.6293 15\\
12.5954 16\\
12 16.6183\\
11.2416 17\\
11 17.0881\\
10 17.0906\\
9.75427 17\\
9 16.613\\
8.46051 16\\
}--cycle;
\addplot[area legend,solid,draw=mycolor9,forget plot]
table[row sep=crcr] {%
x y\\
9.12448 15\\
10 14.5433\\
11 14.582\\
11.896 15\\
11.9226 16\\
11 16.5449\\
10 16.5513\\
9.08738 16\\
9.12448 15\\
nan nan\\
};
\node[align=center, rotate=46.1017, text=black]
at (axis cs:12.197,4.795) {-5.0954};
\node[align=center, rotate=276.265, text=black]
at (axis cs:13,5.996) {-3.8302};
\node[align=center, rotate=8.16341, text=black]
at (axis cs:11.5,3.17) {-2.5651};
\node[align=center, rotate=33.3446, text=black]
at (axis cs:10.941,7.039) {-2.5651};
\node[align=center, rotate=40.9664, text=black]
at (axis cs:6.475,10.587) {-2.5651};
\node[align=center, rotate=6.49776, text=black]
at (axis cs:11.5,2.34) {-1.2999};
\node[align=center, rotate=30.22, text=black]
at (axis cs:10.119,6.93) {-1.2999};
\node[align=center, rotate=83.7765, text=black]
at (axis cs:7.733,11.5) {-1.2999};
\node[align=center, rotate=24.8634, text=black]
at (axis cs:6.775,5.104) {-0.034787};
\node[align=center, rotate=-66.5298, text=black]
at (axis cs:15.958,5.904) {-0.034787};
\node[align=center, rotate=51.9452, text=black]
at (axis cs:4.07,6.911) {-0.034787};
\node[align=center, rotate=349.911, text=black]
at (axis cs:4.637,14.935) {-0.034787};
\node[align=center, rotate=16.8676, text=black]
at (axis cs:8.951,7.015) {1.2304};
\node[align=center, rotate=55.5903, text=black]
at (axis cs:8.716,10.415) {1.2304};
\node[align=center, rotate=270.566, text=black]
at (axis cs:16.98,10.5) {1.2304};
\node[align=center, rotate=359.982, text=black]
at (axis cs:10.5,18.866) {1.2304};
\node[align=center, rotate=18.7124, text=black]
at (axis cs:10.5,12.635) {1.2304};
\node[align=center, rotate=69.3654, text=black]
at (axis cs:10.106,8.717) {2.4955};
\node[align=center, rotate=297.985, text=black]
at (axis cs:15.597,11.5) {2.4955};
\node[align=center, rotate=7.28507, text=black]
at (axis cs:11.5,13.379) {2.4955};
\node[align=center, rotate=12.8166, text=black]
at (axis cs:9.326,17.926) {2.4955};
\node[align=center, rotate=17.0126, text=black]
at (axis cs:12.095,13.971) {3.7606};
\node[align=center, rotate=17.842, text=black]
at (axis cs:9.5,17.417) {3.7606};
\node[align=center, rotate=271.943, text=black]
at (axis cs:12.612,15.5) {5.0258};
\node[align=center, rotate=88.4761, text=black]
at (axis cs:11.909,15.5) {6.2909};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax=20.5,
y dir=reverse,
ymin= 0.5,
ymax=20.5,
axis background/.style={fill=white}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax=20.5,ymin= 0.5,ymax=20.5] {test86-converted-1.png};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 2.5,
ymin= 0.5,
ymax= 2.5,
axis background/.style={fill=white},
title={Integer Alpha Data},
axis x line*=bottom,
axis y line*=left
]
\addplot [color=black,solid,line width=2.0pt,forget plot]
table[row sep=crcr]{%
0.5 0.5\\
2.5 2.5\\
};
\addplot [color=black,solid,line width=2.0pt,forget plot]
table[row sep=crcr]{%
0.5 2.5\\
2.5 0.5\\
};
\addplot [forget plot] graphics [xmin= 0.5,xmax= 2.5,ymin= 0.5,ymax= 2.5] {test86-converted-2.png};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.735\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir normal},
ymin= 0.5,
ymax= 4.5,
ylabel={YDir normal},
axis background/.style={fill=white}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-1.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0.735\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir reverse},
ymin= 0.5,
ymax= 4.5,
ylabel={YDir normal},
axis background/.style={fill=white}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-2.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.368\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir normal},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ylabel={YDir reverse},
axis background/.style={fill=white}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-3.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0.368\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir reverse},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ylabel={YDir reverse},
axis background/.style={fill=white}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-4.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xtick={\empty},
xlabel={XDir normal},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ytick={\empty},
ylabel={YDir reverse},
hide axis,
title={like above, but axis off}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-5.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xtick={\empty},
xlabel={XDir reverse},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ytick={\empty},
ylabel={YDir reverse},
hide axis,
title={like above, but axis off}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 4.5] {test91-converted-6.png};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{1.00000,0.20833,0.00000}%
\definecolor{mycolor2}{rgb}{0.62500,0.00000,0.00000}%
\definecolor{mycolor3}{rgb}{0.91667,0.00000,0.00000}%
\definecolor{mycolor4}{rgb}{1.00000,1.00000,0.12500}%
\definecolor{mycolor5}{rgb}{0.33333,0.00000,0.00000}%
\definecolor{mycolor6}{rgb}{1.00000,0.79167,0.00000}%
\definecolor{mycolor7}{rgb}{0.04167,0.00000,0.00000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.735\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir normal},
ymin= 0.5,
ymax= 4.5,
ylabel={YDir normal},
axis background/.style={fill=white}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0.735\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir reverse},
ymin= 0.5,
ymax= 4.5,
ylabel={YDir normal},
axis background/.style={fill=white}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0.368\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir normal},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ylabel={YDir reverse},
axis background/.style={fill=white}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0.368\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xlabel={XDir reverse},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ylabel={YDir reverse},
axis background/.style={fill=white}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
axis on top,
xmin= 0.5,
xmax= 3.5,
xtick={\empty},
xlabel={XDir normal},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ytick={\empty},
ylabel={YDir reverse},
hide axis,
title={like above, but axis off}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.265\figureHeight,
at={(0.54\figureWidth,0\figureHeight)},
scale only axis,
axis on top,
x dir=reverse,
xmin= 0.5,
xmax= 3.5,
xtick={\empty},
xlabel={XDir reverse},
y dir=reverse,
ymin= 0.5,
ymax= 4.5,
ytick={\empty},
ylabel={YDir reverse},
hide axis,
title={like above, but axis off}
]
\fill [mycolor7] (axis cs: 0.5, 0.5) rectangle (axis cs: 1.5, 1.5);
\fill [white!50!mycolor4] (axis cs: 0.5, 1.5) rectangle (axis cs: 1.5, 2.5);
\fill [mycolor3] (axis cs: 0.5, 2.5) rectangle (axis cs: 1.5, 3.5);
\fill [mycolor1] (axis cs: 0.5, 3.5) rectangle (axis cs: 1.5, 4.5);
\fill [mycolor7] (axis cs: 1.5, 0.5) rectangle (axis cs: 2.5, 1.5);
\fill [mycolor5] (axis cs: 1.5, 1.5) rectangle (axis cs: 2.5, 2.5);
\fill [orange] (axis cs: 1.5, 2.5) rectangle (axis cs: 2.5, 3.5);
\fill [white] (axis cs: 1.5, 3.5) rectangle (axis cs: 2.5, 4.5);
\fill [white] (axis cs: 2.5, 0.5) rectangle (axis cs: 3.5, 1.5);
\fill [mycolor6] (axis cs: 2.5, 1.5) rectangle (axis cs: 3.5, 2.5);
\fill [mycolor4] (axis cs: 2.5, 2.5) rectangle (axis cs: 3.5, 3.5);
\fill [mycolor2] (axis cs: 2.5, 3.5) rectangle (axis cs: 3.5, 4.5);
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.53175,1.00000,0.46825}%
\definecolor{mycolor2}{rgb}{0.00000,1.00000,1.00000}%
\definecolor{mycolor3}{rgb}{0.00000,0.51587,1.00000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin= 0,
ymax= 40,
axis background/.style={fill=white},
axis x line*=bottom,
axis y line*=left,
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!blue,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 0\\
0.6 6\\
1.4 6\\
1.4 0\\
1.6 0\\
1.6 4\\
2.4 4\\
2.4 0\\
2.6 0\\
2.6 4\\
3.4 4\\
3.4 0\\
3.6 0\\
3.6 1\\
4.4 1\\
4.4 0\\
4.6 0\\
4.6 1\\
5.4 1\\
5.4 0\\
};
\addlegendentry{data1};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
6 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor1,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 6\\
0.6 19\\
1.4 19\\
1.4 6\\
1.6 4\\
1.6 9\\
2.4 9\\
2.4 4\\
2.6 4\\
2.6 9\\
3.4 9\\
3.4 4\\
3.6 1\\
3.6 2\\
4.4 2\\
4.4 1\\
4.6 1\\
4.6 3\\
5.4 3\\
5.4 1\\
};
\addlegendentry{data2};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=black!50!red,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0.6 19\\
0.6 38\\
1.4 38\\
1.4 19\\
1.6 9\\
1.6 17\\
2.4 17\\
2.4 9\\
2.6 9\\
2.6 16\\
3.4 16\\
3.4 9\\
3.6 2\\
3.6 3\\
4.4 3\\
4.4 2\\
4.6 3\\
4.6 5\\
5.4 5\\
5.4 3\\
};
\addlegendentry{data3};
\addplot [color=red,solid,line width=2.0pt]
table[row sep=crcr]{%
1 1\\
2 4\\
3 9\\
4 3\\
5 5\\
};
\addlegendentry{data4};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 40,
ymin= 0,
ymax= 6,
axis background/.style={fill=white},
axis x line*=bottom,
axis y line*=left,
legend style={legend cell align=left,align=left,legend plot pos=left,draw=black}
]
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,fill=mycolor2,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
0 0.625\\
6 0.625\\
6 1.375\\
0 1.375\\
0 1.625\\
4 1.625\\
4 2.375\\
0 2.375\\
0 2.625\\
4 2.625\\
4 3.375\\
0 3.375\\
0 3.625\\
1 3.625\\
1 4.375\\
0 4.375\\
0 4.625\\
1 4.625\\
1 5.375\\
0 5.375\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0\\
40 0\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor3,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
6 0.625\\
19 0.625\\
19 1.375\\
6 1.375\\
4 1.625\\
9 1.625\\
9 2.375\\
4 2.375\\
4 2.625\\
9 2.625\\
9 3.375\\
4 3.375\\
1 3.625\\
2 3.625\\
2 4.375\\
1 4.375\\
1 4.625\\
3 4.625\\
3 5.375\\
1 5.375\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,patch type=rectangle,shader=flat corner,draw=black,fill=mycolor1,forget plot,patch table={%
0 1 2 3\\
4 5 6 7\\
8 9 10 11\\
12 13 14 15\\
16 17 18 19\\
}]
table[row sep=crcr] {%
x y\\
19 0.625\\
38 0.625\\
38 1.375\\
19 1.375\\
9 1.625\\
17 1.625\\
17 2.375\\
9 2.375\\
9 2.625\\
16 2.625\\
16 3.375\\
9 3.375\\
2 3.625\\
3 3.625\\
3 4.375\\
2 4.375\\
3 4.625\\
5 4.625\\
5 5.375\\
3 5.375\\
};
\addplot [color=blue,solid,line width=2.0pt,forget plot]
table[row sep=crcr]{%
1 1\\
4 2\\
9 3\\
3 4\\
5 5\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.328\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
point meta min= 1,
point meta max= 9,
axis on top,
xmin= 0.5,
xmax= 3.5,
y dir=reverse,
ymin= 0.5,
ymax= 3.5,
axis background/.style={fill=white},
colormap/jet,
colorbar,
colorbar style={y dir=reverse,ylabel={label $a^2$},title={title $\beta$}}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 3.5] {test95-converted-1.png};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.8\figureHeight,
at={(0.54\figureWidth,0.2\figureHeight)},
scale only axis,
point meta min= 1,
point meta max= 9,
axis on top,
xmin= 0.5,
xmax= 3.5,
y dir=reverse,
ymin= 0.5,
ymax= 3.5,
axis background/.style={fill=white},
colormap/jet,
colorbar horizontal,
colorbar style={xlabel style={align=center},xlabel={first\\[1ex]second\\[1ex]third},title style={align=center},title={title 1\\[1ex]title 2}}
]
\addplot [forget plot] graphics [xmin= 0.5,xmax= 3.5,ymin= 0.5,ymax= 3.5] {test95-converted-2.png};
\end{axis}
\end{tikzpicture}%
\end{document}
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
clip=false,
xmin= 0,
xmax= 2,
ymin= 0,
ymax= 2,
axis background/.style={fill=white}
]
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 1\\
2 1\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 0.5\\
2 0.5\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0 1.5\\
2 1.5\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1 0\\
1 2\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1.5 0\\
1.5 2\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0.5 0\\
0.5 2\\
};
\node[align=center, text=black]
at (axis cs:1,1) {h=c, v=m};
\node[right, align=left, text=black]
at (axis cs:1.5,1) {h=l, v=m};
\node[left, align=right, text=black]
at (axis cs:0.5,1) {h=r, v=m};
\node[above left, align=right, text=black]
at (axis cs:0.5,1.5) {h=r, v=b};
\node[above, align=center, text=black]
at (axis cs:1,1.5) {h=c, v=b};
\node[above right, align=left, text=black]
at (axis cs:1.5,1.5) {h=l, v=b};
\node[below left, align=right, text=black]
at (axis cs:0.5,0.5) {h=r, v=t};
\node[below, align=center, text=black]
at (axis cs:1,0.5) {h=c, v=t};
\node[fill=green, below right, align=left, text=black]
at (axis cs:1.5,0.5) {h=l, v=t\\multiline};
\node[right, align=left, text=black]
at (axis cs:1.8,0.7) {text overlapping\\axis limits};
\node[right, align=left, text=black]
at (axis cs:0.9,0) {text overlapping\\axis limits};
\node[right, align=left, text=black]
at (3.845cm,6.74cm) {text overlapping\\axis limits};
\end{axis}
\end{tikzpicture}%
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment