mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:04:16 +02:00
cameo/templates/mkmk-simple: use "set size ratio -1", not "set size ratio square"
"ratio -1" produces a 1:1 ratio of the units (which is what we want) while "ratio square" makes the xrange and yrange the same size, whatever that's supposed to be good for.
This commit is contained in:
parent
c34a154e25
commit
9a6772f79d
@ -106,12 +106,12 @@ cng:
|
||||
\$(CNGT) -57.4 20 mill.gp
|
||||
|
||||
plot:
|
||||
echo 'set size square; \
|
||||
echo 'set size ratio -1; \
|
||||
plot "drill.gp" with points, "mill.gp" with lines' | \\
|
||||
gnuplot -persist
|
||||
|
||||
dplot:
|
||||
echo 'set size square; \
|
||||
echo 'set size ratio -1; \
|
||||
plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
||||
gnuplot -persist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user