<?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>Degrafa &#187; data visualization</title>
	<atom:link href="http://www.degrafa.org/blog/category/data-visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.degrafa.org/blog</link>
	<description>Degrafa is a declarative graphics framework.</description>
	<lastBuildDate>Fri, 06 Nov 2009 05:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Charts Using Degrafa</title>
		<link>http://www.degrafa.org/blog/2008/09/custom-charts-using-degrafa/</link>
		<comments>http://www.degrafa.org/blog/2008/09/custom-charts-using-degrafa/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 05:04:44 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[repeaters]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[charts]]></category>

		<guid isPermaLink="false">http://www.degrafa.com/?p=131</guid>
		<description><![CDATA[Now that the word is out about the collaboration between Degrafa efforts and Adobe, we&#8217;ve been getting plenty of questions regarding the viability of continuing to use Degrafa. People have asked, &#8220;Well, with FXG, won&#8217;t Degrafa become obsolete?&#8221; The answer is no.
Right now we&#8217;re finally at a point where we can start moving beyond creating [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the word is out about the <a title="Degrafa" href="http://www.degrafa.com/2008/08/19/degrafa-and-adobe-collaboration/" target="_blank">collaboration between Degrafa efforts and Adobe</a>, we&#8217;ve been getting plenty of questions regarding the viability of continuing to use Degrafa. People have asked, &#8220;Well, with <a title="FXG" href="http://opensource.adobe.com/wiki/display/flexsdk/FXG+1.0+Specification" target="_blank">FXG</a>, won&#8217;t Degrafa become obsolete?&#8221; The answer is no.</p>
<p>Right now we&#8217;re finally at a point where we can start moving beyond creating basic shapes, fills, etc. and moving into a realm of really powerful stuff, all of which we&#8217;re hoping will extend FXG. With inspiration coming from things like <a title="Processing" href="http://www.processing.org/" target="_blank">Processing</a>, we&#8217;re really focussing on allowing people to do some typically difficult things very easy.</p>
<p>We&#8217;ve discussed how you might use <a title="Degrafa" href="http://www.degrafa.com/2008/03/29/degrafa-data-visualization/">Degrafa for various types of data visualization</a>, but with things we&#8217;re implementing in Beta 3 you&#8217;ll be able to completely change the way you think about charting in Flex. Some people are already taking advantage of the in progress version of Beta 3 to do some really great stuff.</p>
<p><a title="Merhl" href="http://www.merhl.com/" target="_blank">Joe Johnston</a> of <a title="Universal Mind" href="http://www.universalmind.com" target="_blank">Universal Mind</a> created a <a title="Nike+ Chart Degrafa" href="http://merhl.com/?p=138" target="_blank">slick looking chart</a> that mirrors the look you might find on the <a title="Nike+" href="http://nikeplus.nike.com/nikeplus/" target="_blank">Nike+ site</a>. Doesn&#8217;t look like a typical Flex Charting component does it?</p>
<p><a title="Nike+ Chart Degrafa" href="http://merhl.com/?p=138" target="_blank"><img class="aligncenter" title="Degrafa Nike+" src="http://www.degrafa.com/share/images/charts/nikeplus.jpg" alt="" width="400" height="235" /></a></p>
<p>If you were at <a title="360|Flex" href="http://www.360conferences.com/360flex/" target="_blank">360|Flex</a> you may have seen <a title="Tom Gonzalez" href="http://form-function.blogspot.com/" target="_blank">Tom Gonzalez</a> present some of his latest works that use Degrafa. He&#8217;s contributed a lot to opening up new possibilities for Degrafa in the data visualization arena. Below is his <a title="Tom Gonzalez" href="http://form-function.blogspot.com/2008/08/360-flex-data-visualization-code.html" target="_blank">Google Finance &#8220;dashboard&#8221;</a> that uses Degrafa for charting, complete with &#8220;micro-charts&#8221; created using the newly revamped Geometry Repeaters.</p>
<p><a title="Tom Gonzalez" href="http://form-function.blogspot.com/2008/08/360-flex-data-visualization-code.html" target="_blank"><img class="aligncenter" title="Google Finance Degrafa" src="http://www.degrafa.com/share/images/charts/googlefinance.png" alt="" width="400" height="304" /></a></p>
<p><a title="Tom Gonzalez" href="http://form-function.blogspot.com/2008/08/360-flex-data-visualization-code.html" target="_blank"><img class="aligncenter" title="Degrafa Micro Charts" src="http://www.degrafa.com/share/images/charts/microcharts.png" alt="" width="300" height="256" /></a></p>
<p><a title="Ryan Campbel" href="http://www.bobjim.com/" target="_blank">Ryan Campbell</a> has also taken a liking to the new Geometry Repeaters and what is possible just using Property Modifiers with them. He combined Degrafa and <a title="OpenFlux" href="http://code.google.com/p/openflux/" target="_blank">OpenFlux</a> to create what he&#8217;s calling <a title="FluxCharts" href="http://www.bobjim.com/2008/09/17/openflux-degrafa-fluxcharts/" target="_blank">FluxCharts</a>. Definitely cool.</p>
<p><a title="FluxCharts" href="http://www.bobjim.com/2008/09/17/openflux-degrafa-fluxcharts/" target="_blank"><img class="aligncenter" title="FluxChart" src="http://www.degrafa.com/share/images/charts/fluxchart.jpg" alt="" width="400" height="262" /></a></p>
<p>It&#8217;s really great to see people start jumping into the next release of Degrafa when it&#8217;s still a work in progress. Even better, all these samples have source available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/09/custom-charts-using-degrafa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An En-Gauging Experience</title>
		<link>http://www.degrafa.org/blog/2008/04/an-en-gauging-experience/</link>
		<comments>http://www.degrafa.org/blog/2008/04/an-en-gauging-experience/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 04:30:18 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 2]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[skinning]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dial]]></category>
		<category><![CDATA[gauge]]></category>

		<guid isPermaLink="false">http://www.degrafa.com/2008/04/05/an-en-gauging-experience/</guid>
		<description><![CDATA[
Ok, I couldn&#8217;t resist using the title. Tom Gonzalez put together a really nice example of a gauge built using Degrafa. He also did a lot more than that. For some of the custom items like the tick marks, he made his own ArcLineRepeater based on Degrafa&#8217;s LineRepeater so that it rotated around a central [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.degrafa.com/images/DegrafaGauge.jpg" alt="Degrafa Gauge" /></p>
<p>Ok, I couldn&#8217;t resist using the title. <a href="http://form-function.blogspot.com/" target="_blank">Tom Gonzalez</a> put together a really nice <a href="http://form-function.blogspot.com/2008/04/gauge-component-v02.html" target="_blank">example of a gauge</a> built using Degrafa. He also did a lot more than that. For some of the custom items like the tick marks, he made his own ArcLineRepeater based on Degrafa&#8217;s <a href="http://samples.degrafa.com/LineRepeater/LineRepeater.html" target="_blank">LineRepeater</a> so that it rotated around a central point. Based on what Tom said, it sounds like it was pretty easy for him to do.</p>
<p>This example also allows you to apply different skins like you would any other Flex component, but instead of having to go to an external application like Fireworks or Flash you can do all your skinning for the gauge right in Flex and assign them through CSS. Tom&#8217;s example has 2 skins you can choose from and you can change properties like colors, angle, tick alpha and more very easily.</p>
<p>I think the coolest thing about this example is that Tom already <a href="http://form-function.blogspot.com/2008/03/gauge-component-v01.html" target="_blank">had this gauge built</a> before, but realized it had much more potential if he converted to use Degrafa. The result seems to be a much more flexible solution that can be extended quite easily to take on a number of different appearances. Good stuff!</p>
<p>Check out Tom&#8217;s <a href="http://form-function.blogspot.com/2008/04/gauge-component-v02.html" target="_blank">blog post</a> about the gauge and don&#8217;t forget to view the source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/04/an-en-gauging-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Degrafa &amp; Data Visualization</title>
		<link>http://www.degrafa.org/blog/2008/03/degrafa-data-visualization/</link>
		<comments>http://www.degrafa.org/blog/2008/03/degrafa-data-visualization/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 02:18:55 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 2]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://www.degrafa.com/2008/03/29/degrafa-data-visualization/</guid>
		<description><![CDATA[Andrew Trice had a post over on InsideRIA about using Degrafa as an item renderer within a Data Grid to create a bar chart like effect. His post really helped show just how simple it can be to use Degrafa for visualizing data. In his example he used some RegularRectangles and bound them to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cynergysystems.com/blogs/page/andrewtrice" target="_blank">Andrew Trice</a> had <a href="http://www.insideria.com/2008/03/degrafa-datagrids-visual-displ.html" target="_blank">a post</a> over on <a href="http://www.insideria.com/" target="_blank">InsideRIA</a> about using Degrafa as an item renderer within a Data Grid to create a bar chart like effect. His post really helped show just how simple it can be to use Degrafa for visualizing data. In <a href="http://www.insideria.com/2008/03/degrafa-datagrids-visual-displ.html" target="_blank">his example</a> he used some RegularRectangles and bound them to the data that was being pulled into a single column to change the width of the rectangle. This was a very simple, yet effective approach and much nicer than looking at a long list of values.</p>
<p>We extended Andrew&#8217;s example a bit into <a href="http://samples.degrafa.com/DataRenderer/DegrafaDataRenderer.html" target="_blank">another Data Grid example</a> that uses an item renderer with a split bar visualization and optimized the example a little. This example could be extended even further by using Bitmap or Complex fills based on the data, or changing the shape used for the visual. Here&#8217;s what it looks like:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_DegrafaDataRenderer_416973982"
			class="flashmovie"
			width="430"
			height="400">
	<param name="movie" value="http://samples.degrafa.com/DataRenderer/DegrafaDataRenderer.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://samples.degrafa.com/DataRenderer/DegrafaDataRenderer.swf"
			name="fm_DegrafaDataRenderer_416973982"
			width="430"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>While syncing in iTunes I was looking at <a href="http://static.grogmaster.com/uploaded_images/itunes_podcasts-760527.png" target="_blank">the indication</a> of how my media was distributed across my iPhone and realized that same visualization could be duplicated using Degrafa. I used a series of different colored RegularRectangles, some VerticalLineRepeaters for the inset markings that dynamically change count depending on the size, some other Rectangles for highlights and shadows, and a RoundedRectangle to mask the area. I also through in a ComplexFill composed of a Solid, Bitmap and Blend fill to create the colored plaid effect. This was really easy to do with binding to change the width, capacity bars, inset marks and colors. Here&#8217;s what the example looks like:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_CapacityIndicator_1225042423"
			class="flashmovie"
			width="430"
			height="300">
	<param name="movie" value="http://samples.degrafa.com/CapacityIndicator/CapacityIndicator.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://samples.degrafa.com/CapacityIndicator/CapacityIndicator.swf"
			name="fm_CapacityIndicator_1225042423"
			width="430"
			height="300">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><strong>UPDATE:</strong> Here&#8217;s another example that expands upon the bar charts above to create some shape based renderers and a pie chart renderer. The shape renderers were easy to do. They&#8217;re masks created with Repeaters. The stars are Polygon Repeaters, the circles are Circle Repeaters, and the squares are Rounded Rectangle Repeaters. The pie chart renderer is just a couple of Elliptical Arcs. See below:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_DegrafaDataRenderer_107153843"
			class="flashmovie"
			width="430"
			height="400">
	<param name="movie" value="http://samples.degrafa.com/ShapeRenderer/DegrafaDataRenderer.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://samples.degrafa.com/ShapeRenderer/DegrafaDataRenderer.swf"
			name="fm_DegrafaDataRenderer_107153843"
			width="430"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>These examples are available on the <a href="http://samples.degrafa.com" target="_blank">Degrafa Samples</a> page with View Source enabled.</p>
<p>There&#8217;s so much data flying around out there that would be kinda neat to create unique visualizations for using Degrafa. I&#8217;ve been checking out <a href="http://www.colourlovers.com/" target="_blank">COLOURlovers</a>, <a href="http://the.echonest.com/analyze.html" target="_blank">Echo Nest</a>, <a href="http://friendfeed.com/" target="_blank">FriendFeed</a> and more that would be cool to try and visualize or use in a visualization. Better yet, you could make certain properties accesible to a designer for them to make the visualizations customized to their specifications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/03/degrafa-data-visualization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Degrafa Dashboard Concept Example</title>
		<link>http://www.degrafa.org/blog/2007/11/degrafa-dashboard-concept-example/</link>
		<comments>http://www.degrafa.org/blog/2007/11/degrafa-dashboard-concept-example/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 23:28:42 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 1]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.degrafa.com/2007/11/06/degrafa-dashboard-concept-example/</guid>
		<description><![CDATA[
Here is a Flex dashboard prototype demo that was put together for EffectiveUI as a proof-of-concept. It provides a good perspective on how Degrafa could be utilized in a real-world scenario. The map, map legend and linear gauge skins were all done using Degrafa markup.
The map started as an SVG file, which was then brought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.degrafa.com/wp-content/source/flex/DashboardDemo/DashboardDemo.html" target="_blank"><img src="http://www.degrafa.com/wp-content/source/images/DashboardDemo.jpg" alt="Degrafa Dashboard Demo" /></a></p>
<p>Here is a Flex dashboard prototype demo that was put together for <a href="http://www.effectiveui.com" target="_blank">EffectiveUI</a> as a proof-of-concept. It provides a good perspective on how Degrafa could be utilized in a real-world scenario. The map, map legend and linear gauge skins were all done using Degrafa markup.</p>
<p>The map started as an SVG file, which was then brought into Degrafa. Each state was built up as an MXML component by extending Degrafa&#8217;s GeometryGroup. The color of each state are applied at runtime depending on a product selection and the value for the selected state.</p>
<p>As Degrafa get&#8217;s closer to a beta release, we hope to continue to provide additional examples of more advanced applications of the framework.</p>
<p><a href="http://www.degrafa.com/wp-content/source/flex/DashboardDemo/DashboardDemo.html" target="_blank">View the Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2007/11/degrafa-dashboard-concept-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

