|
@@ -7,17 +7,20 @@
|
|
|
\begin{document}
|
|
|
\begin{tikzpicture}
|
|
|
\begin{axis}[
|
|
|
- legend pos=north west,
|
|
|
+ legend pos=north west,
|
|
|
axis x line=middle,
|
|
|
axis y line=middle,
|
|
|
+ y tick label style={/pgf/number format/fixed,
|
|
|
+ /pgf/number format/fixed zerofill,
|
|
|
+ /pgf/number format/precision=1},
|
|
|
grid = major,
|
|
|
width=16cm,
|
|
|
height=8cm,
|
|
|
grid style={dashed, gray!30},
|
|
|
xmin=-8, % start the diagram at this x-coordinate
|
|
|
- xmax= 8, % end the diagram at this x-coordinate
|
|
|
+ xmax= 8, % end the diagram at this x-coordinate
|
|
|
ymin= 0, % start the diagram at this y-coordinate
|
|
|
- ymax= 1, % end the diagram at this y-coordinate
|
|
|
+ ymax= 1, % end the diagram at this y-coordinate
|
|
|
%axis background/.style={fill=white},
|
|
|
xlabel=$t$,
|
|
|
ylabel=sig$(t)$,
|