From 4225787fcece284ea3e7cdf452369dfc6f1d1f58 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Tue, 27 Oct 2020 16:40:18 +0100 Subject: [PATCH] fixup! Update design flow image --- graphics/design_flow.tikz | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/design_flow.tikz b/graphics/design_flow.tikz index 021b8f7..628113f 100644 --- a/graphics/design_flow.tikz +++ b/graphics/design_flow.tikz @@ -1,7 +1,8 @@ +%&tex \node (pd) {Problem Description}; - \node (sp)[below=1 of pd] {Specifications}; + \node (sp)[below=1 of pd] {System\\Requirements}; \node (id)[below=1 of sp] {Initial Design}; - \node (fs)[below=1 of id] {Feature Seperation}; + \node (fs)[below=1 of id] {Feature Definition}; \node (ss)[below=1 of fs] {Feature Selection}; \node (a1)[below=0.8 of ss,draw=none, fill=none] {}; \node (rd)[below=0.8 of a1] {Rapid Development};