<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "Export multiple eps graphs"</title>
	<atom:link href="http://www.aptech.com/questions/export-multiple-eps-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: darika</title>
		<link>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2223</link>
		<comments>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2223#comments</comments>
		<pubDate>Fri, 19 Oct 2012 12:00:40 +0000</pubDate>
		<dc:creator>darika</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2223</guid>
		<description><![CDATA[This was very helpful. All my graphs basically use code like this: new; library pgraph; cls; graphset; @** set global control variables for all graphs ***@ _pmcolor = 0&#124;0&#124;0&#124;0&#124;0&#124;0&#124;0&#124;0&#124;15; _plwidth = 8; _pframe = { 0, 1}; _pltype = 6; &#8230; <a href="http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2223">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This was very helpful. All my graphs basically use code like this:</p>
<p><code><br />
new; library pgraph; cls; graphset;</code></p>
<p>@** set global control variables for all graphs ***@<br />
_pmcolor = 0|0|0|0|0|0|0|0|15;<br />
_plwidth = 8;<br />
_pframe = { 0, 1};<br />
_pltype = 6;<br />
_pcolor = { 12, 10, 1, 11, 7};<br />
_pgrid = { 2, 0};<br />
_ptitlht = 0.2;<br />
_plegctl = { 2 5 1 1 };</p>
<p>data1 = rndu(20, 4);<br />
data2 = rndu(20, 4);<br />
data3 = rndu(20, 4);<br />
xser = seqa(1, 1, 20);</p>
<p>let string myTitle = {&#8220;Figure 1&#8243;, &#8220;Figure 2&#8243;, &#8220;Figure 3&#8243;, &#8220;Figure 4&#8243; };<br />
_plegstr = &#8220;Data100Data200Data3&#8243;;<br />
begwind;<br />
window(2,2,0);<br />
for ii(1,4,1);<br />
setwind(ii);<br />
title(myTitle[ii]);<br />
xy(xser,data1[.,ii]~data2[.,ii]~data3[.,ii]);</p>
<p>endfor;<br />
endwind;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2219</link>
		<comments>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2219#comments</comments>
		<pubDate>Fri, 19 Oct 2012 11:02:10 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2219</guid>
		<description><![CDATA[You should be able to solve your problem by adding: sleep(0.3); after you draw your first graph. Since you are using version 12 you have the new graphics available. They are MUCH easier to use and MUCH nicer to look &#8230; <a href="http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2219">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You should be able to solve your problem by adding:</p>
<pre>
sleep(0.3);
</pre>
<p>after you draw your first graph. </p>
<p>Since you are using version 12 you have the new graphics available. They are MUCH easier to use and MUCH nicer to look at. If you have any graphics code that you would like converted to use the new graphics, post it here and we will help generously with that process.</p>
<p>The current version of 12 is 12.1.9 and it has many new features and bug fixes since 12.0.3. If you have a license for 12 you can download it for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/export-multiple-eps-graphs/#answer-2219/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:55:56 --