mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 05:01:10 +02:00
cameo/templates/mkmk-simple: use aspect ratio 1:1 with gnuplot (plot, dplot)
This commit is contained in:
parent
e246127c6c
commit
c34a154e25
@ -106,11 +106,13 @@ cng:
|
|||||||
\$(CNGT) -57.4 20 mill.gp
|
\$(CNGT) -57.4 20 mill.gp
|
||||||
|
|
||||||
plot:
|
plot:
|
||||||
echo 'plot "drill.gp" with points, "mill.gp" with lines' | \\
|
echo 'set size square; \
|
||||||
|
plot "drill.gp" with points, "mill.gp" with lines' | \\
|
||||||
gnuplot -persist
|
gnuplot -persist
|
||||||
|
|
||||||
dplot:
|
dplot:
|
||||||
echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
echo 'set size square; \
|
||||||
|
plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
||||||
gnuplot -persist
|
gnuplot -persist
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Loading…
Reference in New Issue
Block a user