forked from sinara-hw/datasheets
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:
parent
0bdf5d36bc
commit
a30dd8ed95
|
@ -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}
|
||||
|
|
4
5108.tex
4
5108.tex
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue