<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Aplot graphs twice??]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=877</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=877&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Aplot graphs twice??.]]></description>
		<lastBuildDate>Fri, 27 Jan 2023 05:42:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Aplot graphs twice??]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4046#p4046</link>
			<description><![CDATA[<p>I see it&#039;s fixed in the latest version. Thanks, Jeff</p>]]></description>
			<author><![CDATA[null@example.com (peter.kelly)]]></author>
			<pubDate>Fri, 27 Jan 2023 05:42:23 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4046#p4046</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aplot graphs twice??]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4029#p4029</link>
			<description><![CDATA[<p>I&#039;m seeing it as well.&nbsp; There were some Aplot changes in this release that must be causing it.&nbsp; I&#039;ll look into the problem.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 14 Dec 2022 20:02:13 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4029#p4029</guid>
		</item>
		<item>
			<title><![CDATA[Aplot graphs twice??]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4026#p4026</link>
			<description><![CDATA[<p>Hi Jeff,<br />I am trying Aplot for the first time and it&#039;s working great, easy to use too. However.... When I call display_plot, it graphs the data, closes that window and then opens a new window and graphs the data once more.&nbsp; I am only using the basic code from the examples on-line and I am only calling this routine once. Any suggestions? I running it on Windows 11.<br />module plotter<br />&nbsp; &nbsp; implicit none<br />&nbsp; &nbsp; contains<br />subroutine meplot(p,q)<br />use aplot<br />use iso_fortran_env, only: wp=&gt;real64, SP=&gt;REAL32<br />implicit none</p><p>&nbsp; &nbsp; type(aplot_t)::plot<br />&nbsp; &nbsp; INTEGER , PARAMETER&nbsp; ::&nbsp; WSIZE = 1000&nbsp; &nbsp; <br />&nbsp; &nbsp; real(wp), dimension(wsize)::p, q<br />&nbsp; &nbsp; real(sp), dimension(wsize)::x, y<br />&nbsp; &nbsp; integer::i<br />&nbsp; &nbsp; x=p;y=q&nbsp; &nbsp; &nbsp;! copy to real values<br />&nbsp; &nbsp; plot = initialize_plot()<br />&nbsp; &nbsp; call set_yscale(plot, minval(y)-1.0, 1.0+MAXVAL(Y))<br />&nbsp; &nbsp; call set_xscale(plot, minval(x)-1.0, MAXVAL(x)+1.0)<br />&nbsp; &nbsp; call set_title(plot, &quot;Spline values&quot;)<br />&nbsp; &nbsp; call set_xlabel(plot, &quot;Round&quot;)<br />&nbsp; &nbsp; call set_ylabel(plot, &quot;Interpolated values&quot;)<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; call set_seriestype(plot, 0, APLOT_STYLE_LINE)<br />&nbsp; &nbsp; call add_dataset(plot, x,y)<br />&nbsp; &nbsp; call set_serieslabel(plot, 0, &quot;Football Scores&quot;)<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; CALL set_seriescolor (plot, 0, 0, 0, 0)!&nbsp; Set to black (item 0,r,g,b) <br />&nbsp; &nbsp; call display_plot(plot)<br />&nbsp; &nbsp; call destroy_plot(plot)<br />&nbsp; &nbsp; return<br />&nbsp; &nbsp; end subroutine meplot<br />end module plotter</p>]]></description>
			<author><![CDATA[null@example.com (peter.kelly)]]></author>
			<pubDate>Wed, 14 Dec 2022 06:32:04 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4026#p4026</guid>
		</item>
	</channel>
</rss>
