<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — Logarithmic scale & sub-sorting mode]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=861</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=861&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Logarithmic scale & sub-sorting mode.]]></description>
		<lastBuildDate>Mon, 07 Oct 2013 05:06:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Logarithmic scale & sub-sorting mode]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2456#p2456</link>
			<description><![CDATA[<p>No, It&#039;s not an emergency case. Only when I use the graph, i find out it will be helpful.</p>]]></description>
			<author><![CDATA[null@example.com (ali_fz)]]></author>
			<pubDate>Mon, 07 Oct 2013 05:06:29 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2456#p2456</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logarithmic scale & sub-sorting mode]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2454#p2454</link>
			<description><![CDATA[<p>It sounds like a good idea. I have added it to my todo list, but don&#039;t expect anything in the nearest future.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sun, 06 Oct 2013 14:49:35 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2454#p2454</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logarithmic scale & sub-sorting mode]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2452#p2452</link>
			<description><![CDATA[<p>Yes; Thanks. I had a mistake in grid units for log (base10) and your guide helped me.</p><p>But I have another propose that can not explain clearly, so I attached a zip file that you can find additional graphic files.</p><p>A)If we want to show grids between 1,0 in smaller units (such as 0.5), there is no option to do this<br />[1,1.5,2,2.5,3,3.5,...,9.5,10]</p><p>B) Assume we have some points that follow on y=logb(x,4), if we set x-axes to logarithmic scale and set tick to 4, after that we select &quot;show grids&quot;, the program will divide the x-axis between 0 &amp; 4 to 9 parts! (that is not a rounded and perfect grids)</p><p>(It is better to divide every tick parts (such as: [1,4]; [4,16]; [16,64] to 3 or 6 or any normal and round parts and lets user to set the grid line manually)</p><br /><p>for better imagination, I attach grf file that shows the last case and also an imaginary picture has made that show the better grid lines:</p><p><a href="http://up.ht/1gbxWlc">http://up.ht/1gbxWlc</a></p>]]></description>
			<author><![CDATA[null@example.com (ali_fz)]]></author>
			<pubDate>Fri, 04 Oct 2013 20:37:12 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2452#p2452</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logarithmic scale & sub-sorting mode]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2444#p2444</link>
			<description><![CDATA[<p>I am a little unsure what it is you want to do, but you usually want tick and grid units to be 10 for logarithmic axes or sometimes 100, 1000, 10000, etc.</p><p>I already have on my todo list to make trendlines bound to parent point series, the same way tangents are bound to parent functions. It is just a matter of finding the time to actually implement it. I hope I will get it done soon.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Wed, 02 Oct 2013 21:59:29 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2444#p2444</guid>
		</item>
		<item>
			<title><![CDATA[Logarithmic scale & sub-sorting mode]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2442#p2442</link>
			<description><![CDATA[<p>Dear Ivan.<br />Hi<br />I tried to draw a plot on logarithmic scale (assume 10) and I want to show grid lines base on 1 (such below link)</p><p><a href="http://upload.wikimedia.org/wikipedia/commons/8/83/LogLogPlot_of_Line.GIF">http://upload.wikimedia.org/wikipedia/c … f_Line.GIF</a></p><p>but I could not adjust it. In the Axes setting, when I try to change the grid unit and tick unit to 1, it not work.<br />It seems by changing trick units, it change base of logarithm.<br />It seems to add an additional option to divide axes trick to desired number of grid (for example in x-Log-Axes on <br />the base of 3, could divide and show grid between 3&amp;6 (4, 5&nbsp; &nbsp;or 3.5 4 5.5 etc.)</p><p>Another suggestion, is about manage and show type of function list in the left hand side space:<br />It will be easy understood if any operation set below &quot;mother Case&quot;</p><p>For example assume you set some point series: S1 ; S2 ; S3<br />After that you right click on S1 and add trend line, the result function shows below S3. (the order of the sorted function is depending on time!) I think it will be better if trend line 1 show under S1, derivative of trend line 1 under the trend 1 and etc.<br />(I paint it in below)</p><p>Current method:&nbsp; &nbsp;<a href="http://upload7.ir/images/67610023851035365102.png">http://upload7.ir/images/67610023851035365102.png</a></p><p>My suggestion method:&nbsp; &nbsp; <a href="http://upload7.ir/images/32949937163444181093.png">http://upload7.ir/images/32949937163444181093.png</a></p><br /><p>Note that by right clicking and choosing insert tangent line/normal, it will be placed under &quot;Mother&quot; function. but in other operation, it is not.</p><p>Best regards</p>]]></description>
			<author><![CDATA[null@example.com (ali_fz)]]></author>
			<pubDate>Wed, 02 Oct 2013 10:16:19 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2442#p2442</guid>
		</item>
	</channel>
</rss>
