From 9a6772f79d3bb67d7449a169d4b664f2265d7e13 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 27 Dec 2012 19:52:16 -0300 Subject: [PATCH] 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. --- cameo/templates/mkmk-simple | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cameo/templates/mkmk-simple b/cameo/templates/mkmk-simple index 9a4befd..3e702a8 100755 --- a/cameo/templates/mkmk-simple +++ b/cameo/templates/mkmk-simple @@ -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