Open main menu

Changes

In each of these folders, there is a [[grace2images.py]] python file, which will as standard convert the
grace script files to PNG files.
== Inspect graphs ==
You can convert all to PNG images, by:
<source lang="bash">
# And to delete them
find . -type f -name "*.png" -exec rm -f {} \;
</source>
 
== Convert log file to relax script ==
If you made a logfile, then you can do convert it to the full relax script.<br>
See [[Grep_log_file]] for this.
 
== Inspect model selection ==
<source lang="bash">
</source>
= See also =
[[Category:Tutorials]]
Trusted, Bureaucrats
1,382

edits