ex-6: remove cyclamen color definition in tikz pictures

This commit is contained in:
Giù Marcer 2020-06-03 14:45:34 +02:00 committed by rnhmjoj
parent b4a2dd730c
commit 0c6c2cc621

View File

@ -23,7 +23,6 @@ where:
\hypertarget{fig:slit}{%
\centering
\begin{tikzpicture}
\definecolor{cyclamen}{RGB}{146, 24, 43}
% Walls
\draw [thick] (-1,3) -- (1,3) -- (1,0.3) -- (1.2,0.3) -- (1.2,3)
-- (9,3);
@ -141,7 +140,6 @@ For a better understanding, see @fig:dot_conv.
\hypertarget{fig:dot_conv}{%
\centering
\begin{tikzpicture}
\definecolor{cyclamen}{RGB}{146, 24, 43}
% original histogram
\draw [thick, cyclamen, fill=cyclamen!05!white] (0.0,0) rectangle (0.5,2.5);
\draw [thick, cyclamen, fill=cyclamen!05!white] (0.5,0) rectangle (1.0,2.8);
@ -277,7 +275,6 @@ Thus, only $n$ real numbers are required to store the half-complex sequence
\hypertarget{fig:reorder}{%
\centering
\begin{tikzpicture}
\definecolor{cyclamen}{RGB}{146, 24, 43}
% standard histogram
\draw [thick, cyclamen] (0.5,0) -- (0.5,0.2);
\draw [thick, cyclamen, fill=cyclamen!25!white] (1.0,0) rectangle (1.5,0.6);