This repository has been archived on 2021-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
NC/mp2/ex2_2_spy.tex

48 lines
819 B
TeX
Raw Normal View History

2020-10-07 13:39:10 +00:00
% This file was created by matlab2tikz.
%
%The latest updates can be retrieved from
% http://www.mathworks.com/matlabcentral/fileexchange/22022-matlab2tikz-matlab2tikz
%where you can also make suggestions and rate matlab2tikz.
%
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}
\begin{axis}[%
width=4.754in,
height=4.754in,
at={(1.648in,0.642in)},
scale only axis,
xmin=0,
xmax=6,
xlabel style={font=\color{white!15!black}},
xlabel={nz = 19},
y dir=reverse,
ymin=0,
ymax=6,
axis background/.style={fill=white}
]
\addplot [color=mycolor1, only marks, mark size=2.3pt, mark=*, mark options={solid, mycolor1}, forget plot]
table[row sep=crcr]{%
1 1\\
1 2\\
1 3\\
1 4\\
1 5\\
2 1\\
2 2\\
2 5\\
3 1\\
3 3\\
3 5\\
4 1\\
4 4\\
4 5\\
5 1\\
5 2\\
5 3\\
5 4\\
5 5\\
};
\end{axis}
\end{tikzpicture}%