You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorder the following conceptual steps so that they accurately reflect what this code is trying to accomplish.
A. Set up a visualization that will show the relationship between horsepower and fuel efficiency
B. Choose only the most fuel efficient cars
C. Display the plot that was just created
D. Load necessary packages
E. Simplify the dataset to show fewer columns
F. Add points to the initial plot
:::::::::::::: solution
Solution
D. Load necessary packages
B. Choose only the most fuel efficient cars
E. Simplify the dataset to show fewer columns
A. Set up a visualization that will show the relationship between horsepower and fuel efficiency
F. Add points to the initial plot
C. Display the plot that was just created
The text was updated successfully, but these errors were encountered:
This exercise was deleted when we removed episode 2 in #74. Let's keep this in mind and think about reusing it.
Order the conceptual steps of code
Here is a block of code that creates an example data visualization.
Reorder the following conceptual steps so that they accurately reflect what this code is trying to accomplish.
:::::::::::::: solution
Solution
The text was updated successfully, but these errors were encountered: