<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hamish wrote:
<blockquote cite="mid20060710095710.1551d4e2.hamish_nospam@yahoo.com"
 type="cite">
  <pre wrap="">Luigi Ponti wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I tried to save (to a .png file) a GRASS display including the ouput
of  d.graph as well as regular raster and vector maps. However,
everything  else except the d.graph output would show up in the .png
image.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
(grass 6.1)

d.graph only saves to the X monitor's draw-history if the input was
given in a file with the input= option. It can't recreate what was fed
from stdin in a future redraw.

So put your drawing commands in a file. g.tempfile might help.



Hamish

  </pre>
</blockquote>
Dear Hamish,<br>
<br>
I did give input in a file via the input= option. Yet, it doesn't save
to .png.<br>
However, I am using grass 6.0: could this be the problem?<br>
Thanks and regards,<br>
<br>
Luigi<br>
<br>
</body>
</html>