-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tikz plots with thick lines and sizing
- Loading branch information
Showing
7 changed files
with
51 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
\begin{tikzpicture} | ||
\tikzsetnextfilename{ang_con_adapt} | ||
\begin{tikzpicture}[baseline] | ||
\begin{axis}[ | ||
name={ang_con_adapt}, | ||
ylabel={ $\arccos \parenth{r^T R^T v_i}$}, | ||
xlabel={$t~(\si{\second})$}, | ||
scale only axis, | ||
width=0.8\textwidth, | ||
height=0.2\textheight, | ||
cycle list name=exotic, | ||
] | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_4, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[ultra thick,mark=none] table [x=TIME, y=ang_con_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[ultra thick,mark=none] table [x=TIME, y=ang_con_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[ultra thick,mark=none] table [x=TIME, y=ang_con_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\addplot +[ultra thick,mark=none] table [x=TIME, y=ang_con_4, col sep=comma] {figures/2016_IJCAS_pgf/csv/adapt.csv}; | ||
\end{axis} | ||
\end{tikzpicture} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
\tikzsetnextfilename{ang_con_noadapt} | ||
\begin{tikzpicture} | ||
\begin{tikzpicture}[baseline] | ||
\begin{axis}[ | ||
name={ang_con_noadapt}, | ||
ylabel={ $\arccos \parenth{r^T R^T v_i}$}, | ||
xlabel={$t~(\si{\second})$}, | ||
scale only axis, | ||
width=0.8\textwidth, | ||
height=0.2\textheight, | ||
cycle list name=exotic, | ||
] | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[mark=none] table [x=TIME, y=ang_con_4, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[ultra thick, mark=none] table [x=TIME, y=ang_con_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[ultra thick, mark=none] table [x=TIME, y=ang_con_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[ultra thick, mark=none] table [x=TIME, y=ang_con_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\addplot +[ultra thick, mark=none] table [x=TIME, y=ang_con_4, col sep=comma] {figures/2016_IJCAS_pgf/csv/noadapt.csv}; | ||
\end{axis} | ||
\end{tikzpicture} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
\tikzsetnextfilename{dist_adapt} | ||
\tikzsetnextfilename{dist_timevarying} | ||
\begin{tikzpicture}[] | ||
\begin{groupplot}[ | ||
group style={ | ||
group name={dist_adapt}, | ||
group name={dist_timevarying}, | ||
group size=1 by 3, | ||
xlabels at=edge bottom, | ||
ylabels at=edge left, | ||
xticklabels at=edge bottom, | ||
vertical sep=0pt, | ||
}, | ||
xlabel={$t~(\si{\second})$}, | ||
width=0.8\textwidth, | ||
height=0.2\textheight, | ||
scale only axis, | ||
] | ||
\nextgroupplot[ylabel={$ \Delta_1 $}] | ||
\addplot [blue, mark=none] table [x=TIME, y=D_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [red, mark=none, dashed] table [x=TIME, y=D_true_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, blue, mark=none] table [x=TIME, y=D_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, red, mark=none, dashed] table [x=TIME, y=D_true_1, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
|
||
\nextgroupplot[ylabel={$ \Delta_2 $}] | ||
\addplot [blue, mark=none] table [x=TIME, y=D_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [red, mark=none, dashed] table [x=TIME, y=D_true_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, blue, mark=none] table [x=TIME, y=D_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, red, mark=none, dashed] table [x=TIME, y=D_true_2, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
|
||
\nextgroupplot[ylabel={$ \Delta_3 $}] | ||
\addplot [blue, mark=none] table [x=TIME, y=D_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [red, mark=none, dashed] table [x=TIME, y=D_true_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, blue, mark=none] table [x=TIME, y=D_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\addplot [ultra thick, red, mark=none, dashed] table [x=TIME, y=D_true_3, col sep=comma] {figures/2016_IJCAS_pgf/csv/timevarying.csv}; | ||
\end{groupplot} | ||
\end{tikzpicture} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters