<?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 "draw two histograms together using hist() ?"</title>
	<atom:link href="http://www.aptech.com/questions/draw-two-histograms-together-using-hist/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: aptech</title>
		<link>http://www.aptech.com/questions/draw-two-histograms-together-using-hist/#answer-1829</link>
		<comments>http://www.aptech.com/questions/draw-two-histograms-together-using-hist/#answer-1829#comments</comments>
		<pubDate>Thu, 04 Oct 2012 14:08:48 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/draw-two-histograms-together-using-hist/#answer-1829</guid>
		<description><![CDATA[Let&#8217;s first look at the problem&#8217;s you are having with plotHist. Controlling the axis: Here is a link to a procedure that you can use to control the height and width of the axis for histograms (or any 2-D plot &#8230; <a href="http://www.aptech.com/questions/draw-two-histograms-together-using-hist/#answer-1829">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s first look at the problem&#8217;s you are having with plotHist.</p>
<ol>
<li>Controlling the axis: <a title="Scaling axis in GAUSS 12" href="http://www.aptech.com/questions/how-can-i-control-the-axis-scale-on-my-graphs-in-gauss-12/">Here is a link</a> to a procedure that you can use to control the height and width of the axis for histograms (or any 2-D plot type in GAUSS 12).</li>
<li>As to fonts, GAUSS 12 will allow you to use ANY font installed on your machine. Your computer should have nearly 100 to choose from.</li>
<li> To export a graph drawn with the plotHist() command to EPS, you have two options:
<ol>
<li>From the File Menu at the top of the graphics page, you can select: File-&gt;Export Graph and that will bring up a window to choose a name for the file, the image type you would like (EPS, PNG, TIFF, PDF, JPEG, etc) and also allow you to scale the size of your stored image if you choose.</li>
<li>Use the plotSave command, which will save your last drawn graph to the file type of your choosing like this:</li>
<pre>
plotHist(a, b);
grphSz = { 30, 18 };
plotSave("mygraphfilename.eps", grphSz);</pre>
<li>&#8216;grphSz&#8217; indicates the size in centimeters (width, height) you would like your graph to be saved as.
</li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/draw-two-histograms-together-using-hist/#answer-1829/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:40:42 --