<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — Zoom so that axes are scaled differently but the grid is square]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=1072</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=1072&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Zoom so that axes are scaled differently but the grid is square.]]></description>
		<lastBuildDate>Thu, 07 Dec 2017 01:16:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3135#p3135</link>
			<description><![CDATA[<p>Thanks Ivan! I greatly appreciate your response! I hope that one day I can write Plugins as quickly as you do.</p><p>The plugin you created does something different than what Zoom Square does.</p><p>Example:<br />Set the axes settings to the following:<br />Xmin -10&nbsp; &nbsp; &nbsp; &nbsp;Ymin -50<br />Xmax 10&nbsp; &nbsp; &nbsp; &nbsp; Ymax 50<br />Tick Unit 1&nbsp; &nbsp; &nbsp;Tick Unit 10<br />Grid Unit 1&nbsp; &nbsp; &nbsp;Tick Unit 10<br />Show Gridlines&nbsp; &nbsp;Show Gridlines</p><p>If you Zoom Square at this point, the resulting Graph won&#039;t be the same as if you run the Plugin at this point.</p><p>UPDATE: I&#039;ve created a plugin that corrects for the situation described above. If you add this plugin to the plugin folder, you can press Ctrl+Shift+Q and the graph will be zoomed so that the grid-lines are square, using the current grid units.</p>]]></description>
			<author><![CDATA[null@example.com (marcorainaldi)]]></author>
			<pubDate>Thu, 07 Dec 2017 01:16:55 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3135#p3135</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3134#p3134</link>
			<description><![CDATA[<p>This seems to just do the same as Zoom|Square. I have attached a plugin file that adds it to the Plugins menu.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Wed, 06 Dec 2017 22:38:49 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3134#p3134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3133#p3133</link>
			<description><![CDATA[<p>Can anyone help write a plugin that would do Zoom so that the grid lines are square, by doing the following:</p><p>&nbsp; &nbsp; Graph.Form1.ZoomSquareAction.Execute()<br />&nbsp; &nbsp; Graph.Axes.yAxis.Max = Graph.Axes.yAxis.Max*Graph.Axes.yAxis.GridUnit/Graph.Axes.xAxis.GridUnit<br />&nbsp; &nbsp; Graph.Axes.yAxis.Min = Graph.Axes.yAxis.Min*Graph.Axes.yAxis.GridUnit/Graph.Axes.xAxis.GridUnit<br />&nbsp; &nbsp; Graph.Redraw()</p><p>I&#039;m trying to modify the Circle plugin (with my limited coding skills) to do this, but I&#039;m having no luck. I wish I knew how to create plugins beyond butchering the code of the included plugins. </p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (marcorainaldi)]]></author>
			<pubDate>Sat, 02 Dec 2017 17:48:40 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3133#p3133</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3113#p3113</link>
			<description><![CDATA[<p>That was a good question. It actually took me some time to figure out. You can use to call Zoom|Square:<br /></p><div class="codebox"><pre><code>Graph.Form1.ZoomSquareAction.Execute()</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Mon, 16 Oct 2017 21:33:01 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3113#p3113</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3111#p3111</link>
			<description><![CDATA[<p>Thanks! This is very useful. How do you call the ZoomSquare function in a plugin? I was looking for it in the scripting documentation, and couldn&#039;t find it.</p><p>Thanks,<br />Marco</p>]]></description>
			<author><![CDATA[null@example.com (marcorainaldi)]]></author>
			<pubDate>Sun, 15 Oct 2017 02:17:03 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3111#p3111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3109#p3109</link>
			<description><![CDATA[<p>Yes, I believe it is possible to make a plugin that can do that. However It should be rather easy to do manually.</p><p>1. Select <em>Zoom|Square</em> to scale the axes equally.<br />2. In the <em>Edit|Axes</em> dialog under y-axis, you can now add <strong>*2</strong> to <em>Minimum</em> and <em>Maximum</em>.<br />3. You may want to change the <em>Tick unit</em> and <em>Grid unit</em> to be twice the value as the x-axis.</p><p>This can of course be implemented in a plugin.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sun, 24 Sep 2017 22:20:11 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3109#p3109</guid>
		</item>
		<item>
			<title><![CDATA[Zoom so that axes are scaled differently but the grid is square]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3108#p3108</link>
			<description><![CDATA[<p>Is is possible to create a zoom feature or plugin that will adjust the window so that the x-axis and y-axis are scaled differently, but the grid-lines would still appear square? As if it were to be done on physical graph paper. For instance, if I wanted to scale my x-axis by 1s, and my y-axis by 2s, but still have the grid-lines square.</p>]]></description>
			<author><![CDATA[null@example.com (marcorainaldi)]]></author>
			<pubDate>Tue, 19 Sep 2017 01:21:45 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3108#p3108</guid>
		</item>
	</channel>
</rss>
