From c34a154e25b40302dc1155ba5d3da72880c9716a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 21 Nov 2012 23:17:23 -0300 Subject: [PATCH] cameo/templates/mkmk-simple: use aspect ratio 1:1 with gnuplot (plot, dplot) --- cameo/templates/mkmk-simple | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cameo/templates/mkmk-simple b/cameo/templates/mkmk-simple index c0fabfc..9a4befd 100755 --- a/cameo/templates/mkmk-simple +++ b/cameo/templates/mkmk-simple @@ -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::