diff --git a/paper/src/chapters/balance_figure.tex b/paper/src/chapters/balance_figure.tex index 57fc753..5565ba0 100644 --- a/paper/src/chapters/balance_figure.tex +++ b/paper/src/chapters/balance_figure.tex @@ -4,7 +4,7 @@ axis/.style={->, >=Stealth, line width=1.2pt, color=black!85}, curve/.style={color=black, line width=2.5pt}, point/.style={circle, fill=black, inner sep=0pt, minimum size=6pt}, - label_text/.style={font=\sffamily\large, align=center, color=black}, + label_text/.style={font=\large, align=center, color=black}, annotation_line/.style={thick, -, color=black!60} ] @@ -13,8 +13,8 @@ % Draw Axes % Extended slightly beyond radius (\R + 1) - \draw[axis] (0,0) -- (\R+1.5,0) node[midway, below=10pt, font=\bfseries\sffamily\large] {UX Index}; - \draw[axis] (0,0) -- (0,\R+1.5) node[midway, left=15pt, rotate=90, font=\bfseries\sffamily\large] {Performance}; + \draw[axis] (0,0) -- (\R+1.5,0) node[midway, below=10pt, font=\bfseries\large] {UX Index}; + \draw[axis] (0,0) -- (0,\R+1.5) node[midway, left=15pt, rotate=90, font=\bfseries\large] {Performance}; % Draw Perfect 1/4 Circle % Syntax: arc (start_angle : end_angle : radius) diff --git a/paper/src/chapters/loop_figure.tex b/paper/src/chapters/loop_figure.tex index 1f75253..e90e018 100644 --- a/paper/src/chapters/loop_figure.tex +++ b/paper/src/chapters/loop_figure.tex @@ -15,8 +15,7 @@ fill=mygreenfill, line width=1.2pt, align=center, - minimum height=1cm, - font=\sffamily + minimum height=1cm }, % Style for Blue Nodes bluebox/.style={ @@ -25,8 +24,7 @@ fill=mybluefill, line width=1.2pt, align=center, - minimum height=1cm, - font=\sffamily + minimum height=1cm }, % Style for Arrows myarrow/.style={ @@ -90,20 +88,20 @@ \draw[myarrow] (policy.north) to[out=90, in=0] (trainedpricing.east); % Trained Pricing -> Commerce (Crossing back) - \draw[myarrow] (trainedpricing.west) -- node[above, font=\sffamily\small, yshift=2pt] {New Pricing} (commerce.east); + \draw[myarrow] (trainedpricing.west) -- node[above, font=\small, yshift=2pt] {New Pricing} (commerce.east); % --- Text Labels --- % Loop One Label - \node[font=\sffamily, align=center] at (-3.8, 0) {Loop One:\\Data \textit{(Online)}}; + \node[align=center] at (-3.8, 0) {Loop One:\\Data \textit{(Online)}}; % Loop Two Label - \node[font=\sffamily, align=center] at (3.5, 0) {Loop Two:\\Defense Gym \textit{(Offline)}}; + \node[align=center] at (3.5, 0) {Loop Two:\\Defense Gym \textit{(Offline)}}; % Bottom Legend - \node[font=\sffamily\small] (taskA) at (-4, -4) {Dynamic Pricing Task A}; - \node[font=\sffamily\small] (taskB) at (4, -4) {Dynamic Pricing Task B}; - \node[font=\sffamily\small] (indep) at (0, -4) {Independent}; + \node[font=\small] (taskA) at (-4, -4) {Dynamic Pricing Task A}; + \node[font=\small] (taskB) at (4, -4) {Dynamic Pricing Task B}; + \node[font=\small] (indep) at (0, -4) {Independent}; % Arrows for bottom legend \draw[->, >=Stealth, thick, darkgray] (indep.west) -- (taskA.east);