<?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>... and points beyond &#187; visualization</title>
	<atom:link href="http://andpointsbeyond.com/category/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://andpointsbeyond.com</link>
	<description>mostly about data</description>
	<lastBuildDate>Wed, 05 May 2010 23:26:58 +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>Low-Cost Data Analysis &amp; Visualization: It&#8217;s Getting Better All The Time</title>
		<link>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/</link>
		<comments>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 02:43:45 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[MPP]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Tableau]]></category>
		<category><![CDATA[Vertica]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[emerging technology]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=213</guid>
		<description><![CDATA[Over the weekend I have revisited Tableau, enjoyed some success with MonetDB, tried to turn MySQL into a hundred million row data warehouse, been underwhelmed with Firebird, installed Greenplum and spent many frustrated hours with Talend Open Studio, Pentaho Kettle and Jitterbit.
Of course, I could just buy QlikView, but what can be done for less [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/' rel='bookmark' title='Permanent Link: Interactive Information Visualization'>Interactive Information Visualization</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/whats-vertica/' rel='bookmark' title='Permanent Link: What&#8217;s Vertica?'>What&#8217;s Vertica?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I have revisited <a href="http://tableausoftware.com/">Tableau</a>, enjoyed some success with <a href="http://monetdb.cwi.nl/">MonetDB</a>, tried to turn <a href="http://dev.mysql.com/">MySQL</a> into a hundred million row data warehouse, been underwhelmed with <a href="http://www.firebirdsql.org/">Firebird</a>, installed <a href="http://www.greenplum.com/">Greenplum</a> and spent many frustrated hours with <a href="http://www.talend.com/index.php">Talend Open Studio</a>, <a href="http://kettle.pentaho.org/">Pentaho Kettle</a> and <a href="http://www.jitterbit.com/">Jitterbit</a>.</p>
<p>Of course, I could just buy <a href="http://qlikview.com/home.aspx?LangType=1033">QlikView</a>, but what can be done for less $money? Unfortunately data warehouses and BI front-ends are not sexy problems in the opensource community. <a href="http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/">Graphs and charts</a> get a little more attention, but you&#8217;ll need to write your own code to glue them to your application.</p>
<p><strong>In summary, what can I say about our options?</strong></p>
<p>First, write your own ETL. Why do opensource ETL tools like Talend and Kettle work so hard to rebuild <a href="http://www.informatica.com/Pages/index.aspx">Informatica</a>? It reminds me of Linux in the 1990s when the community wanted to beat Windows and kept working to look like Windows and wondering when victory would arrive. Informatica, like OLAP and mainframes, is from an era when memory was scarce; languages were low-level, slow to compile &amp; run, abstracted little and were not at all portable. On top of that, ODBC drivers were tightly controlled and costly.</p>
<p>But now we can pick from many great scripting languages. Today&#8217;s languages abstract the hard parts, are easy to read, can be edited while executing and talk to any system, database, web service or application. I think the next direction for ETL will be a simple (but extensible) transformation language using an ORM wrapper&#8230; Rails on ETL. Until that arrives, you can achieve everything you need with PHP, Perl, Ruby and others.</p>
<p><strong>Best option for low-cost data warehouse?</strong></p>
<p><span id="more-213"></span></p>
<p>Check out the totally free <a href="http://monetdb.cwi.nl/">MonetDB</a>. Unless <a href="http://www.vertica.com/">Vertica</a> or <a href="http://www.infobright.com/">InfoBright</a> reconsiders releasing a low/no cost option, MonetDB will likely mature to become a first-choice column-store database. It&#8217;s an academic project that has earned a sizeable development community and user base. The product is functional today for tens of millions of rows (maybe more). So far I have personally worked with a few million rows in MonetDB and I&#8217;d like to use it again. With a little focus on usability and packaging, it could be a contender.</p>
<p>Greenplum, freely available for development, won&#8217;t help. The architecture is designed around Massively Parallel Processing. As a single, standalone installation, it&#8217;s basically just PostgreSQL. You won&#8217;t see extra performance without a farm of servers.</p>
<p>To my surprise, MySQL itself is not too bad. The MyISAM tables are speedy and <a href="http://tomictech.com/2008/06/16/building-a-data-warehouse-on-a-budget-with-mysql-51/">Alex Tomic wrote a post </a>about using multiple queries against the Archive storage engine and how to steal an index with that engine. With basic MyISAM on a fast server, I&#8217;m running 10GB table scans in under a minute, but moderate aggregations take a few minutes. Architecturally, MySQL is limited. One query = one thread = one core. Running two simultaneous queries is an option, but MySQL still would not do the kind of transparent, optimized caching that you need for a warehouse. Throughput is limited to disk I/O speed. InfoBright has built a column-store storage engine for MySQL but it&#8217;s targeted for the enterprise only.</p>
<p><strong>What about the front end?</strong></p>
<p>For the money and quality and ease of integration, it&#8217;s hard to beat <a href="http://tableausoftware.com/">Tableau</a>. $1800 bucks isn&#8217;t cheap, but for a small business that truly needs to analyze patterns, this will do the job and it makes very pretty charts. The most recent version has integrated support for mapping based on zip code, area code, state, country and others. The maps also incorporate Census and USGS data and are pulled live from an online source. They look great! Tableau has always had a smooth, easy-to-understand layout and a crisp look that makes each chart very attractive in a presentation. It also automatically guesses what chart you want based on the quality &amp; number of aggregates and dimensions.</p>
<p>The drawback is that Tableau doesn&#8217;t have its own high-speed database or ETL tool. Tableau can&#8217;t shine until a low/no-cost read-optimized database is available. Until then, it does support the most common databases and data warehouses, both commercial and open-source. Except it can&#8217;t handle generic ODBC and I don&#8217;t know why.</p>
<p>There&#8217;s <a href="http://www.jaspersoft.com/">JasperSoft</a> = CrystalReports + OLAP + Informatica + Web Dashboards. Each component is from a different opensource project, so they don&#8217;t all use the same platform or interface, and they can&#8217;t all read the same data sources. The democratization of BI is NOT going to come from enterprise tools made cheap; it will come from simple disruptive tools that add new ideas and polish with each release. Sorry, Jasper.</p>
<p><strong>What would I use to build a reporting system for a smaller business?</strong></p>
<p>Well, assuming we&#8217;re doing it to make more money, not to keep up appearances, the best choice is still to pay the money for QlikView. It reads ODBC, OLE DB, text files and Excel&#8211;everything a business needs. The ETL language is easy to understand for any businessperson that has put together an Access database or enjoys Excel formulas (blech!). The GUI front-end designer is powerful &amp; straightforward. And the in-memory database behind QlikView is so incredibly fast that I routinely analyze 10 million of rows in a split-second. It&#8217;s a one-stop shop.</p>
<p>Tableau is a good option but you lose the database and ETL. Maybe you don&#8217;t have a large volume of data or maybe it&#8217;s all in one view in the database&#8211;Tableau could work for you.</p>
<p>At a lower cost? Well, it definitely comes down to tradeoffs in coder skill, money, development time and ease of use. Whereas in QlikView anyone can write the basic code to read a couple tables, all other solutions demand heavy lifting somehwere.</p>
<p><strong>If I was doing it for free?</strong></p>
<p>I&#8217;d start with PHP, and possibly Ruby. Read from a database, calculate, generate Google Charts, and maybe use one of the <a href="http://www.maani.us/xml_charts/">low/no-cost Flash-based charting libraries for interactive splash</a>. In a future post I&#8217;d like to cover ORMs and Google Chart APIs and how it can help get these projects off and running quickly.</p>
<p>Got any ideas? I&#8217;m always on the lookout for a faster cheaper better way to create these solutions.</p>
<p><a href="http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/">50 Cool Things You Can Do with Google Charts</a></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/' rel='bookmark' title='Permanent Link: Interactive Information Visualization'>Interactive Information Visualization</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/whats-vertica/' rel='bookmark' title='Permanent Link: What&#8217;s Vertica?'>What&#8217;s Vertica?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create a Bullet Graph In QlikView + Video</title>
		<link>http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/</link>
		<comments>http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/#comments</comments>
		<pubDate>Fri, 02 May 2008 23:02:23 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/</guid>
		<description><![CDATA[What settings do you use for the gauge and bar charts? Watch the video!
Stephen Few, who spoke at the QlikView conference in April, devised the bullet graph a few years ago. A QlikView customer used bullet graphs and sparklines and was very generous to allow QlikTech to post a working demo of their application. I&#8217;m [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/' rel='bookmark' title='Permanent Link: Bullets from Few Rendered in QlikView'>Bullets from Few Rendered in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/01/qlikview-85-introduces-set-analysis/' rel='bookmark' title='Permanent Link: QlikView 8.5 Introduces &#8220;Set Analysis&#8221;'>QlikView 8.5 Introduces &#8220;Set Analysis&#8221;</a></li>
<li><a href='http://andpointsbeyond.com/2009/03/12/qlikview-9-beta/' rel='bookmark' title='Permanent Link: QlikView 9 Beta!!!'>QlikView 9 Beta!!!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://andpointsbeyond.com/screencast/bulletgraph/bulletgraph.html">What settings do you use for the gauge and bar charts? Watch the video!</a></strong></p>
<p>Stephen Few, who spoke at the QlikView conference in April, <a href="http://www.perceptualedge.com/blog/?p=217">devised the bullet graph a few years ago</a>. A QlikView customer used bullet graphs and sparklines and was very generous to allow QlikTech to post <a href="http://demo.qlikview.com/qlikview/AJAX/FinanceControlling">a working demo of their application</a>. I&#8217;m going to build the bullet graphs from that app. You can download and dissect a QVW copy of that app from the <a href="http://demo.qliktech.com/">QlikView demo website</a>.</p>
<p><img src="http://andpointsbeyond.com/wp-content/uploads/2008/05/demo-app-example.png" alt="Bullet Graph Demo App Example" /></p>
<p>The bullet graph in QlikView is a bar chart overlayed on a gauge chart. The demo app uses a technique of aligning the targets on all the graphs to 100% of current year budget. The formula for the black line is current year actuals divided by current year budget. The darker gauge section shows prior year actuals over <em>current</em> year budget.</p>
<p><img src="http://andpointsbeyond.com/wp-content/uploads/2008/05/bullet-graph-diagram.png" alt="Bullet Graph Diagram" /></p>
<p>This technique has several advantages:</p>
<ul>
<li>Because PY and CY actuals are both divided by CY budget, they are still in harmony. You can visually see that current year sales is significantly less than last year&#8217;s sales.</li>
<li>Actual divided by Budget unifies many measures with wildly different scales, making chart maintenance easier without hurting accuracy.</li>
<li>Without this technique, you would need to write expressions for the gauge chart expression, and maximum values for bar and gauge charts. With this technique, they are 1 and 1.5.</li>
<li>There is additional context in answering the question, &#8220;If we were repeating last year&#8217;s performance, would we be beating our budget, and by how much?&#8221;</li>
</ul>
<p>I hope you&#8217;ve enjoyed this tour through bullet graphs. Take a look at the demo app for sparklines, which I plan to profile as well.</p>
<p><strong><a href="http://andpointsbeyond.com/screencast/bulletgraph/bulletgraph.html">What settings do you use for the gauge and bar charts? Watch the video!</a></strong></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/' rel='bookmark' title='Permanent Link: Bullets from Few Rendered in QlikView'>Bullets from Few Rendered in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/01/qlikview-85-introduces-set-analysis/' rel='bookmark' title='Permanent Link: QlikView 8.5 Introduces &#8220;Set Analysis&#8221;'>QlikView 8.5 Introduces &#8220;Set Analysis&#8221;</a></li>
<li><a href='http://andpointsbeyond.com/2009/03/12/qlikview-9-beta/' rel='bookmark' title='Permanent Link: QlikView 9 Beta!!!'>QlikView 9 Beta!!!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bullets from Few Rendered in QlikView</title>
		<link>http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/</link>
		<comments>http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:39:37 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[QlikView]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/</guid>
		<description><![CDATA[Stephen Few in his blog recently highlighted bullet graphs.

I wanted to point out a QlikView demo application that uses this technique alongside Tufte&#8217;s sparklines. You can download and play with this application or examine the AJAX version.



Related posts:Create a Bullet Graph In QlikView + Video
How To Request A Ticket Using QlikView&#8217;s HTTP Server
QlikView&#8217;s Black Friday [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/' rel='bookmark' title='Permanent Link: Create a Bullet Graph In QlikView + Video'>Create a Bullet Graph In QlikView + Video</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/27/how-to-request-a-ticket-using-qlikviews-http-server/' rel='bookmark' title='Permanent Link: How To Request A Ticket Using QlikView&#8217;s HTTP Server'>How To Request A Ticket Using QlikView&#8217;s HTTP Server</a></li>
<li><a href='http://andpointsbeyond.com/2008/11/27/qlikviews-black-friday-analysis/' rel='bookmark' title='Permanent Link: QlikView&#8217;s Black Friday Analysis'>QlikView&#8217;s Black Friday Analysis</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Stephen Few in his blog <a href="http://www.perceptualedge.com/blog/?p=217">recently highlighted bullet graphs</a>.</p>
<p><img src="http://andpointsbeyond.com/wp-content/uploads/2008/02/bullet-graph-description.jpg" alt="Bullet Graph" /></p>
<p>I wanted to point out a QlikView demo application that uses this technique alongside Tufte&#8217;s sparklines. You can <a href="http://demo.qliktech.com/">download and play</a> with this application or <a href="http://demo.qlikview.com/qlikview/AJAX/FinanceControlling">examine the AJAX version</a>.</p>
<p><img src="http://andpointsbeyond.com/wp-content/uploads/2008/02/few-in-qlikview.jpg" alt="Bullet Graphs in QlikView" /></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/' rel='bookmark' title='Permanent Link: Create a Bullet Graph In QlikView + Video'>Create a Bullet Graph In QlikView + Video</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/27/how-to-request-a-ticket-using-qlikviews-http-server/' rel='bookmark' title='Permanent Link: How To Request A Ticket Using QlikView&#8217;s HTTP Server'>How To Request A Ticket Using QlikView&#8217;s HTTP Server</a></li>
<li><a href='http://andpointsbeyond.com/2008/11/27/qlikviews-black-friday-analysis/' rel='bookmark' title='Permanent Link: QlikView&#8217;s Black Friday Analysis'>QlikView&#8217;s Black Friday Analysis</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2008/02/06/bullets-from-few-rendered-in-qlikview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Economist InfoGraphic of the Day</title>
		<link>http://andpointsbeyond.com/2007/10/24/economist-infographic-of-the-day/</link>
		<comments>http://andpointsbeyond.com/2007/10/24/economist-infographic-of-the-day/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 18:59:12 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2007/10/24/economist-infographic-of-the-day/</guid>
		<description><![CDATA[Every day, the Economist site adds an original chart.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Every day, <a href="http://economist.com/daily/chartgallery/">the Economist site adds an original chart</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/10/24/economist-infographic-of-the-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hans Rosling Is My Hero</title>
		<link>http://andpointsbeyond.com/2007/10/05/hans-rosling-is-my-hero/</link>
		<comments>http://andpointsbeyond.com/2007/10/05/hans-rosling-is-my-hero/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 06:16:00 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2007/10/05/hans-rosling-is-my-hero/</guid>
		<description><![CDATA[I just can&#8217;t get enough of the Gapminder software, officially called Trendalyzer. The easy interface is just an enhanced scatter plot but it does the job perfectly. I think a lot of people, like me, were amazed and excited by his talk at TED 2006. He demonstrated that analytics offers real insight and improves efficiency. [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/07/10/roslings-trendalizer-program/' rel='bookmark' title='Permanent Link: Rosling&#8217;s Trendalizer Program'>Rosling&#8217;s Trendalizer Program</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/10/hans-rosling-of-gapminderorg-incredible-info-displays/' rel='bookmark' title='Permanent Link: Hans Rosling (of Gapminder.org) &#8212; Incredible Info Displays'>Hans Rosling (of Gapminder.org) &#8212; Incredible Info Displays</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/10/what-software-was-hans-rosling-using/' rel='bookmark' title='Permanent Link: What Software Was Hans Rosling Using?'>What Software Was Hans Rosling Using?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just can&#8217;t get enough of the <a href="http://www.gapminder.org/">Gapminder</a> software, officially called <a href="http://tools.google.com/gapminder/#$majorMode=chart$is;shi=t;ly=2003;lb=f;il=t;fs=11;al=30;stl=t;st=t;nsl=t;se=t$wst;tts=C$ts;sp=6;ti=2004$zpv;v=1$inc_x;mmid=XCOORDS;iid=NY.GDP.PCAP.PP.KD;by=ind$inc_y;mmid=YCOORDS;iid=SP.DYN.LE00.IN;by=ind$inc_s;uniValue=20;iid=SP.POP.TOTL;by=ind$inc_c;uniValue=255;gid=1004;iid=SP.POP.DPND;by=grp$map_x;scale=log;dataMin=466;dataMax=64299$map_y;scale=lin;dataMin=24;dataMax=82$map_s;sma=50;smi=1.2$inds=">Trendalyzer</a>. The easy interface is just an enhanced scatter plot but it does the job perfectly. I think a lot of people, like me, were amazed and excited by his <a href="http://www.ted.com/index.php/talks/view/id/92">talk at TED 2006</a>. He demonstrated that analytics offers real insight and improves efficiency. Now there are <a href="http://www.gapminder.org/video/gap-cast/">more &#8220;Gapcasts&#8221; to enjoy</a>.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/07/10/roslings-trendalizer-program/' rel='bookmark' title='Permanent Link: Rosling&#8217;s Trendalizer Program'>Rosling&#8217;s Trendalizer Program</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/10/hans-rosling-of-gapminderorg-incredible-info-displays/' rel='bookmark' title='Permanent Link: Hans Rosling (of Gapminder.org) &#8212; Incredible Info Displays'>Hans Rosling (of Gapminder.org) &#8212; Incredible Info Displays</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/10/what-software-was-hans-rosling-using/' rel='bookmark' title='Permanent Link: What Software Was Hans Rosling Using?'>What Software Was Hans Rosling Using?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/10/05/hans-rosling-is-my-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Information Visualization</title>
		<link>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/</link>
		<comments>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 04:51:42 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Spotfire]]></category>
		<category><![CDATA[Tableau]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=129</guid>
		<description><![CDATA[Enrico Bertini at Visuale asks how important is interactivity in information visualization? As a proponent of QlikView, Spotfire, Tableau and others, I think it&#8217;s extremely important. Interactivity is the future, it&#8217;s &#8220;make or break.&#8221;
I&#8217;ve been implementing speed-of-thought interactive BI tools for 6 years and I don&#8217;t want to do it any other way. When I [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/03/12/social-explorer-interactive-census-data/' rel='bookmark' title='Permanent Link: Social Explorer &#8212; Interactive Census Data'>Social Explorer &#8212; Interactive Census Data</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Enrico Bertini at Visuale asks <a href="http://diuf.unifr.ch/people/bertinie/visuale/2007/05/the_neglected_role_of_interact_1.html">how important is interactivity in information visualization?</a> As a proponent of QlikView, Spotfire, Tableau and others, I think it&#8217;s extremely important. Interactivity is the future, it&#8217;s &#8220;make or break.&#8221;</p>
<p>I&#8217;ve been implementing speed-of-thought interactive BI tools for 6 years and I don&#8217;t want to do it any other way. When I watched my first seasoned executive lose restraint and laugh uncontrollably as he got instant answers to his hardest questions, I knew this was the only way to go. When my end-user training sessions end late because everyone is so excited about what they can do, it&#8217;s clear that people NEED interactivity.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/03/12/social-explorer-interactive-census-data/' rel='bookmark' title='Permanent Link: Social Explorer &#8212; Interactive Census Data'>Social Explorer &#8212; Interactive Census Data</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Response to the Tableau 3.0 Webinar</title>
		<link>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/</link>
		<comments>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/#comments</comments>
		<pubDate>Thu, 03 May 2007 04:27:53 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Tableau]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=128</guid>
		<description><![CDATA[I finally got around to watching the Tableau 3.0 webinar. I agree with their very excited presenter that Tableau 3.0 is a leap forward. The support of ad-hoc grouping of dimension elements is excellent as is the enhanced support of ad-hoc sets. The annotations look good and act sensibly. Generally, the new features are focused [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Permanent Link: Review of Tableau Professional'>Review of Tableau Professional</a></li>
<li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/more-on-vertica/' rel='bookmark' title='Permanent Link: More on Vertica'>More on Vertica</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I finally got around to watching the <a href="http://www.tableausoftware.com/seminars/archive/4-19A_webseminar.wmv">Tableau 3.0 webinar</a>. I agree with their very excited presenter that Tableau 3.0 is a leap forward. The support of ad-hoc grouping of dimension elements is excellent as is the enhanced support of ad-hoc sets. The annotations look good and act sensibly. Generally, the new features are focused on ease of use, better statistical analysis, and report clarity. All good things. <a href="http://www.tableausoftware.com/support/index.php/board,3.0.html">Here are 3.0 examples.</a></p>
<p>Annotations should be required in every BI tool. The ability to mark reference lines and data points on graphs and tables is critical to clear communication. Placing an annotation on a point in space does not require a data point to exist there, another nice feature. The smart BI vendors are focusing on collaboration and communication among users.</p>
<p>&#8220;Groups&#8221; stole their name from the &#8220;groups&#8221; of 2.x which are now the &#8220;sets&#8221; of 3.0 and can be used like so: similar dimensions such as coffee and tea, which may need to be represented in the database as separate product lines, can now be combined on the fly within Tableau by an end user under the simple heading &#8220;drinks&#8221;. This would make it easy to answer a question about food vs drink sales without the need to export to Excel and spend more time adding up the drink categories. In short, &#8220;groups&#8221; bring dimension values together and &#8220;sets&#8221; allow for separating special values from the rest of a dimensions values&#8211;and both can be done by the end user. Pretty nice.</p>
<p>I think the strongest competitor for visualization is Spotfire. However, Tableau&#8217;s use of live database interaction will become an advantage as data warehouse implementations shift to high-performance in-memory read-optimized databases. Was that over-hyphenated? Spotfire&#8217;s initial data loads are inflexible and I wouldn&#8217;t recommend it if you need to update a large dataset frequently.</p>
<p>Unlike QlikView, all of Tableau&#8217;s data needs to be in a single database. With good design, this is not a performance issue. The problem is that the extra expense of hardware and software to store a separate data warehouse and run ETL processing may push Tableau&#8217;s final price tag far above QlikView, which can easy pull from multiple sources and uses its own high-speed database.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Permanent Link: Review of Tableau Professional'>Review of Tableau Professional</a></li>
<li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/more-on-vertica/' rel='bookmark' title='Permanent Link: More on Vertica'>More on Vertica</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Music with reactable</title>
		<link>http://andpointsbeyond.com/2007/04/29/beautiful-music-with-reactable/</link>
		<comments>http://andpointsbeyond.com/2007/04/29/beautiful-music-with-reactable/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 15:15:30 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=127</guid>
		<description><![CDATA[From the Björk shows comes the reactable. The demo is wonderful. Via Boing Boing.



Related posts:Create a Bullet Graph In QlikView + Video



Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/' rel='bookmark' title='Permanent Link: Create a Bullet Graph In QlikView + Video'>Create a Bullet Graph In QlikView + Video</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>From the Björk shows comes the <a href="http://mtg.upf.es/reactable/">reactable</a>. The <a href="http://video.google.com/videoplay?docid=-4689008057039304357&amp;q=reactable&amp;hl=en">demo</a> is wonderful. Via <a href="http://www.boingboing.net/2007/04/28/coachella_bjarks_wil.html">Boing Boing</a>.</p>
<p><a href='http://andpointsbeyond.files.wordpress.com/2007/04/snag-0003.png' title='snag-0003.png'><img src='http://andpointsbeyond.files.wordpress.com/2007/04/snag-0003.png' alt='snag-0003.png' /></a></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/05/02/create-a-bullet-graph-in-qlikview-video/' rel='bookmark' title='Permanent Link: Create a Bullet Graph In QlikView + Video'>Create a Bullet Graph In QlikView + Video</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/04/29/beautiful-music-with-reactable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Periodic Table of Visualization Methods</title>
		<link>http://andpointsbeyond.com/2007/04/24/a-periodic-table-of-visualization-methods/</link>
		<comments>http://andpointsbeyond.com/2007/04/24/a-periodic-table-of-visualization-methods/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 22:11:53 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=125</guid>
		<description><![CDATA[What and outstanding site! Found on Kevin Kelly&#8217;s Cool Tools blog.



Related posts:Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time



Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.visual-literacy.org/periodic_table/periodic_table.html">What and outstanding site!</a> <a href="http://www.kk.org/cooltools/archives/001662.php">Found</a> on Kevin Kelly&#8217;s <a href="http://www.kk.org/cooltools/index.php">Cool Tools</a> blog.</p>
<p><a href='http://andpointsbeyond.files.wordpress.com/2007/04/snag-0001.png' title='snag-0001.png'><img src='http://andpointsbeyond.files.wordpress.com/2007/04/snag-0001.png' alt='snag-0001.png' /></a></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/04/24/a-periodic-table-of-visualization-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Inner Life of the Cell</title>
		<link>http://andpointsbeyond.com/2007/04/20/the-inner-life-of-the-cell/</link>
		<comments>http://andpointsbeyond.com/2007/04/20/the-inner-life-of-the-cell/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 17:24:47 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=122</guid>
		<description><![CDATA[The Inner Life of the Cell is a mind-expanding animation. Watch the incessant, precise, complex and beautiful activity inside a single white blood cell. Why can&#8217;t more educational materials be like this? Here&#8217;s a neat writeup about it in Wired. Created by John Liebler. Here&#8217;s another version with music instead of narration.



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://multimedia.mcb.harvard.edu/media.html">The Inner Life of the Cell</a> is a mind-expanding animation. Watch the incessant, precise, complex and beautiful activity inside a single white blood cell. Why can&#8217;t more educational materials be like this? Here&#8217;s a neat <a href="http://www.wired.com/techbiz/people/news/2007/03/72962">writeup</a> about it in Wired. Created by <a href="http://www.newtek.com/lightwave/profiles/ScientificAnimation/">John Liebler</a>. Here&#8217;s <a href="http://aimediaserver.com/studiodaily/harvard/harvard.swf">another version</a> with music instead of narration.</p>
<p><a href="http://andpointsbeyond.files.wordpress.com/2007/04/snag-0002.png" title="snag-0002.png"><img src="http://andpointsbeyond.files.wordpress.com/2007/04/snag-0002.png" alt="snag-0002.png" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/04/20/the-inner-life-of-the-cell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
