-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcreate_graphics.sh
executable file
·58 lines (57 loc) · 1.95 KB
/
create_graphics.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#!/bin/bash
#
gnuplot < besselj_commands.txt
gnuplot < besselj_path_commands.txt
gnuplot < besselj_plots_commands.txt
gnuplot < besselk_commands.txt
gnuplot < besselk_path_commands.txt
gnuplot < besselk_plots_commands.txt
gnuplot < brownian_path_commands.txt
gnuplot < brownian_plots_commands.txt
gnuplot < circular_commands.txt
gnuplot < circular_path_commands.txt
gnuplot < circular_plots_commands.txt
gnuplot < constant_commands.txt
gnuplot < constant_path_commands.txt
gnuplot < constant_plots_commands.txt
gnuplot < cubic_commands.txt
gnuplot < cubic_path_commands.txt
gnuplot < cubic_plots_commands.txt
gnuplot < damped_cosine_commands.txt
gnuplot < damped_cosine_path_commands.txt
gnuplot < damped_cosine_plots_commands.txt
gnuplot < damped_sine_commands.txt
gnuplot < damped_sine_path_commands.txt
gnuplot < damped_sine_plots_commands.txt
gnuplot < exponential_commands.txt
gnuplot < exponential_path_commands.txt
gnuplot < exponential_plots_commands.txt
gnuplot < gaussian_commands.txt
gnuplot < gaussian_path_commands.txt
gnuplot < gaussian_plots_commands.txt
gnuplot < hole_commands.txt
gnuplot < hole_path_commands.txt
gnuplot < hole_plots_commands.txt
gnuplot < linear_commands.txt
gnuplot < linear_path_commands.txt
gnuplot < linear_plots_commands.txt
gnuplot < matern_commands.txt
gnuplot < matern_path_commands.txt
gnuplot < matern_plots_commands.txt
gnuplot < pentaspherical_commands.txt
gnuplot < pentaspherical_path_commands.txt
gnuplot < pentaspherical_plots_commands.txt
gnuplot < power_commands.txt
gnuplot < power_path_commands.txt
gnuplot < power_plots_commands.txt
gnuplot < rational_quadratic_commands.txt
gnuplot < rational_quadratic_path_commands.txt
gnuplot < rational_quadratic_plots_commands.txt
gnuplot < spherical_commands.txt
gnuplot < spherical_path_commands.txt
gnuplot < spherical_plots_commands.txt
gnuplot < white_noise_commands.txt
gnuplot < white_noise_path_commands.txt
gnuplot < white_noise_plots_commands.txt
#
echo "gnuplot created the graphics files."