From 8fff18048fb5226d17e474cb00b72926d254815e Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Thu, 30 Sep 2021 15:57:01 +0200 Subject: [PATCH] fix figure --- tex/2-output.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex/2-output.tex b/tex/2-output.tex index 8d01ff9..9783ce3 100644 --- a/tex/2-output.tex +++ b/tex/2-output.tex @@ -95,7 +95,7 @@ While each step of the pipeline is essentially studied by one or two scientific \node[anchor=south, minimum width=\textwidth,minimum height=.75mm, inner sep=0, outer sep=0](thebar3) at (0,3.25) {\textbf{Physical World}}; \matrix[row sep=1.25cm, column sep=7mm,inner sep=0, node distance=0, outer sep=0mm] (cells) { \labelcell{elecmeca}{Electronics\\Mechanics} & \bluecell{mechanics}{Electro-Mechanical\\System} & & & \redcell{sensory}{Sensory\\system} & \labelcell{biopsycho}{Biology\\Psychology}\\ - \labelcell{csmath}{Computer Science\\Mathematics} & \bluecell{software}{Software\\Controller} & & & \redcell{cognitive}{Cognitive\\system} & \labelcell{csmath}{Ergonomy\\Cognitive Sciences}\\ + \labelcell{csmath}{Computer Science\\Mathematics} & \bluecell{software}{Software\\Controller} & & & \redcell{cognitive}{Cognitive\\system} & \labelcell{ergocs}{Ergonomy\\Cognitive Sciences}\\ & \labelcell{info}{Information} & & & \labelcell{perception}{Perception} \\ }; \draw [->, -stealth', thick] (info.north) -- (software.south) node [midway, left] {Data}; -- 2.30.2