[programming] fixed name of logical_operators.py

This commit is contained in:
Jan Benda 2019-11-25 22:02:23 +01:00
parent 196d14d892
commit 9c1c357180
2 changed files with 7 additions and 7 deletions

View File

@ -1033,13 +1033,13 @@ ans = 0 1 0 1 1 1 1 1 1 0
\end{lstlisting} \end{lstlisting}
\begin{figure}[ht] \begin{figure}[ht]
\includegraphics[]{logical_operations} \titlecaption{Using Boolean \includegraphics[]{logical_operations}
expressions for data selection.} {\textbf{A} Distribution of \titlecaption{Using Boolean expressions for data selection.}
random numbers drawn from a Gaussian distribution. \textbf{B} Red {\textbf{A} Distribution of random numbers drawn from a Gaussian
and orange depict the parts of the data that are distribution. \textbf{B} Red and orange depict the parts of the
less than zero (red) and those that are greater than zero data that are less than zero (red) and those that are greater than
(orange). \textbf{C} The red segment show those data points that zero (orange). \textbf{C} The red segment show those data points
satisfies the Boolean operation shown above using a logical that satisfies the Boolean operation shown above using a logical
AND. \textbf{D} example of a Boolean operation that uses the AND. \textbf{D} example of a Boolean operation that uses the
logical OR for selecting the highlighted logical OR for selecting the highlighted
data.}\label{logicaloperationsfig} data.}\label{logicaloperationsfig}