<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — .grf file format]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=455</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=455&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in .grf file format.]]></description>
		<lastBuildDate>Wed, 29 Feb 2012 06:54:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: .grf file format]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=1647#p1647</link>
			<description><![CDATA[<p>Okay. It&#039;s been a while but the release is READY!!</p><p>The application is Matt&#039;s MathTools on Sourceforge. If you&#039;re interested, please give it a try. The Graph-related part (which really didn&#039;t take all this time to develop, other parts did!) is the graphing.Graph package. To give an idea of what it does and how it works, here&#039;s a short JavaScript to graph a linear equation:</p><p>// Graph the equation &#039;y = -2x + 5&#039; and we wish to view from (-7, -4) to (11, 15).<br />//<br />var engine = MGraph.getGraphEngine(MGraph.GRAPH_ENGINE);<br />var paper = engine.getGraphPaper(null);<br />paper.setRanges(-7, -4, 11, 15);<br />var graph = engine.getGraph(null);<br />graph.addExpression(graph.STANDARD_GRAPH, &quot;-2x + 5&quot;);<br />paper.addGraph(null, graph);<br />paper.render(null);</p><p>The result is a .grf-file-ready graph. More Graph-specific features may appear in the future, but right now I&#039;m working intensely on other parts of it.</p><p>Thanks yet again for Graph!!</p><p>- matt</p><p>P.S. This post is not meant as an advertisement!! Please don&#039;t take it&nbsp; as such, and please accept my apology if you do.</p>]]></description>
			<author><![CDATA[null@example.com (JMGrape)]]></author>
			<pubDate>Wed, 29 Feb 2012 06:54:42 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=1647#p1647</guid>
		</item>
		<item>
			<title><![CDATA[Re: .grf file format]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=1272#p1272</link>
			<description><![CDATA[<p>Thanks very much! I&#039;ll try not to do it wrong. (And I promise not to complain if I do and Graph crashes!!!)</p>]]></description>
			<author><![CDATA[null@example.com (JMGrape)]]></author>
			<pubDate>Sun, 24 Jul 2011 22:20:48 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=1272#p1272</guid>
		</item>
		<item>
			<title><![CDATA[Re: .grf file format]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=1269#p1269</link>
			<description><![CDATA[<p>There is no documentation for the grf file format, but as you have found out it is basically the Windows INI format.</p><p>The message at the top of the grf files is just meant to tell you that the file should be edited by Graph and not by a text editor or another program. If you do it anyway it is your own responsibility and it may crash Graph if you do it wrong.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sun, 24 Jul 2011 12:47:24 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=1269#p1269</guid>
		</item>
		<item>
			<title><![CDATA[.grf file format]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=1267#p1267</link>
			<description><![CDATA[<p>1. Thank you for Graph. It is wonderful and I love it!</p><p>2. Is the .grf file format documented somewhere? I call myself searching for it but didn&#039;t find anything.</p><p>3. When I opened a .grf file, the format was MS .ini or config format. Is this the format used?</p><p>4. Re ?3: If so, why the &#039;don&#039;t edit this file&#039; message? I would like to add the capability to generate Graph files to a current project of mine. So far it seems to be working but I am wondering if there is some subtlety or legal issue I&#039;m missing.</p><p>5. Thanks again for Graph!!</p>]]></description>
			<author><![CDATA[null@example.com (JMGrape)]]></author>
			<pubDate>Sat, 23 Jul 2011 19:33:15 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=1267#p1267</guid>
		</item>
	</channel>
</rss>
