

{"id":1813,"date":"2012-12-05T11:10:41","date_gmt":"2012-12-05T16:10:41","guid":{"rendered":"http:\/\/rud.is\/b\/?p=1813"},"modified":"2017-03-27T09:43:18","modified_gmt":"2017-03-27T14:43:18","slug":"forbes-graph-makeover-contest-entry-1","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/","title":{"rendered":"Forbes Graph Makeover Contest Entry #1"},"content":{"rendered":"<p>Naomi Robbins is running a <a href=\"https:\/\/www.forbes.com\/forbes\/welcome\/?toURL=https:\/\/www.forbes.com\/sites\/naomirobbins\/2012\/11\/27\/graph-makeover-contest\/&amp;refURL=https:\/\/rud.is\/b&amp;referrer=https:\/\/rud.is\/b\">graph makeover challenge<\/a> over at her Forbes blog and this is my entry for the B2B\/B2C Traffic Sources one (click for larger version):<\/p>\n<p><center><a href=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"1814\" data-permalink=\"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/social-traffic\/\" data-orig-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?fit=800%2C538&amp;ssl=1\" data-orig-size=\"800,538\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"social-traffic\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?fit=510%2C343&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?resize=300%2C201&#038;ssl=1\" alt=\"\" title=\"social-traffic\" width=\"300\" height=\"201\" class=\"alignnone size-medium wp-image-1814\" srcset=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?resize=300%2C201&amp;ssl=1 300w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?w=800&amp;ssl=1 800w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/center><\/p>\n<p>And, here&#8217;s the R source for how to generate it:<\/p>\n<pre lang=\"rsplus\">library(ggplot2)\r\n\r\ndf = read.csv(\"b2bb2c.csv\")\r\n\r\nggplot(data=df,aes(x=Site,y=Percentage,fill=Site)) + \r\n  geom_bar(stat=\"identity\") + \r\n  facet_grid(Venue ~ .) + \r\n  coord_flip() + \r\n  opts(legend.position = \"none\", title=\"Social Traffic Sources for B2B & B2C Companies\") + \r\n  stat_bin(geom=\"text\", aes(label=sprintf(\"%d%%\",Percentage), vjust=0, hjust=-0.2, size = 10)) <\/pre>\n<p>And, here&#8217;s the data:<\/p>\n<pre>Site     Venue\tPercentage\r\nFacebook B2B\t72\r\nLinkedIn B2B\t16\r\nTwitter\t B2B\t12\r\nFacebook B2C\t84\r\nLinkedIn B2C\t1\r\nTwitter\t B2C\t15<\/pre>\n<p>I chose to go with a latticed bar chart as I think it helps show the relative portions within each category (B2B\/B2C) and also enables quick comparisons across categories for all three factors.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Naomi Robbins is running a graph makeover challenge over at her Forbes blog and this is my entry for the B2B\/B2C Traffic Sources one (click for larger version): And, here&#8217;s the R source for how to generate it: library(ggplot2) df = read.csv(&#8220;b2bb2c.csv&#8221;) ggplot(data=df,aes(x=Site,y=Percentage,fill=Site)) + geom_bar(stat=&#8221;identity&#8221;) + facet_grid(Venue ~ .) + coord_flip() + opts(legend.position = &#8220;none&#8221;, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[24,670,91],"tags":[],"class_list":["post-1813","post","type-post","status-publish","format-standard","hentry","category-charts-graphs","category-infographics","category-r"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Forbes Graph Makeover Contest Entry #1 - rud.is<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Forbes Graph Makeover Contest Entry #1 - rud.is\" \/>\n<meta property=\"og:description\" content=\"Naomi Robbins is running a graph makeover challenge over at her Forbes blog and this is my entry for the B2B\/B2C Traffic Sources one (click for larger version): And, here&#8217;s the R source for how to generate it: library(ggplot2) df = read.csv(&quot;b2bb2c.csv&quot;) ggplot(data=df,aes(x=Site,y=Percentage,fill=Site)) + geom_bar(stat=&quot;identity&quot;) + facet_grid(Venue ~ .) + coord_flip() + opts(legend.position = &quot;none&quot;, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2012-12-05T16:10:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-03-27T14:43:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic-300x201.png\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"Forbes Graph Makeover Contest Entry #1\",\"datePublished\":\"2012-12-05T16:10:41+00:00\",\"dateModified\":\"2017-03-27T14:43:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/\"},\"wordCount\":88,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2012\\\/12\\\/social-traffic-300x201.png\",\"articleSection\":[\"Charts &amp; Graphs\",\"infographics\",\"R\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/\",\"name\":\"Forbes Graph Makeover Contest Entry #1 - rud.is\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2012\\\/12\\\/social-traffic-300x201.png\",\"datePublished\":\"2012-12-05T16:10:41+00:00\",\"dateModified\":\"2017-03-27T14:43:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2012\\\/12\\\/social-traffic.png?fit=800%2C538&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2012\\\/12\\\/social-traffic.png?fit=800%2C538&ssl=1\",\"width\":\"800\",\"height\":\"538\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2012\\\/12\\\/05\\\/forbes-graph-makeover-contest-entry-1\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rud.is\\\/b\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Forbes Graph Makeover Contest Entry #1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rud.is\\\/b\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\\\/\\\/rud.is\"],\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/author\\\/hrbrmstr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Forbes Graph Makeover Contest Entry #1 - rud.is","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/","og_locale":"en_US","og_type":"article","og_title":"Forbes Graph Makeover Contest Entry #1 - rud.is","og_description":"Naomi Robbins is running a graph makeover challenge over at her Forbes blog and this is my entry for the B2B\/B2C Traffic Sources one (click for larger version): And, here&#8217;s the R source for how to generate it: library(ggplot2) df = read.csv(\"b2bb2c.csv\") ggplot(data=df,aes(x=Site,y=Percentage,fill=Site)) + geom_bar(stat=\"identity\") + facet_grid(Venue ~ .) + coord_flip() + opts(legend.position = \"none\", [&hellip;]","og_url":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/","og_site_name":"rud.is","article_published_time":"2012-12-05T16:10:41+00:00","article_modified_time":"2017-03-27T14:43:18+00:00","og_image":[{"url":"https:\/\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic-300x201.png","type":"","width":"","height":""}],"author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"Forbes Graph Makeover Contest Entry #1","datePublished":"2012-12-05T16:10:41+00:00","dateModified":"2017-03-27T14:43:18+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/"},"wordCount":88,"commentCount":2,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"image":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic-300x201.png","articleSection":["Charts &amp; Graphs","infographics","R"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/","url":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/","name":"Forbes Graph Makeover Contest Entry #1 - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#primaryimage"},"image":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic-300x201.png","datePublished":"2012-12-05T16:10:41+00:00","dateModified":"2017-03-27T14:43:18+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#primaryimage","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?fit=800%2C538&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2012\/12\/social-traffic.png?fit=800%2C538&ssl=1","width":"800","height":"538"},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2012\/12\/05\/forbes-graph-makeover-contest-entry-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"Forbes Graph Makeover Contest Entry #1"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p23idr-tf","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":1890,"url":"https:\/\/rud.is\/b\/2013\/01\/12\/how-low-can-it-the-mississsippi-river-go\/","url_meta":{"origin":1813,"position":0},"title":"How Low Can It [The Mississsippi River] Go?","author":"hrbrmstr","date":"2013-01-12","format":false,"excerpt":"Good Stats, Bad Stats has a really good critique of this post that you should read after this (so you know how to avoid the mistakes I made :-) I've heard quite a bit about the current problems with the Mississippi River and wanted to see for myself (with data)\u2026","rel":"","context":"In &quot;Charts &amp; Graphs&quot;","block_context":{"text":"Charts &amp; Graphs","link":"https:\/\/rud.is\/b\/category\/charts-graphs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1880,"url":"https:\/\/rud.is\/b\/2013\/01\/11\/slopegraphs-in-r\/","url_meta":{"origin":1813,"position":1},"title":"Slopegraphs in R","author":"hrbrmstr","date":"2013-01-11","format":false,"excerpt":"I updated the code to use ggsave and tweaked some of the font & line size values for more consistent (and pretty) output. This also means that I really need to get this up on github. If you even remotely follow this blog, you'll see that I'm kinda obsessed with\u2026","rel":"","context":"In &quot;Charts &amp; Graphs&quot;","block_context":{"text":"Charts &amp; Graphs","link":"https:\/\/rud.is\/b\/category\/charts-graphs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12308,"url":"https:\/\/rud.is\/b\/2019\/06\/11\/makeover-jumbalaya-beating-dumbbells-into-slopegraphs-whilst-orchestrating-ethercalc\/","url_meta":{"origin":1813,"position":2},"title":"Makeover Jambalaya: Beating Dumbbells into Slopegraphs Whilst Orchestrating EtherCalc","author":"hrbrmstr","date":"2019-06-11","format":false,"excerpt":"This morning, @kairyssdal tweeted out the following graphic from @axios: Confusing, but interesting. Data shows we're a nation of news consumption hypocrites - Axios https:\/\/t.co\/O0lPSc4OV3\u2014 Kai Ryssdal (@kairyssdal) June 11, 2019 If you're doing the right thing and blocking evil social media javascript you can find the Axios story here\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/slope-04.png?fit=1074%2C1200&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/slope-04.png?fit=1074%2C1200&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/slope-04.png?fit=1074%2C1200&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/slope-04.png?fit=1074%2C1200&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/slope-04.png?fit=1074%2C1200&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":1878,"url":"https:\/\/rud.is\/b\/2013\/01\/17\/shodan-api-in-r-with-examples\/","url_meta":{"origin":1813,"position":3},"title":"SHODAN API in R (With Examples)","author":"hrbrmstr","date":"2013-01-17","format":false,"excerpt":"Folks may debate the merits of the SHODAN tool, but in my opinion it's a valuable resource, especially if used for \"good\". What is SHODAN? I think ThreatPost summed it up nicely: \"Shodan is a Web based search engine that discovers Internet facing computers, including desktops, servers and routers. The\u2026","rel":"","context":"In &quot;Charts &amp; Graphs&quot;","block_context":{"text":"Charts &amp; Graphs","link":"https:\/\/rud.is\/b\/category\/charts-graphs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3043,"url":"https:\/\/rud.is\/b\/2014\/09\/23\/seeing-the-daylight-with-r\/","url_meta":{"origin":1813,"position":4},"title":"Seeing the (day)light with R","author":"hrbrmstr","date":"2014-09-23","format":false,"excerpt":"The arrival of the autumnal equinox foreshadows the reality of longer nights and shorter days here in the northeast US. We can both see that reality and distract ourselves from it at the same time by firing up RStudio (or your favorite editor) and taking a look at the sunrise\u2026","rel":"","context":"In &quot;Charts &amp; Graphs&quot;","block_context":{"text":"Charts &amp; Graphs","link":"https:\/\/rud.is\/b\/category\/charts-graphs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11102,"url":"https:\/\/rud.is\/b\/2018\/07\/29\/ggplot-doodling-with-hibp-breaches\/","url_meta":{"origin":1813,"position":5},"title":"ggplot &#8220;Doodling&#8221; with HIBP Breaches","author":"hrbrmstr","date":"2018-07-29","format":false,"excerpt":"After reading this interesting analysis of \"How Often Are Americans' Accounts Breached?\" by Gaurav Sood (which we need more of in cyber-land) I gave in to the impulse to do some gg-doodling with the \"Have I Been Pwnd\" JSON data he used. It's just some basic data manipulation with some\u2026","rel":"","context":"In &quot;ggplot&quot;","block_context":{"text":"ggplot","link":"https:\/\/rud.is\/b\/category\/ggplot\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2018\/07\/hibp-lines.png?fit=1200%2C588&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2018\/07\/hibp-lines.png?fit=1200%2C588&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2018\/07\/hibp-lines.png?fit=1200%2C588&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2018\/07\/hibp-lines.png?fit=1200%2C588&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2018\/07\/hibp-lines.png?fit=1200%2C588&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/1813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=1813"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/1813\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=1813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=1813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=1813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}