1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Data Visualization with Julia

Exercise

Log scatter recipe

In this exercise, you will create a series recipe that generates scatter plots with a logarithmic y-axis scale. Additionally, your recipe will customize the plot with additional attributes.

The Plots package is loaded, and the streaming DataFrame is available.

Instructions

100 XP
  • Create a series recipe called logscatter of type :scatter.
  • Define the plotting logscatter function.
  • Apply the recipe on the Age and Hours_per_day columns, in that order.