logo

Crowdly

Which type of chart does the following piece of Altair code create? Answer only ...

✅ 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 alt

from vega_datasets import data

source = data.cars()

alt.Chart(source).mark_point().encode(

    x='Horsepower:Q',

    y='Miles_per_Gallon:Q',

    color='Origin:N'

)

More questions like this

Want instant access to all verified answers on moodle.jku.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!