You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
346 B
7 lines
346 B
set term postscript eps
|
|
set size 0.85,1
|
|
set logscale x 10
|
|
set logscale y 10
|
|
set ytics (0.001,0.01,0.1,1,10,100,1000,10000)
|
|
set xlabel "N"
|
|
plot [10:300000] [0.0001:10000000] 'fig2.maple' title 'Maple' with linespoints, 'fig2.pari' title 'Pari' with linespoints, 'fig2.lidia' title 'LiDIA' with linespoints, 'fig2.cln' title 'CLN' with linespoints
|