From: Hans-Bernhard B. <HBB...@t-...> - 2008-06-09 20:49:47
|
Mike Libby wrote: > Is it possible to set xtics and ytics to exactly the same lengths say a > cm. or inch, and then make a print of it without any compressions or > elongations? Generally no. gnuplot is a plotting program, not a CAD engine. > The "set square" command doesn't seem to work. It works --- it just doesn't do what you want. What you're doing is more like "set size ratio -1", but even that doesn't control absolute size of the output. |