su-servo: thicken the line on the plot

Should make the line more visible at 0.
Can always make it even thicker.
This commit is contained in:
occheung 2022-01-31 14:45:18 +08:00
parent 0bdf5d36bc
commit a30dd8ed95
2 changed files with 4 additions and 4 deletions

View File

@ -907,11 +907,11 @@ The DDS channel is terminated with 50\textOmega.
grid=both,
height=8cm,
width=12cm,
ymin=0, ymax=180, ytick={0,16,...,160}, ylabel=DDS RMS Voltage ($mV_{rms}$),
ymin=-5, ymax=180, ytick={0,16,...,160}, ylabel=DDS RMS Voltage ($mV_{rms}$),
xmin=-10, xmax=10, xtick={-10,-8,...,10}, xlabel=Sampler Voltage ($V$),
]
\addplot[blue, samples=21, domain=-10:10]{func(x)};
\addplot[very thick, blue, samples=21, domain=-10:10]{func(x)};
\end{axis}
\end{tikzpicture}
\end{center}

View File

@ -667,11 +667,11 @@ The DDS channel is terminated with 50\textOmega.
grid=both,
height=8cm,
width=12cm,
ymin=0, ymax=180, ytick={0,16,...,160}, ylabel=DDS RMS Voltage ($mV_{rms}$),
ymin=-5, ymax=180, ytick={0,16,...,160}, ylabel=DDS RMS Voltage ($mV_{rms}$),
xmin=-10, xmax=10, xtick={-10,-8,...,10}, xlabel=Sampler Voltage ($V$),
]
\addplot[blue, samples=21, domain=-10:10]{func(x)};
\addplot[very thick, blue, samples=21, domain=-10:10]{func(x)};
\end{axis}
\end{tikzpicture}
\end{center}