✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which type of chart does the following piece of Altair code create? Answer only with the chart type (max. 2 words).
import altair as altfrom vega_datasets import data
source = data.cars()
alt.Chart(source).mark_point().encode( x='Horsepower:Q', y='Miles_per_Gallon:Q', color='Origin:N')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!