# HG changeset patch # User jwe # Date 1028233293 0 # Node ID e021e2e2c1ad048f7ff59de5767f10821d938490 # Parent eb377885843df849c103ac9ee844a2fd31ffbcd2 [project @ 2002-08-01 20:21:33 by jwe] diff --git a/scripts/image/image.m b/scripts/image/image.m --- a/scripts/image/image.m +++ b/scripts/image/image.m @@ -71,7 +71,7 @@ saveimage (ppm_name, A, "ppm"); - ## Start the viewer. Try xv, then xloadimage. + ## Start the viewer. Try display, xv, then xloadimage. xv = sprintf ("xv -expand %f %s", zoom, ppm_name);