arma-thesis

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

commit 05cf2ed39fa7150a12b6709683d603b51ce68205
parent 9a420112e818487dfd30fcdd93a0c446e16c0a73
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Wed,  2 Nov 2016 20:07:27 +0300

Add missing dependency.

Diffstat:
gnuplot/linestyle.gnuplot | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/gnuplot/linestyle.gnuplot b/gnuplot/linestyle.gnuplot @@ -0,0 +1,6 @@ +# graphs +set style data lines +set style line 1 lt 1 lw 2 lc rgb '#000000' dashtype 1 +set style line 2 lt 1 lw 2 lc rgb '#000000' dashtype 2 +set style line 3 lt 1 lw 2 lc rgb '#000000' dashtype 3 +set style line 4 lt 1 lw 2 lc rgb '#000000' dashtype 4