Solved
Unit and graph
Hello,
I look for change unit of X-Y Plot.
q := 0°,1°.. 360°
R := 24 mm
L := 128 mm
d(q) := R*cos(q)-L*cos(q)
when I draw d(q) by a X-Y plot the units are in rad for q and m for d(q).
Is it possible to draw a graph with a specific units ?

