# Gnuplot script to draw the continuation curve of Fig. 4 of Aruliah, van Veen & Dubitski
# PAMPAC: a Parallel Adaptive Method for Pseudo-Arclength Continuation
# On the gnuplot command line, type
# load "Fig4_gnuplot_script"
set logscale y
set yrange [7e-3:30]
set xrange [1e-3:0.2]
set xtics 0.05,0.05,0.2
set ytics 0.01,10,10
set xlabel "lambda"
set ylabel "c"

plot 'output.txt' u 4099:4097 w lp pt 7 ps 1 not
