mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:26:27 +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
|
||||
|
||||
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
|
||||
|
||||
dplot:
|
||||
echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
||||
echo 'set size square; \
|
||||
plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
||||
gnuplot -persist
|
||||
|
||||
clean::
|
||||
|
Loading…
Reference in New Issue
Block a user