forked from moebiusband/NuSiF-Solver
		
	Review particle tracer. Refactor.
This commit is contained in:
		
							
								
								
									
										10
									
								
								EnhancedSolver/2D-seq/vis_files/canal.plot
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								EnhancedSolver/2D-seq/vis_files/canal.plot
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
unset border; unset tics; unset key;
 | 
			
		||||
set term gif animate delay 30
 | 
			
		||||
set output "trace.gif"
 | 
			
		||||
set xrange [0:30]
 | 
			
		||||
set yrange [0:4]
 | 
			
		||||
 | 
			
		||||
do for [ts=0:120] {
 | 
			
		||||
    plot "particles_".ts.".dat" with points pointtype 7
 | 
			
		||||
}
 | 
			
		||||
unset output
 | 
			
		||||
		Reference in New Issue
	
	Block a user