Location via proxy:   
[Report a bug]   [Manage cookies]                

A Detailed Guide to ggplot colors

Posted on Tue 14 May 2019 in R • Tagged with R, ggplot, colorsLeave a comment

In this guide, you'll learn how to incorporate your own custom color palettes into your ggplot graphs. You'll be able to differentiate between setting a static color and mapping a variable in your data to a color palette so that each color represents a different level of the variable. And you'll learn specifically how to customize color palettes for both continuous and categorical data in ggplot using the built-in ggplot color functions.

Continue reading

10 Steps to Better Graphs in R

Posted on Tue 07 May 2019 in R • Tagged with R, graph, ggplotLeave a comment

Over the last 5 years, I have created a LOT of graphs. And let me tell you, they haven't all been pretty. But with each new graph that I've created, I've improved my knowledge of what works and what doesn't. In this post, I share the 10-step graphing checklist I've developed to increase my impact and ability to drive change in an organization.

Continue reading

One Step to Quickly Improve the Readability and Visual Appeal of ggplot Graphs

Posted on Fri 03 May 2019 in R • Tagged with R, axis, tips, ggplotLeave a comment

We're all attracted to simple and visually appealing graphs. Unfortunately, we often don't put in the necessary effort to make sure our own graphs live up to their potential. In this guide, I'll show you how you can quickly and easily improve the readability of your ggplot graphs with a simple change to your axis titles!

Continue reading

If You Want to be Effective, You Need to Approach Data Science with a Business Mindset

Posted on Tue 23 April 2019 in News • Tagged with Data Science, Communication, Business MindsetLeave a comment

There's a great article by Dominik Haitz making its way around the data science world this past week.

The entire article is worth reading, but I'll highlight some of my favorite points.

In the article, Dominik talks about the importance of developing a business mindset to succeed in ...

Continue reading