You are on page 1of 1

Abs(x) Acos Asin Atan Cos Cosh Erf Exp Inverf

set terminal jpeg set output 'ejemplo1.jpg'

set multiplot set size 0.4,0.4 set origin 0.1,0.1 plot sin(x) set size 0.2,0.2 set origin 0.5,0.5 plot cos(x) set size 0.4,0.4 set origin 0.1,0.1 plot acos(x) set size 0.4,0.4 set origin 0.1,0.1 plot acos(x) unset multiplot

You might also like