Show all data in the background of your faceted ggplot
One of the game-changing features of ggplot2 was the ease with which one can explore the dimensions of the data using small multiples.1 There is a small trick that I...continue reading.
One of the game-changing features of ggplot2 was the ease with which one can explore the dimensions of the data using small multiples.1 There is a small trick that I...continue reading.
He himself could hear the harmony of the Universe, and understood the music of the spheres, and the stars which move in concert with them, and which we cannot hear...continue reading.
The R community had a recent scare with the isoband package risking archival on CRAN. The reason why this incident made waves is that isoband is a ggplot2 dependency and...continue reading.
Data Science has (unnecessarily) divided the world into two halves – R users and Python users. Irrelevant of the group you belong to, there’s one thing you have to admit...continue reading.
This tutorial will show you how to use the geom_smooth function in R. It explains what geom_smooth does, explains the syntax, and shows step-by-step examples of how to use this...continue reading.
How does the conversion between decimal to binary or from binary to decimal behave? With another useless function, I have plotted the points (x = decimal number, y = converted...continue reading.
*Cool 8-bit music plays over a montage of me editing R code*continue reading.
Data visualization can be tricky to do right. There are a ton of key principles you need to be aware of. Today we bring you 5 best practices for visualizing...continue reading.
I firmly believe that animation and transition between different data states can give end-users much better insights and understanding of the data, than a single table with data points or...continue reading.
Probably the most common question I get from new data science students is, “Which language should I learn … R or Python?” This is a somewhat complex question to answer,...continue reading.
The Moonies are up on their mountain, the lunatics have taken over the asylum, waiting on the rapture (The Daily Mail, Radiohead) I have not write any post lately, maybe...continue reading.
Including plotting code as an annotation on a plotcontinue reading.
Data visualization is important. It’s so important that how you present your data can affect the success of an app or project. For applications that make heavy use of data,...continue reading.
Generating violin boxplots from image. Yes, why not. ???? We create a raster image from a picture and calculating the ratio of the pixels on the scale of grayscale. The...continue reading.
Histograms with R and ggplot2 Be honest. How uninspiring are your data visualizations? Expert designers make graph design look effortless, but in reality, it can’t be further from the truth....continue reading.
Boxplots with R and ggplot2 Are your data visualizations an eyesore? It’s a common problem, so don’t worry too much about it. The solution is easier than you think, as...continue reading.
Yes. Finally, the Voronoi diagrams with the use of x11() function. This diagram is presentation of a plane that is partitioned every time, a user clicks on the canvas of...continue reading.
How about some colours in line graph? Or even more wacky? Nevertheless, let’s create a function that generates some sample “mocked” data and draws a line chart: And run all...continue reading.
This tutorial will explain how to create a scatter plot in R with ggplot2. It will explain the syntax for a ggplot scatterplot, and will also show you step-by-step examples....continue reading.