<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://sobereva.com/wfnbbs/extern.php?action=feed&amp;tid=997&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Multiwfn forum / Issue with saving graph to image file using a batch script]]></title>
		<link>http://sobereva.com/wfnbbs/viewtopic.php?id=997</link>
		<description><![CDATA[The most recent posts in Issue with saving graph to image file using a batch script.]]></description>
		<lastBuildDate>Wed, 01 May 2024 12:01:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Issue with saving graph to image file using a batch script]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3794#p3794</link>
			<description><![CDATA[<p>Ah, I see, I was using the noGUI version of Multiwfn. Thank you very much.</p>]]></description>
			<author><![CDATA[dummy@example.com (b322qr)]]></author>
			<pubDate>Wed, 01 May 2024 12:01:30 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3794#p3794</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with saving graph to image file using a batch script]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3792#p3792</link>
			<description><![CDATA[<p>Did you install noGUI version of Multiwfn? In this case, image cannot be saved. Otherwise, image should have been generated, and perhaps you didn&#039;t search it in correct folder. Please ensure that you can use the commands to properly generate the image file in the interactive mode before using the script.</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Wed, 01 May 2024 01:53:01 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3792#p3792</guid>
		</item>
		<item>
			<title><![CDATA[Issue with saving graph to image file using a batch script]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3791#p3791</link>
			<description><![CDATA[<p>I am trying to automate the process of generating an image file for DOS plots by using batch scripting. Below are the two files I am using, DOS.sh and DOS.txt. When I run the script, the DOS_line.txt and DOS_curve.txt files are generated as expected, but the image file containing the graph is not. How should I modify the script to output the image file in the current working directory?</p><p>DOS.sh<br />////////////////////////////////////////////////<br />#!/bin/bash<br />for inf in *.fchk<br />do<br />Multiwfn ${inf} &lt;DOS.txt&gt; /dev/null<br />mv -f DOS_line.txt ${inf//fchk}_line.txt<br />mv -f DOS_curve.txt ${inf//fchk}_curve.txt<br />done<br />////////////////////////////////////////////////</p><p>DOS.txt<br />////////////////////////////////////////////////<br />10<br />8<br />0<br />3<br />2<br />0<br />-10<br />////////////////////////////////////////////////</p>]]></description>
			<author><![CDATA[dummy@example.com (b322qr)]]></author>
			<pubDate>Tue, 30 Apr 2024 13:07:07 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3791#p3791</guid>
		</item>
	</channel>
</rss>
