<?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>TW - Virtualization, Research, Grad School &#187; Visualization</title>
	<atom:link href="http://www.tim-wood.net/research/category/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tim-wood.net/research</link>
	<description></description>
	<lastBuildDate>Mon, 10 May 2010 19:27:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clustered Bar Graphs in Mac OS X</title>
		<link>http://www.tim-wood.net/research/2009/11/clustered-bar-graphs-in-mac-os-x/</link>
		<comments>http://www.tim-wood.net/research/2009/11/clustered-bar-graphs-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:28:59 +0000</pubDate>
		<dc:creator>twood</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://www.tim-wood.net/research/?p=176</guid>
		<description><![CDATA[I use gnuplot for most of my graphing needs, but using it for complicated bar charts has always been a pain. Fortunately, there is a very handy clustered/stacked bar chart generator which wraps gnuplot in a nice perl script to add some extra features. I&#8217;d used it previously under Linux without any problems, but to [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.gnuplot.info/">gnuplot</a> for most of my graphing needs, but using it for complicated bar charts has always been a pain. Fortunately, there is a very handy <a href="http://www.burningcutlery.com/derek/bargraph/">clustered/stacked bar chart generator</a> which wraps gnuplot in a nice perl script to add some extra features. I&#8217;d used it previously under Linux without any problems, but to work on a Mac you need to first setup gnuplot (<a href="http://www.tim-wood.net/research/2009/11/setting-up-gnuplot-on-a-mac/">which can be a pain</a>), plus you need the fig2dev utility to actually produce the final output files. Luckily, I found a copy of it compiled for OS X on the <a href="http://tams-www.informatik.uni-hamburg.de/applets/jfig/download.html">jfig webpage</a>, and although it has a warning from 2006 that it may not work on Intel Macs, it works fine on mine. This will let you make eps/pdf versions of your graphs which will work nicely in latex documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tim-wood.net/research/2009/11/clustered-bar-graphs-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Gnuplot on a Mac</title>
		<link>http://www.tim-wood.net/research/2009/11/setting-up-gnuplot-on-a-mac/</link>
		<comments>http://www.tim-wood.net/research/2009/11/setting-up-gnuplot-on-a-mac/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 19:29:21 +0000</pubDate>
		<dc:creator>twood</dc:creator>
				<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://www.tim-wood.net/research/?p=178</guid>
		<description><![CDATA[I wrote these directions down over a year ago, so they could be a bit out of date. I&#8217;d like a permanent record though since some of the steps are a bit tricky&#8230;
Gnuplot is used for making graphs. If you try to compile it normally you will get some errors. Here is how to make [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote these directions down over a year ago, so they could be a bit out of date. I&#8217;d like a permanent record though since some of the steps are a bit tricky&#8230;</p>
<p>Gnuplot is used for making graphs. If you try to compile it normally you will get some errors. Here is how to make it work:</p>
<ol>
<li>Download and install <a href="http://aquaterm.sourceforge.net/" target="_blank">aquaterm</a> &#8211; this is a program which will handle the actual plotting graphics for gnuplot.</li>
<li>Download the source code for <a href="http://gnuplot.sourceforge.net/">gnpulot</a> &#8211; I am using 4.2.3.</li>
<li>Extract the source code somewhere (double click the file in finder or use &#8220;tar xzf FILENAME&#8221; from a terminal.</li>
<li>Open a terminal and change to the extracted source directory.</li>
<li>Configure the source code distribution by running: <strong>./configure &#8211;with-readline=builtin </strong>You must use the &#8211;with-readline flag because Mac OS X comes with a bad version of this library. More details <a href="http://groups.google.com/group/comp.graphics.apps.gnuplot/browse_thread/thread/da76a483b4d64f47/569ce0a55aa420ae" target="_blank">here</a>.</li>
<li>Build the source code by running <strong>make</strong></li>
<li>Install the resulting package by running <strong>make install</strong></li>
<li>You are done!</li>
</ol>
<p>You can test it out by running <strong>gnuplot </strong>at the terminal and then typing <strong>plot sin(x)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tim-wood.net/research/2009/11/setting-up-gnuplot-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.273 seconds -->
