arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 7f3ce758b5c2491677f2e204a0b7df9c772fa234
parent cfe379de5b45c6055346845d0200e9311e57724a
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Tue, 19 Jun 2018 19:25:43 +0300

Remove grid. Adjust column size.

Diffstat:
arma-slides.org | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arma-slides.org b/arma-slides.org @@ -232,7 +232,7 @@ for (i in grid) { df[nrow(df) + 1,] <- c(0,i,j,z) } } -arma.wavy_plot(df, 0, zlim=c(0,0.5), expand=0.5) +arma.wavy_plot(df, 0, zlim=c(0,0.5), expand=0.5, border=NA) #+end_src #+caption: Плоская волна @@ -242,7 +242,7 @@ arma.wavy_plot(df, 0, zlim=c(0,0.5), expand=0.5) **** Column 2 :PROPERTIES: -:BEAMER_col: 0.30 +:BEAMER_col: 0.35 :END: #+latex: \vspace{-1cm} @@ -264,7 +264,7 @@ for (i in grid) { df[nrow(df) + 1,] <- c(0,i,j,z) } } -arma.wavy_plot(df, 0, zlim=c(-0.05,0.05), expand=0.5) +arma.wavy_plot(df, 0, zlim=c(-0.05,0.05), expand=0.5, border=NA) #+end_src #+caption: Плоская стоячая волна @@ -295,7 +295,7 @@ for (i in grid) { df[nrow(df) + 1,] <- c(0,i,j,z) } } -arma.wavy_plot(df, 0, zlim=c(-0.05,0.05), expand=0.5) +arma.wavy_plot(df, 0, zlim=c(-0.05,0.05), expand=0.5, border=NA) #+end_src #+caption: Волна Стокса