Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hbkolli authored Feb 20, 2023
1 parent d65a826 commit 821a7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usability_tests/C16TAB/plot.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ set terminal pngcairo enhanced color lw 2 size 500,500 font 'Arial,15'
set logscale x

set logscale y
set yrange [0.7:5.0]
set output 'HD-CG-SDS.png'
set yrange [0.7:20.0]
set output 'HD-CG-C16TAB.png'
# The graphic title
#set title 'HD-Weighted total S(Q)'
set xlabel "Q(1/\305)"
set ylabel " F_{CG}(Q) (barn sr^{-1} atom^{-1})"
#plot the graphic
plot 'HD-CG-weighted-total.sq' using 1:($2*0.1+1.0) with linespoints title " 4 carbon atoms per CG bead " lw 2 linecolor 'blue' pointtype 7 pointsize 1.0, \
plot 'HD-CG-weighted-total.sq' using 1:($2*0.1+1.0) with linespoints title " 3 carbon atoms per CG bead " lw 2 linecolor 'blue' pointtype 7 pointsize 1.0, \
'SANS-2d.dat' using 1:($2+1.0) with linespoints title " SANS-2d " lw 2 linecolor 'red' pointtype 7 pointsize 1.0

0 comments on commit 821a7be

Please sign in to comment.