October 2018
Beginner to intermediate
676 pages
18h 30m
English
In the previous recipe, we plotted the relationship between two variables as a single line graph and used other semantic variables to analyze them. The input dataset has the sales data for various items, such as Pies, Cakes, Cookies, Coffee, and Smoothies, and each of these items is a column in the dataset. However, if we want to plot a line graph for each of these items on the same axes/plot for relative sales analysis, we need to prepare the input data slightly differently, before passing it on to relplot().
Read now
Unlock full access