Finished all sections
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
|
||||
\begin{tikzpicture}
|
||||
% Styles
|
||||
\tikzset{myblock/.style= {draw, dashed, fill=white, text width=3cm, align=center, minimum height=1.4cm}};
|
||||
\tikzset{myblock/.style= {draw, thin, color=white!70!black, fill=white, text width=3cm, align=center, minimum height=1.4cm}};
|
||||
\tikzset{mylabel/.style= {anchor=north, below, font=\bfseries\small, color=black, text width=3cm, align=center}};
|
||||
\tikzset{mymodel/.style= {anchor=south, above, font=\small, color=black, text width=3cm, align=center}};
|
||||
\tikzset{mystep/.style= {->, ultra thick}};
|
||||
|
||||
% Blocks
|
||||
\node[myblock, solid, fill=lightblue, draw, label={[mylabel, text width=8.0cm] Dynamical Models}, minimum height = 4.5cm, text width = 8.0cm] (model) at (0, 0) {};
|
||||
\node[draw, fill=lightblue, align=center, label={[mylabel, text width=8.0cm] Dynamical Models}, minimum height = 4.5cm, text width = 8.0cm] (model) at (0, 0) {};
|
||||
|
||||
\node[myblock, fill=lightgreen, label={[mylabel] Disturbances}, left = 3 of model.west] (dist) {};
|
||||
\node[myblock, fill=lightgreen, label={[mylabel] $\mu$ Station}, below = 2pt of dist] (mustation) {};
|
||||
|
Reference in New Issue
Block a user