<?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>HelpMeViz</title>
	<atom:link href="/feed/" rel="self" type="application/rss+xml" />
	<link>http://helpmeviz.com</link>
	<description>Helping people with everyday data visualizations</description>
	<lastBuildDate>Thu, 29 Jan 2015 14:15:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Displaying Progress</title>
		<link>http://helpmeviz.com/2015/01/29/displaying-progress/</link>
		<comments>http://helpmeviz.com/2015/01/29/displaying-progress/#comments</comments>
		<pubDate>Thu, 29 Jan 2015 14:15:47 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Column Chart]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=707</guid>
		<description><![CDATA[<p>Hi, I&#8217;ve attached two simple graphs (and data) that illustrate my attempts to display progress (or &#8216;direction of travel&#8217;) made by clients in a service. They were assessed when they come into the service, and again when they exit, in seven different areas. I&#8217;ve attached two graphs as examples (one specific to an mental health, [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2015/01/29/displaying-progress/">Displaying Progress</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve attached two simple graphs (and <a href="/wp-content/uploads/2015/01/150126-Draft-progress-graphs-for-comment.xlsx">data</a>) that illustrate my attempts to display progress (or &#8216;direction of travel&#8217;) made by clients in a service. They were assessed when they come into the service, and again when they exit, in seven different areas. I&#8217;ve attached two graphs as examples (one specific to an mental health, the other is a summary across the seven assessment areas).</p>
<p>They&#8217;re fairly simple graphs, but they don&#8217;t allow the reader to quickly grasp if clients made &#8216;good&#8217; progress.</p>
<p>I want readers to quickly discern whether clients who entered with poor mental health made positive progress or not.</p>
<p>Any suggestions?</p>
<p>Many thanks,</p>
<p>The post <a rel="nofollow" href="/2015/01/29/displaying-progress/">Displaying Progress</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2015/01/29/displaying-progress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Line or Column?</title>
		<link>http://helpmeviz.com/2014/12/31/line-column/</link>
		<comments>http://helpmeviz.com/2014/12/31/line-column/#comments</comments>
		<pubDate>Wed, 31 Dec 2014 14:00:31 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Column Chart]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Line Chart]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=692</guid>
		<description><![CDATA[<p>I want to show several performance metrics in an hourly breakdown, let&#8217;s take Facebook Ad Clicks (for a specific advertiser/campaign) as an example (data). Each value in the X-axis represents one hour. Since the timeframe is only 24h, and the breakdown is hourly, we can&#8217;t really call it &#8220;trend&#8221;, therefore I&#8217;m not comfortable with using line chart. A [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2014/12/31/line-column/">Line or Column?</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I want to show several performance metrics in an hourly breakdown, let&#8217;s take Facebook Ad Clicks (for a specific advertiser/campaign) as an example (<a href="/wp-content/uploads/2014/12/HelpMeViz-Reach-Comparison-Hourly-Breakdown.xlsx">data</a>). Each value in the X-axis represents one hour.</p>
<p>Since the timeframe is only 24h, and the breakdown is hourly, we can&#8217;t really call it &#8220;trend&#8221;, therefore I&#8217;m not comfortable with using line chart. A line chart is supposed to show trend, and the lines that connect the data points are supposed to have a meaning (increase means increase, decrease means decrease, and if I see an increase/decrease in my data it means I did something good/wrong).</p>
<p>But here, if one hour has less clicks than the previous one, it&#8217;s not meaningful (trend-wise) as a day-over-day trend, because we know that there are peak hours, not all the hours are expected to perform the same, etc. It doesn&#8217;t mean anything.</p>
<p>So the meaningful comparison is not between the hours, but between same hours in different days. That&#8217;s why I added a comparison of each hour to:<br />
&#8211; same hour at the same day, 1 week ago<br />
&#8211; last 30d average of this hour</p>
<p>I have a dilemma between 2 charts: lines and columns. The line chart, as I said, feels irrelevant because the trend is not the interesting thing here. However, the column chart that looks right to me data-viz-wise, with 1 column for today, 1 lighter column for last week, and an horizontal line (&#8220;score bar&#8221;) for the monthly average, looks overwhelming (24*2 columns are a lot!! I&#8217;m not the only one who thinks it&#8217;s really crowded, right?).</p>
<p>You can see here in the photos examples for both of the chart types (also with smaller photos that show what happens on hover, not that important but I just added them for fun).</p>
<p>I would really appreciate any opinion or of course &#8211; new suggestions.<br />
Thanks!</p>
<div dir="ltr"><img class=" size-full wp-image-693 alignleft" src="/wp-content/uploads/2014/12/HelpMeViz-Reach-Comparison-Hourly-Breakdown-A.png" alt="HelpMeViz - Reach Comparison, Hourly Breakdown - A" width="575" height="465" /><img class=" size-full wp-image-694 alignleft" src="/wp-content/uploads/2014/12/HelpMeViz-Reach-Comparison-Hourly-Breakdown-B.png" alt="HelpMeViz - Reach Comparison, Hourly Breakdown - B" width="736" height="541" /></div>
<p>The post <a rel="nofollow" href="/2014/12/31/line-column/">Line or Column?</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/12/31/line-column/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fixing a Control Chart</title>
		<link>http://helpmeviz.com/2014/12/12/fixing-control-chart/</link>
		<comments>http://helpmeviz.com/2014/12/12/fixing-control-chart/#comments</comments>
		<pubDate>Fri, 12 Dec 2014 14:40:52 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Line Chart]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=686</guid>
		<description><![CDATA[<p>Hi, I’m trying to elevate my control chart to the ‘next level’ by applying the Nelson 5 statistical rules. In other words, I want to be able to highlight the points on the graph that display the Nelson statistical rules. Would you be able to help assist?</p>
<p>The post <a rel="nofollow" href="/2014/12/12/fixing-control-chart/">Fixing a Control Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I’m trying to elevate my control chart to the ‘next level’ by applying the Nelson 5 statistical rules. In other words, I want to be able to highlight the points on the graph that display the <a href="http://en.wikipedia.org/wiki/Nelson_rules" target="_blank">Nelson statistical rules</a>. Would you be able to help assist?</p>
<p>The post <a rel="nofollow" href="/2014/12/12/fixing-control-chart/">Fixing a Control Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/12/12/fixing-control-chart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Remake: Stacked Column Chart</title>
		<link>http://helpmeviz.com/2014/12/08/remake-stacked-column-chart/</link>
		<comments>http://helpmeviz.com/2014/12/08/remake-stacked-column-chart/#comments</comments>
		<pubDate>Mon, 08 Dec 2014 15:00:46 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Remake Gallery]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=679</guid>
		<description><![CDATA[<p>From Mynda Treacy: Getting the formatting in your chart right can make the difference between clear, concise information and just a pretty picture. Take a look at this stacked column chart using some of the built in Excel chart formats:&#8230;. &#160;</p>
<p>The post <a rel="nofollow" href="/2014/12/08/remake-stacked-column-chart/">Remake: Stacked Column Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>From <a href="http://www.myonlinetraininghub.com/excel-chart-makeover" target="_blank">Mynda Treacy</a>:</p>
<p>Getting the formatting in your chart right can make the difference between clear, concise information and just a pretty picture.</p>
<p>Take a look at this stacked column chart using some of the built in Excel chart formats:&#8230;.</p>
<p><img class="aligncenter size-medium wp-image-682" src="/wp-content/uploads/2014/12/chart_transformation_before-300x196.png" alt="chart_transformation_before" width="300" height="196" /></p>
<p><img class="aligncenter size-medium wp-image-681" src="/wp-content/uploads/2014/12/chart_transformation_after-300x193.png" alt="chart_transformation_after" width="300" height="193" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="/2014/12/08/remake-stacked-column-chart/">Remake: Stacked Column Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/12/08/remake-stacked-column-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON tree viewer in D3</title>
		<link>http://helpmeviz.com/2014/11/30/json-tree-viewer-d3/</link>
		<comments>http://helpmeviz.com/2014/11/30/json-tree-viewer-d3/#comments</comments>
		<pubDate>Sun, 30 Nov 2014 19:01:36 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[d3]]></category>
		<category><![CDATA[Tree Diagram]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=672</guid>
		<description><![CDATA[<p>I want to create tree structure with Check boxes to all types of JSON parsed dynamically. How do I create a JSON tree viewer with checkboxes in D3.js?</p>
<p>The post <a rel="nofollow" href="/2014/11/30/json-tree-viewer-d3/">JSON tree viewer in D3</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I want to create tree structure with Check boxes to all types of JSON parsed dynamically. How do I create a JSON tree viewer with checkboxes in D3.js?</p>
<p>The post <a rel="nofollow" href="/2014/11/30/json-tree-viewer-d3/">JSON tree viewer in D3</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/11/30/json-tree-viewer-d3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Christopher Nolan Filmography</title>
		<link>http://helpmeviz.com/2014/11/15/christopher-nolan-filmography/</link>
		<comments>http://helpmeviz.com/2014/11/15/christopher-nolan-filmography/#comments</comments>
		<pubDate>Sat, 15 Nov 2014 19:52:39 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Column Chart]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=667</guid>
		<description><![CDATA[<p>Saw this in New York magazine. It&#8217;s a column chart of Christopher Nolan&#8217;s nine films and includes domestic running time, box office returns, and the rotten tomatoes score. There&#8217;s got to be a better way to do this. I&#8217;ve created a CSV file of the data for your use. Have at it and thanks.</p>
<p>The post <a rel="nofollow" href="/2014/11/15/christopher-nolan-filmography/">Christopher Nolan Filmography</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Saw this in New York magazine. It&#8217;s a column chart of Christopher Nolan&#8217;s nine films and includes domestic running time, box office returns, and the rotten tomatoes score. There&#8217;s got to be a better way to do this. I&#8217;ve created a <a href="/wp-content/uploads/2014/11/NolanFilmography.csv">CSV file</a> of the data for your use.</p>
<p>Have at it and thanks.</p>
<p>The post <a rel="nofollow" href="/2014/11/15/christopher-nolan-filmography/">Christopher Nolan Filmography</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/11/15/christopher-nolan-filmography/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Donations vs. Disease</title>
		<link>http://helpmeviz.com/2014/09/11/donations-vs-disease/</link>
		<comments>http://helpmeviz.com/2014/09/11/donations-vs-disease/#comments</comments>
		<pubDate>Thu, 11 Sep 2014 14:01:55 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Bubble Chart]]></category>
		<category><![CDATA[Scatterplot]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=650</guid>
		<description><![CDATA[<p>Randy Krum from Cool Infographics writes in: In August, Vox.com published The Truth about the Ice Bucket Challenge and included an infographic (“Where We Donate vs. Diseases That Kill Us”) that used proportionally-sized circles as its data visualization. The problem with this design was that the circle sizes didn’t match the values shown. This is [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2014/09/11/donations-vs-disease/">Donations vs. Disease</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Randy Krum from <a href="http://www.coolinfographics.com/" target="_blank">Cool Infographics</a> writes in:</p>
<p>In August, Vox.com published <a href="http://www.vox.com/2014/8/20/6040435/als-ice-bucket-challenge-and-why-we-give-to-charity-donate" target="_blank">The Truth about the Ice Bucket Challenge</a> and included an infographic (“Where We Donate vs. Diseases That Kill Us”) that used proportionally-sized circles as its data visualization. The problem with this design was that the circle sizes didn’t match the values shown. This is a false visualization and significantly over exaggerated the smaller amounts of money contributed to each charity and the deaths attributed to each cause. The designer made the mistake of adjusting the diameter of circles to match the data instead of the area, which incorrectly sizes the circles dramatically.</p>
<p>To demonstrate, I designed a corrected version of the infographic and posted it on <a href="http://www.coolinfographics.com/blog/2014/8/29/false-visualizations-sizing-circles-in-infographics.html" target="_blank">Cool Infographics</a>®, which you can see here side-by-side next to the original. To stay close to the original, I only made three changes: corrected circle sizes, eliminated the color legend and added the connecting lines to help readers make the direct comparisons.</p>
<p><img class="aligncenter wp-image-652 size-full" src="/wp-content/uploads/2014/09/Krumremake.png" alt="coolinfographics" width="975" height="717" /></p>
<p>The Google Docs spreadsheet of the original data and correct circle area and diameter calculations is available <a href="https://docs.google.com/spreadsheets/d/1hRFvUhAVi7UUP15rBcAU1W-_LGqnz3fNi3bKUqTeS-Q/edit?usp=sharing" target="_blank">here</a>. To their credit, Vox.com has also published a corrected version of the infographic in the <a href="http://www.vox.com/2014/8/20/6040435/als-ice-bucket-challenge-and-why-we-give-to-charity-donate" target="_blank">original article</a>.</p>
<p>The first step was to get the bubble chart data visualization correct. Now that we have an infographic that matches the data presented, we can step back and ask the hard questions.</p>
<ul>
<li><b>Is a bubble chart the best way to visualize this information?</b></li>
</ul>
<ul>
<li><strong>Is this the right data to show when comparing money raised to deaths by diseases?</strong></li>
</ul>
<p>From Twitter, <a href="https://twitter.com/indented" target="_blank">@indented</a> recreated the visual as a scatterplot using <a href="http://www.highcharts.com/" target="_blank">HighCharts</a> to more clearly show the large differences. (The interactive is available <a href="http://jsfiddle.net/jlbriggs/cLawhrm6/" target="_blank">here</a>.)</p>
<p><img class="aligncenter wp-image-653 size-full" src="/wp-content/uploads/2014/09/Indented.png" alt="@indented" width="975" height="609" /></p>
<p>Jon Schwabish (@jschwabish) also created a scatterplot version, but changed the data to compare individual fundraising events to National Institute’s of Health funding, and then size the bubbles by the number of deaths. (The interactive is available <a href="http://jsfiddle.net/byvwkje4/1/" target="_blank">here</a>).</p>
<p><img class="aligncenter wp-image-654 size-full" src="/wp-content/uploads/2014/09/Schwabish.png" alt="schwabish" width="975" height="511" /></p>
<p>We (myself, @indented, and @jschwabish) had an interesting Twitter discussion about this visualization and the challenges of using the various data sources.</p>
<p><img class="aligncenter wp-image-655 size-full" src="/wp-content/uploads/2014/09/twitter_conversation_1.png" alt="twitter_conversation_1" width="626" height="920" /> <img class="aligncenter wp-image-656 size-full" src="/wp-content/uploads/2014/09/twitter_conversation_2.png" alt="twitter_conversation_2" width="623" height="945" /> <img class="aligncenter wp-image-657 size-full" src="/wp-content/uploads/2014/09/twitter_conversation_3.png" alt="twitter_conversation_3" width="624" height="944" /></p>
<p>Looking for other options and options about how this data can be improved, or visualized better…</p>
<p>&nbsp;</p>
<p><b>Additional resources:</b></p>
<p><a href="http://themendozaline.tumblr.com/post/95757674381/this-bubble-chart-is-killing-me" target="_blank">This Bubble Chart Is Killing Me</a>, David Mendoza</p>
<p><a href="http://www.visualmagnetic.com/portfolio/donations-vs-deaths-where-should-our-money-go/" target="_blank">Where Should Our Money Go?</a>, Aneesh Karve</p>
<p><a href="http://andrewgelman.com/2014/08/27/one-worst-infographics-ever-people-dont-care/" target="_blank">One of the worst infographics ever, but people don’t care?</a>, Phil Price</p>
<p><a href="http://scienceogram.org/blog/2014/09/ice-bucket-challenge-vox-charity/" target="_blank">Ice buckets, research and the cost of disease</a>, Scienceogram UK</p>
<p><a href="http://moalquraishi.wordpress.com/2014/08/31/nih-spending-versus-diseases-that-kill-us/#more-876" target="_blank">NIH Spending Versus Diseases That Kill Us</a>, Mohammed AlQuraishi</p>
<p>The post <a rel="nofollow" href="/2014/09/11/donations-vs-disease/">Donations vs. Disease</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/09/11/donations-vs-disease/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Donor Bubbles</title>
		<link>http://helpmeviz.com/2014/09/03/donor-bubbles/</link>
		<comments>http://helpmeviz.com/2014/09/03/donor-bubbles/#comments</comments>
		<pubDate>Wed, 03 Sep 2014 13:36:04 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Bubble Chart]]></category>
		<category><![CDATA[d3]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=640</guid>
		<description><![CDATA[<p>A story in yesterday&#8217;s Washington Post about unlimited individual campaign donations included this interactive bubble chart. In it, donation data for Democratic and Republican donors are encoded into bubbles and grouped together. A comment below the article asked the following: &#160; &#160; &#160; So, is the bubble chart the best way to show the data? Does [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2014/09/03/donor-bubbles/">Donor Bubbles</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A story in <a href="http://www.washingtonpost.com/wp-srv/special/politics/mccutcheon-contribution-limits/" target="_blank">yesterday&#8217;s</a> Washington Post about unlimited individual campaign donations included this interactive bubble chart. In it, donation data for Democratic and Republican donors are encoded into bubbles and grouped together. A comment below the article asked the following:</p>
<p><img class="alignleft wp-image-645 size-medium" src="/wp-content/uploads/2014/09/Screen-Shot-2014-09-03-at-9.37.47-AM-300x65.png" alt="Screen Shot 2014-09-03 at 9.37.47 AM" width="300" height="65" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>So, is the bubble chart the best way to show the data? Does the interactivity help? How can it be improved?</p>
<p>I pulled the data from <a href="https://docs.google.com/spreadsheets/d/1rz2vvWvvMe0QjD7XN-jHXxZMXUdvRybnDO-aBaNlOWs/edit?pli=1#gid=0" target="_blank">this Google spreadsheet</a> provided by OpenSecrets.org in a <a href="https://www.opensecrets.org/news/2014/09/cracking-the-contribution-cap-one-in-a-million-americans/" target="_blank">write-up</a> posted yesterday.</p>
<p>The post <a rel="nofollow" href="/2014/09/03/donor-bubbles/">Donor Bubbles</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/09/03/donor-bubbles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remake: Product Column Chart</title>
		<link>http://helpmeviz.com/2014/08/26/remake-product-column-chart/</link>
		<comments>http://helpmeviz.com/2014/08/26/remake-product-column-chart/#comments</comments>
		<pubDate>Tue, 26 Aug 2014 14:13:25 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Remake Gallery]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=602</guid>
		<description><![CDATA[<p>From Storytellingwithdata: the story you want to tell&#8230;and the one your data shows I was working on a makeover for a recent workshop when it became apparent that the story being told wasn&#8217;t quite right, or at least wasn&#8217;t exactly the story I would tell after looking at the data in a couple of different [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2014/08/26/remake-product-column-chart/">Remake: Product Column Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="post-title entry-title" style="color: #444444;">From <a href="http://www.storytellingwithdata.com/" target="_blank">Storytellingwithdata</a>:</p>
<h3 class="post-title entry-title">the story you want to tell&#8230;and the one your data shows</h3>
<p class="post-title entry-title" style="color: #444444;">I was working on a makeover for a recent workshop when it became apparent that the story being told wasn&#8217;t quite right, or at least wasn&#8217;t exactly the story I would tell after looking at the data in a couple of different ways. In the following post, I&#8217;ll walk you through an anonymized version of the makeovers and my corresponding thought process. <a href="http://www.storytellingwithdata.com/2014/05/the-story-you-want-to-telland-one-your.html" target="_blank">Continue Reading&#8230;</a></p>
<p class="post-title entry-title" style="color: #444444;"><img class="aligncenter wp-image-603 size-medium" src="/wp-content/uploads/2014/07/Product-Cost-1-300x180.gif" alt="Product Cost - 1" width="300" height="180" /> <img class="aligncenter wp-image-604 size-medium" src="/wp-content/uploads/2014/07/Product-Cost-9-300x176.gif" alt="Product Cost - 9" width="300" height="176" /></p>
<p>The post <a rel="nofollow" href="/2014/08/26/remake-product-column-chart/">Remake: Product Column Chart</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/08/26/remake-product-column-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HelpMeViz Introduces the Remake Gallery</title>
		<link>http://helpmeviz.com/2014/07/24/helpmeviz-introduces-the-remake-gallery/</link>
		<comments>http://helpmeviz.com/2014/07/24/helpmeviz-introduces-the-remake-gallery/#comments</comments>
		<pubDate>Thu, 24 Jul 2014 19:47:00 +0000</pubDate>
		<dc:creator><![CDATA[helpmeviz@gmail.com]]></dc:creator>
				<category><![CDATA[Remake Gallery]]></category>

		<guid isPermaLink="false">http://helpmeviz.com/?p=592</guid>
		<description><![CDATA[<p>HelpMeViz is pleased to announce that starting next week a new type of post will appear on the site: The &#8220;Remake Gallery&#8221; will include examples of suggested improvements to different data visualizations. The purpose of the Remake Gallery is to provide another place for the data visualization community to learn, critique, and improve the way [&#8230;]</p>
<p>The post <a rel="nofollow" href="/2014/07/24/helpmeviz-introduces-the-remake-gallery/">HelpMeViz Introduces the Remake Gallery</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>HelpMeViz is pleased to announce that starting next week a new type of post will appear on the site: The &#8220;Remake Gallery&#8221; will include examples of suggested improvements to different data visualizations. The purpose of the Remake Gallery is to provide another place for the data visualization community to learn, critique, and improve the way in which people visualize their data.</p>
<p>Most entries in the Gallery will be re- or cross-posted from other websites; others will be HelpMeViz originals produced by experts in the field of data visualization. For those re- or cross-posts, introductory text will also appear with a &#8220;Continue Reading&#8221; button that will bring you to the original remake. The &#8220;before&#8221; images will be posted on the <a href="helpmeviz.com" target="_blank">HelpMeViz main page</a> with a blue &#8220;Remake&#8221; banner. Entries will also appear in the &#8220;Remake Gallery&#8221; category for easier filtering.</p>
<p>If you would like your remake to appear in the HelpMeViz Remake Gallery, please send an email to <a href="mailto:%20HelpMeViz@gmail.com">HelpMeViz@gmail.com</a>.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="/2014/07/24/helpmeviz-introduces-the-remake-gallery/">HelpMeViz Introduces the Remake Gallery</a> appeared first on <a rel="nofollow" href="/">HelpMeViz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpmeviz.com/2014/07/24/helpmeviz-introduces-the-remake-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
