Rescaled cube graphics

This commit is contained in:
Andreas Tsouchlos 2023-04-18 16:02:39 +02:00
parent c4bd9701e0
commit 53ad451013
2 changed files with 27 additions and 1 deletions

View File

@ -193,6 +193,8 @@ return $\boldsymbol{\hat{c}}$
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.9, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -250,6 +252,8 @@ return $\boldsymbol{\hat{c}}$
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.9, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -328,6 +332,8 @@ return $\boldsymbol{\hat{c}}$
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.7, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -398,6 +404,8 @@ return $\boldsymbol{\hat{c}}$
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.7, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -478,7 +486,9 @@ return $\boldsymbol{\hat{c}}$
draw, circle, inner sep=0pt, minimum size=4pt]
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.9, tdplot_main_coords]
\begin{tikzpicture}[scale=0.9, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -558,6 +568,8 @@ return $\boldsymbol{\hat{c}}$
draw, circle, inner sep=0pt, minimum size=4pt]
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.8, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -609,6 +621,8 @@ return $\boldsymbol{\hat{c}}$
draw, circle, inner sep=0pt, minimum size=4pt]
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.8, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);
@ -667,6 +681,8 @@ return $\boldsymbol{\hat{c}}$
draw, circle, inner sep=0pt, minimum size=4pt]
\tdplotsetmaincoords{60}{25}
\begin{tikzpicture}[scale=0.8, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\coordinate (p000) at (0, 0, 0);

View File

@ -126,6 +126,13 @@
\end{itemize}
\item Use optimization method to solve the new problem
\end{itemize}
\vspace{5mm}
\begin{itemize}
\item Usage of ''$\sim$`` to denote change in domain, e.g.,
$\tilde{\boldsymbol{x}}$, $\tilde{\boldsymbol{c}}$
\end{itemize}
\end{minipage}%
\hfill%
\begin{minipage}[c]{0.4\linewidth}
@ -136,7 +143,10 @@
draw, circle, inner sep=0pt, minimum size=4pt]
\tdplotsetmaincoords{60}{245}
\begin{tikzpicture}[scale=1, transform shape, tdplot_main_coords]
\tikzstyle{every node}=[font=\normalsize]
% Cube
\draw[dashed] (0, 0, 0) -- (2, 0, 0);