<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>FlowingData Forums &#187; Tag: visualize this - Recent Posts</title>
<link>http://forums.flowingdata.com/</link>
<description>Strength in Numbers</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 21:26:59 +0000</pubDate>

<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this/page/2#post-2327</link>
<pubDate>Tue, 06 Sep 2011 11:20:51 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2327@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;:)
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2326</link>
<pubDate>Mon, 05 Sep 2011 16:27:54 +0000</pubDate>
<dc:creator>anthony charlton</dc:creator>
<guid isPermaLink="false">2326@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Ok, sorry had a coffee, forgot to read the .csv file. Now it works.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;gt; library(maps)
&#38;gt; map(database=&#38;quot;state&#38;quot;, col=&#38;quot;#cccccc&#38;quot;)
&#38;gt; costcos&#38;lt;-read.csv(&#38;#39;http://book.flowingdata.com/ch08/geocode/costcos-geocoded.csv&#38;#39;,sep=&#38;#39;,&#38;#39;)
&#38;gt; symbols(costcos$Longitude, costcos$Latitude, bg=&#38;quot;#e2373f&#38;quot;, fg=&#38;quot;#ffffff&#38;quot;, lwd=0.5, circles=rep(1, length(costcos$Longitude)), inches=0.05, add=TRUE)
&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2325</link>
<pubDate>Mon, 05 Sep 2011 16:03:10 +0000</pubDate>
<dc:creator>anthony charlton</dc:creator>
<guid isPermaLink="false">2325@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Im getting the same problem as @mattsigal for the costcos example. Heres my code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;gt; library(maps)
&#38;gt; map(database=&#38;quot;state&#38;quot;, col=&#38;quot;#cccccc&#38;quot;)
&#38;gt; symbols(costcos$Longitude, costcos$Latitude, bg=&#38;quot;#e2373f&#38;quot;, fg=&#38;quot;#ffffff&#38;quot;, lwd=0.5, circles=rep(1, length(costcos$Longitude)), inches=0.05, add=TRUE)
Error in symbols(costcos$Longitude, costcos$Latitude, bg = &#38;quot;#e2373f&#38;quot;,  :
  invalid symbol coordinates
&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Im using a mac 10.6.8 and yes Im fresh out of the bag with R. It looks like the error is with the circles parameter, but just dont know enough R.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2295</link>
<pubDate>Thu, 04 Aug 2011 05:20:46 +0000</pubDate>
<dc:creator>Mikelowski</dc:creator>
<guid isPermaLink="false">2295@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi everybody!&#60;/p&#62;
&#60;p&#62;I am trying to change colors of the treemap (chapter 5) with Illustrator but it's a really boring task... with select&#38;gt;same option is also tedious. There are some way to change the gradient palette more quickly?&#60;/p&#62;
&#60;p&#62;;)
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2293</link>
<pubDate>Wed, 03 Aug 2011 08:32:43 +0000</pubDate>
<dc:creator>JuliaKM</dc:creator>
<guid isPermaLink="false">2293@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@nathany: That did it. Thanks! Can't believe I didn't notice the wrong variable name.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2292</link>
<pubDate>Tue, 02 Aug 2011 15:37:28 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2292@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@JuliaKM – Try this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;map.market(id=posts$id, area=posts$views, group=posts$category, color=posts$comments, main=&#34;FlowingData Map&#34;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This was a typo on my part. The code in the book points to a &#60;code&#62;data&#60;/code&#62; variable in the id argument, like you have it, but it should point to &#60;code&#62;posts&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Sorry for the confusion!
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2291</link>
<pubDate>Tue, 02 Aug 2011 15:34:37 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2291@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@seattle124 – Try downloading this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://book.flowingdata.com/ch08/Openings_src.zip&#34; rel=&#34;nofollow&#34;&#62;http://book.flowingdata.com/ch08/Openings_src.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unzip it, and then point to the Openings folder in Flex Builder. Hope that works for you.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2290</link>
<pubDate>Tue, 02 Aug 2011 13:54:22 +0000</pubDate>
<dc:creator>JuliaKM</dc:creator>
<guid isPermaLink="false">2290@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I'm working on Chapter 5 and running into problems generating a Treemap. It seems like the portfolio package is installed. &#60;/p&#62;
&#60;p&#62;Here's the error message:&#60;/p&#62;
&#60;p&#62;&#38;gt; map.market(id=data$id, area=posts$views, group=posts$category, color=posts$comments, main=&#34;FlowingData Map&#34;)&#60;br /&#62;
Error in data$id : object of type 'closure' is not subsettable&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>p004 datafl.ws</title>
<link>http://forums.flowingdata.com/topic/p004-dataflws#post-2284</link>
<pubDate>Fri, 29 Jul 2011 01:20:59 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2284@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@mll – Give the links a try. They seem to be working now :)
&#60;/p&#62;</description>
</item>
<item>
<title>p004 datafl.ws</title>
<link>http://forums.flowingdata.com/topic/p004-dataflws#post-2283</link>
<pubDate>Thu, 28 Jul 2011 20:59:16 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2283@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@mll – I recently switched servers and my shortlinks got munged up in the switch. I'm working on getting that back in place now.&#60;/p&#62;
&#60;p&#62;There are email notifications for blog comments, but unfortunately, it's not available in the forums as of yet.&#60;/p&#62;
&#60;p&#62;Will keep you updated!
&#60;/p&#62;</description>
</item>
<item>
<title>p004 datafl.ws</title>
<link>http://forums.flowingdata.com/topic/p004-dataflws#post-2282</link>
<pubDate>Thu, 28 Jul 2011 18:19:17 +0000</pubDate>
<dc:creator>mll</dc:creator>
<guid isPermaLink="false">2282@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I just started reading the Visualize This book and tried to get to the &#60;a href=&#34;http://datafl.ws/nytimes&#34; rel=&#34;nofollow&#34;&#62;http://datafl.ws/nytimes&#60;/a&#62; and was told that I had made a mistake, as with the &#60;a href=&#34;http://datafl.ws/art&#34; rel=&#34;nofollow&#34;&#62;http://datafl.ws/art&#60;/a&#62; page.&#60;/p&#62;
&#60;p&#62;I guess I should have RTFM, but perhaps there is a hint to what I need to do... Thanks.&#60;/p&#62;
&#60;p&#62;Two other thoughts:&#60;/p&#62;
&#60;p&#62;   1) I wonder if there is a page, perhaps crowd sourced, WIKI that allows a point and go-to for all these references? It looks as though one could start one as a Google-Docs if it were published and made available for public read/write access.&#60;/p&#62;
&#60;p&#62;   2)I notice that other forums allow one to check if he wants to ge3t eMail when a topic is updated. I don't see this here, so it may be defaulted, but it is not obvious, and if not available, it would be nice.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2281</link>
<pubDate>Thu, 28 Jul 2011 16:10:12 +0000</pubDate>
<dc:creator>seattle124</dc:creator>
<guid isPermaLink="false">2281@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi Nathan,&#60;/p&#62;
&#60;p&#62;I believe so. The path I am taking is as follows: Flex Builder 3/code-n-data/ch08/openings_src/src. I have also tried opening the project from:Flex Builder 3/code-n-data/ch08/openings_src and Flex Builder 3/code-n-data/ch08. Neither of which worked.&#60;/p&#62;
&#60;p&#62;The interesting thing is that I have no problem opening the flare and flare.apps projects from ch05. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2278</link>
<pubDate>Wed, 27 Jul 2011 17:08:53 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2278@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@seattle124 - It sounds like you might be pointing to the wrong folder. Are you selecting the folder with Openings.as in it?
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2277</link>
<pubDate>Mon, 25 Jul 2011 12:52:34 +0000</pubDate>
<dc:creator>seattle124</dc:creator>
<guid isPermaLink="false">2277@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Nathan,&#60;/p&#62;
&#60;p&#62;I just purchased your new book and am trying to go through the Create An Animated Growth Map tutorial in Chapter 8. This is my first time doing any kind of programming or visualization, so i'm thinking there is some user error involved with my inability to get the Openings project to load in. &#60;/p&#62;
&#60;p&#62;I have downloaded Modest Maps, the trial version of Flex Builder 3, and the code material for the chapter 8 tutorial. However, I am unable to import the Openings project file from the Root Directory (figure 8-38 in the book). &#60;/p&#62;
&#60;p&#62;When I select the root directory, where the chapter 8 code exists, nothing shows up in the Projects window. It's as if Flex Builder doesn't recognize that there should be an existing project file there.   &#60;/p&#62;
&#60;p&#62;Is there a way to resolve this issue?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2273</link>
<pubDate>Thu, 21 Jul 2011 10:17:05 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2273@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Thanks, Tyson for helping out!&#60;/p&#62;
&#60;p&#62;@mattsigal – Sorry for the delay. I've been under the weather the past week. I'm having trouble reproducing your bug. Can you provide the full code that you're trying? The only thing different I see is that you used &#60;code&#62;costco&#60;/code&#62; singular to name your dataframe, whereas in the book it's plural. But this shouldn't be a problem since you said the symbols() function works when you don't use the &#60;code&#62;add&#60;/code&#62; argument.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2272</link>
<pubDate>Thu, 21 Jul 2011 08:53:09 +0000</pubDate>
<dc:creator>goblin63</dc:creator>
<guid isPermaLink="false">2272@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@tyson&#60;/p&#62;
&#60;p&#62;That was exactly the problem.  Thanks so much for your help.  I try not to come back with such simple issues in the future.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2268</link>
<pubDate>Wed, 20 Jul 2011 12:24:19 +0000</pubDate>
<dc:creator>tyson</dc:creator>
<guid isPermaLink="false">2268@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;@goblin63&#60;/p&#62;
&#60;p&#62;Is your f.close() statement inside the for loop? If so that would mean you get your first value, write it to the file and then close the file. The next time the program runs through the loop (with the second value) it tries to write to a file that is already closed.&#60;/p&#62;
&#60;p&#62;Paste your code into pastie.org or something similar and give us the link.
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2267</link>
<pubDate>Wed, 20 Jul 2011 09:47:16 +0000</pubDate>
<dc:creator>goblin63</dc:creator>
<guid isPermaLink="false">2267@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi Nathan, &#60;/p&#62;
&#60;p&#62;I'm a long time fan of the site but a complete newbie to both programming and visualization so I thought your book would be a good place to begin to learn about both of these.  I've read it through already and have to say I found it great and can't wait to hopefully work my way through all the examples, however I am having a problem with some of the programming in chapter 2.  (Sorry, I'm a complete beginner.)&#60;/p&#62;
&#60;p&#62;I've worked through and entered all of the code on pages 34 and 35 a number of times and the program runs correctly to start with.  It can always find a value for the temperature on the first date.  However when it tries to input a value for the second date it always halts and appears with an error message&#60;/p&#62;
&#60;p&#62;Traceback (most recent call last):&#60;br /&#62;
File &#34;C:\Coding\get-weather-data.py&#34;, line 34, in &#38;lt;module&#38;gt;&#60;br /&#62;
f.write(timestamp + ',' +dayTemp + '\n')&#60;br /&#62;
ValueError:  I\O operation on closed file&#60;/p&#62;
&#60;p&#62;I've tried it with the file wunder-data.txt both open and closed and the same message appears for both.  I'm working in Python 2.7.  &#60;/p&#62;
&#60;p&#62;Is there any help you can provide on where I've went wrong?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2265</link>
<pubDate>Sat, 16 Jul 2011 09:49:04 +0000</pubDate>
<dc:creator>mattsigal</dc:creator>
<guid isPermaLink="false">2265@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Cool :)  That is what I did too.&#60;/p&#62;
&#60;p&#62;I'm now on the mapping chapter and run into a small R issue (within RStudio and plain ol' R).  Here is the code I'm running:&#60;br /&#62;
library(maps)&#60;br /&#62;
map(database=&#34;state&#34;)&#60;br /&#62;
symbols(costco$Longitude, costco$Latitude, circles=rep(1, length(costco$Longitude)), inches=.05, add=TRUE)&#60;/p&#62;
&#60;p&#62;Here is the weird part: the &#34;map&#34; function works (I get a map of the USA), but the symbols command absolutely refuses to plot points on it!  If I change add to FALSE, then I get a simple scatterplot of the coordinates, so I know those are OK but R is simply refusing to plot the symbols on the map.  Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>Questions and Comments Arising from Visualize This</title>
<link>http://forums.flowingdata.com/topic/questions-and-comments-arising-from-visualize-this#post-2263</link>
<pubDate>Fri, 15 Jul 2011 15:49:47 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2263@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I just sized the labels by hand in Illustrator. Unfortunately, the function in R doesn't have a scaling argument. The good news, however, is that you can see the code for all functions just by typing the name of the function, so if you're feeling adventurous, you can write a modified version as you see fit.&#60;/p&#62;
&#60;p&#62;If you want to select all the borders at once, you can try selecting one border in Illustrator and then in do Select &#38;gt; Same &#38;gt; Stroke Color (or any of the other options available)
&#60;/p&#62;</description>
</item>

</channel>
</rss>

