�����������



��������� ����������. �������.



�������:
set title "Parabola"

������������� � �������� ��������� ������� ����� Parabola.

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

plot [-30:30] [0:300] x**2+2*x+3 with lp 1

������� plot ��������� �� ��, ��� ������� ����� �������� � ���������� ������������. ������� [-30:30] ������ ������� �������� �� ��� �������. �������� [0:300] ������ ������� �������� �� ��� �������. �������� with ������ ����� ����������� �������. � ������ ������ ����� ����� linespoints (����� ���������� �����ݣ��� lp) � ���� 1 - �������.

�����



��������� ����������. ���������.



�������:
set title "Circle"

������������� � �������� ��������� ������� ����� Circle.

set size ratio 1

������� �������� ������ ������������� �������. � ������ ������ ������ � ������ ������� ����� �����������. �������� ratio 1 ����� �������� ���������� square.

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

set parametric

����������� Gnuplot � �����, � ������� ������� ������ ���������� � ��������������� ����.

plot sin(t),cos(t) with xyerrorbars 10

������� plot ��������� �� ��, ��� ������� ����� �������� � ���������� ������������. �������� with ������ ����� ����������� �������. � ������ ������ ����� ����� xyerrorbars � ���� 10 - �����-�������.

�����



�������� ����������. �������.



�������:
set title "Polar"

������������� � �������� ��������� ������� ����� Polar

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

set polar

����������� Gnuplot � ����� ����������� ������� � �������� �����������.

plot t**2+2*t+3 with impulses 5

������� plot ��������� �� ��, ��� ������� ���� �������� � ���������� ������������. �������� with ������ ����� ����������� �������. � ������ ������ ����� ����� impulses � ���� 5 - �����-�����.

�����



��������� ����������. ������� ���� z=f(x,y).



�������:
set title "Paraboloid"

������������� � �������� ��������� ������� ����� Paraboloid

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

set zlabel "Z"

������ ������� ��� ��������. � ������ ������ ��� ����� ��������� ��� ��� Z.

set ztics (50,200,350)

������ ������� ����� �������� ��� ��������.

p=2

���������� p ������������� �������� 2.

q=4

���������� q ������������� �������� 4.

splot x**2/2p+y**2/2q with lines 5

������� splot ��������� �� ��, ��� ����� �������� ���������� �������� �������. �������� with ������ ����� ����������� �������. � ������ ������ ����� ����� lines (���� ����� �������� �� ���������) � ���� 5 - �����-�����.

�����



����������� ����������.



�������:
set mapping spherical

���� ������ (�� �����) ���������� �������� � ������� splot � ����������� �����������, ������������ ������ �������.

set parametric

����������� Gnuplot � �����, � ������� ������� ������ ���������� � ��������������� ����.

set title "Sphere"

������������� � �������� ��������� ������� ����� Sphere.

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

set zlabel "Z"

������ ������� ��� ��������. � ������ ������ ��� ����� ��������� ��� ��� Z.

set xtics(-0.8,-0.4,0,0.4,0.8)

������ ������� ����� �������� ��� �������.

set ytics(-0.8,-0.4,0,0.4,0.8)

������ ������� ����� �������� ��� �������.

set ztics(-1,-0.5,0,0.5,1)

������ ������� ����� �������� ��� ��������.

splot cos(u)*cos(v),cos(u)*sin(v),sin(u), 'sphere.rot' with points 3

������� splot ��������� �� ��, ��� ����� �������� ���������� �������� �������. �������� with ������ ����� ����������� ������, ����������� �� ����� � ������ sphere.rot. � ������ ������ ����� ����� points � ���� 3 - �����.

�����



�������������� ����������.



�������:
set mapping cylindrical

� ������, ���� ������ (�� �����) ���������� �������� � ������� splot � �������������� �����������, ������������ ������ �������.

set parametric

����������� Gnuplot � �����, � ������� ������� ������ ���������� � ��������������� ����.

set title "Cylinder"

������������� � �������� ��������� ������� ����� Cylinder.

set xlabel "X"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� X.

set ylabel "Y"

������ ������� ��� �������. � ������ ������ ��� ����� ��������� ��� ��� Y.

set zlabel "Z"

������ ������� ��� ��������. � ������ ������ ��� ����� ��������� ��� ��� Z.

set ztics(0,5,10)

������ ������� ����� �������� ��� ��������.

splot cos(u),sin(u),v, 'cylinder.rot' with points 3

������� splot ��������� �� ��, ��� ����� �������� ���������� �������� �������. �������� with ������ ����� ����������� ������, ����������� �� ����� � ������ cylinder.rot. � ������ ������ ����� ����� points � ���� 3 - �����.

�����



��������.



�������:
a=a+1

������� ������������ ��������.

zrot=(zrot+10)%360

�������� ���� �������� ������� �������.

set view xrot,zrot

�������� ����, ��� ������� ����� ������������ ������ �������.

splot x**2+y**2

������� splot ��������� �� ��, ��� ����� �������� ���������� �������� �������.

pause 5

��������������� ��������.

if (a<50) reread

���� ������� ������������ �� ����� 50, �� � ������� ������� reread ������ ����� ���������� �������.

a=0

��������� a ������������� �������� 0.

xrot=60

��������� xrot ������������� �������� 60.

zrot=0

��������� zrot ������������� �������� 0.

load "move.rot"

�������� ���������� ������, ���������� � ����� move.rot.

�����