Skip to content

Commit

Permalink
clean file
Browse files Browse the repository at this point in the history
  • Loading branch information
Weilei Zeng committed Apr 12, 2020
1 parent 3fe8a3e commit fb0e5e1
Show file tree
Hide file tree
Showing 7 changed files with 9,400 additions and 54 deletions.
1 change: 0 additions & 1 deletion gnuplot/bp_plot_hpcc

This file was deleted.

Empty file added gnuplot/hpcc_bp_plot/hello.txt
Empty file.
Binary file not shown.
10 changes: 6 additions & 4 deletions gnuplot/toric_rate.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ data_file=data_folder.'/'.data_title.'.gnudat'
set terminal pdf

#set output "bp_plot/toric_rate.pdf"
set output "bp_plot/".data_title.plot_title.".pdf"
#set output "bp_plot/".data_title.plot_title.".pdf"
set output "hpcc_bp_plot/".data_title.plot_title.".pdf"
print "output: "."bp_plot/".data_title.plot_title.".pdf"

set key left box
Expand All @@ -61,13 +62,14 @@ set linetype cycle 5
#plot rate
#f(x)=x*x*x*100

size_set="13 11 9 7 5"
# size_set="13 11 9 7 5"
size_set="13 9 5"


# plot rate
plot for [i=1:5] data_file using (column((i-1)*5+1)):(1-column((i-1)*5+2)) title 'size '.word(size_set,i) with linespoints ps 0.5 lc i,\
[0.02:0.09] x*x*x*1000 title 'x^3' dt '.'
plot for [i=1:3] data_file using (column((i-1)*5+1)):(1-column((i-1)*5+2)) title 'size '.word(size_set,i) with linespoints ps 0.5 lc i
#, \
#[0.02:0.09] x*x*x*1000 title 'x^3' dt '.'


# plot weight of input error
Expand Down
9,394 changes: 9,394 additions & 0 deletions n1t2c32.log

Large diffs are not rendered by default.

35 changes: 0 additions & 35 deletions sbatch.sh~

This file was deleted.

14 changes: 0 additions & 14 deletions status.sh~

This file was deleted.

0 comments on commit fb0e5e1

Please sign in to comment.