diff options
4 files changed, 18 insertions, 16 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I2.gp b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I2.gp index 77b4870..e11c569 100644..120000 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I2.gp +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I2.gp @@ -1,15 +1 @@ -set terminal postscript portrait enhanced color solid size 5,3.5 -set output 'fields_propagation_I2.eps' -set dgrid3d 100,100 qnorm 4 -set pm3d map -#set contour -set hidden3d -set palette rgb 10,13,31 negative - - -set xlabel "z (cm)" -set ylabel "t ({/Symbol m}S)" -set zlabel "I_2 (1/S)" -set nokey -#set view map -splot [0:][-0.2:0.2] 'I2.dat' +../plot_fields_propagation_I2.gp
\ No newline at end of file diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I4.gp b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I4.gp new file mode 120000 index 0000000..134a380 --- /dev/null +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/plot_fields_propagation_I4.gp @@ -0,0 +1 @@ +../plot_fields_propagation_I4.gp
\ No newline at end of file diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I2.gp b/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I2.gp index b6721d4..77b4870 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I2.gp +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I2.gp @@ -12,4 +12,4 @@ set ylabel "t ({/Symbol m}S)" set zlabel "I_2 (1/S)" set nokey #set view map -splot [0:1.5][-0.4:0.4] 'I2.dat' +splot [0:][-0.2:0.2] 'I2.dat' diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I4.gp b/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I4.gp new file mode 100644 index 0000000..3849e2f --- /dev/null +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/plot_fields_propagation_I4.gp @@ -0,0 +1,15 @@ +set terminal postscript portrait enhanced color solid size 5,3.5 +set output 'fields_propagation_I4.eps' +set dgrid3d 100,100 qnorm 4 +set pm3d map +#set contour +set hidden3d +set palette rgb 10,13,31 negative + + +set xlabel "z (cm)" +set ylabel "t ({/Symbol m}S)" +set zlabel "I_2 (1/S)" +set nokey +#set view map +splot [0:][-0.2:0.2] 'I4.dat' |