<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Aplot suggestion?]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=749&amp;type=atom" />
	<updated>2020-05-04T21:22:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=749</id>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3481#p3481" />
			<content type="html"><![CDATA[<p>Jeff,</p><p>Thank you for your prompt response.</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2020-05-04T21:22:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3481#p3481</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3480#p3480" />
			<content type="html"><![CDATA[<p>Frank,</p><p>I see it too.&nbsp; I&#039;ll get that fixed.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-05-04T12:11:22Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3480#p3480</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3479#p3479" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>Thank you very much for the revision of APLOT by adjusting the x,y axis numeric and text labels so that they remain visible when scaling.&nbsp; The Semi-Log y-axis plot labels look perfect. </p><p>However, would you please check the Linear y-axis text labels when scaling the axis from [0,1], [0,10], and [0,100].&nbsp; The numeric y-axis labels display fine, but the text label disappears off the plot area when I tried it.</p><p>Thanks again and stay safe,<br />Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2020-05-02T18:57:16Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3479#p3479</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3478#p3478" />
			<content type="html"><![CDATA[<p>Frank,</p><p>Looking at the code more carefully, it seems that the width of labels is never even calculated when preparing to plot.&nbsp; I&#039;ve added the necessary routine, and the plots look substantially better.&nbsp; I also added a routine to compute the last X-axis label width as well because that number was also being cut off regularly in the plot on the right side of the window.</p><p>We should have a bug fix release of 3.11 in the next few days, and it will include this fix as well.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-04-27T14:03:48Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3478#p3478</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3477#p3477" />
			<content type="html"><![CDATA[<p>Frank,</p><p>That&#039;s definitely a bug.&nbsp; I&#039;ll see if I can sort out why the numbers are being cut off.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-04-26T14:27:17Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3477#p3477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3476#p3476" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>First, I would like to say that Aplot is a great addition to SF and it functions almost seamlessly. However, there is one annoying characteristic that I would suggest should be revised.&nbsp; It is the y-axis numeric labeling when the numbers are either very large or very small.&nbsp; For example, a y-axis label of 1.0e-006 or 1.0e+006 disappears in part off the left side of the graph.&nbsp; The scaling works a little better in logarithmic scale where only the y-axis text label disappears off the graph.&nbsp; </p><p>Q: Would it be possible to to reduce the horizontal size of the plot just slightly enough to allow both the y-axis numeric and text labels to be completely visible on the plot?</p><p>Thank you for all that you have contributed to giving Fortran a new life with SF.</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2020-04-25T16:48:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3476#p3476</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3474#p3474" />
			<content type="html"><![CDATA[<p>Frank,</p><p>It appears that there was a stray debugging line left behind in Aplot.&nbsp; We&#039;ll put together a new build this week that removes it.&nbsp; Thanks for letting me know!</p><p>In regards to rescaling, the code base has some support for it, but it would require dialog support on all platforms to be able to enter scaling information.&nbsp; Carlos is correct that, in order to maintain some consistency across platforms, the library is locked to the lowest common feature set, currently Linux.&nbsp; Because we&#039;re using Xlib directly since we can&#039;t rely on any particular toolkit being installed, we have an extremely limited feature set to work with.&nbsp; In contrast, macOS and Windows do guarantee basically all of the GUI functionality one would expect regardless of operating system version.</p><p>That limiting feature set, though, is merely an explanation of the current state.&nbsp; There is always the possibility that things could change.&nbsp; I&#039;m not particularly against adding features, but we do want to stay safely away from too many features.&nbsp; Maintaining a plotting library isn&#039;t particularly easy.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-04-20T11:35:11Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3474#p3474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3473#p3473" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>I have a minor issue when setting series colors using AppGraphics and Aplot.&nbsp; When in the SF platform in GUI mode but displaying the console, the following is display in the console. Should the text &quot;Attempting color set...&quot; be displayed even though SF is running a GUI?</p><p>Console Display in GUI mode:<br /> Attempting color set...<br /> Attempting color set...<br /> Attempting color set...</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2020-04-18T16:19:48Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3473#p3473</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3472#p3472" />
			<content type="html"><![CDATA[<p>As far as I understand, Aplot window is cross-platform and therefore quite restricted <br />as regards GUI properties. Sorry for the obvious advice,&nbsp; but re-scale y data vector instead.<br />Carlos</p>]]></content>
			<author>
				<name><![CDATA[Carlos Herrera]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=407</uri>
			</author>
			<updated>2020-04-17T16:28:35Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3472#p3472</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Aplot suggestion?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3471#p3471" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>Another question regarding Aplot.&nbsp; Although I realize the Aplot routine is somewhat restrictive, would it be possible to add a menu item that allows the x,y axis ranges to be revised without exiting and re-entering Aplot?&nbsp; &nbsp;Such a functionality would be very useful when there are multiple curves in a plot that have very different ranges.&nbsp; For example, if the y-axis maximum was auto-scaled to 100,000 for one of the curve data but 2nd, 3rd, etc. curve data maximums were 1000, then re-scaling the y-axis manually using a menu item within Aplot would be very useful.</p><p>Thank you for your consideration,<br />Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2020-04-17T10:55:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3471#p3471</id>
		</entry>
</feed>
