Rating vs. cocoa percentages
Scatter plots are great for visualizing relationships between two numerical variables. Let's see if there is any relationship between chocolate ratings and cocoa percentages. After all, you need to choose the best chocolate bar possible!
The chocolates
dataset and the DataFrames
and Plots
packages have been loaded for you.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Anleitung zur Übung
- Create a scatter plot of
cocoa
vs.rating
columns. - Add a title
"Cocoa percentage vs. rating"
.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Make a scatter plot of cocoa vs. ratings
____(____, ____)
# Add title
____!(____)