logo

Crowdly

Browser

Додати до Chrome

364.024/5/6/7/8/9/30/31/32/33/34/35/80/81/82, VL / UE Visualization, Marc Streit et al., 2026S

Шукаєте відповіді та рішення тестів для 364.024/5/6/7/8/9/30/31/32/33/34/35/80/81/82, VL / UE Visualization, Marc Streit et al., 2026S? Перегляньте нашу велику колекцію перевірених відповідей для 364.024/5/6/7/8/9/30/31/32/33/34/35/80/81/82, VL / UE Visualization, Marc Streit et al., 2026S в moodle.jku.at.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Suppose you need to choose whether to use Plotly or Vega-Altair for creating some charts. Which of the following statements about this choice are true?

100%
100%
0%
100%
Переглянути це питання

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'

)

Переглянути це питання

Which of the following statements about Vega-Altair are true?

0%
100%
0%
100%
Переглянути це питання

Consider the following code from the Plotly tutorial:

text_widget = widgets.HTML(description="Selection:", value="[]")

fig = go.FigureWidget()

fig.update_layout(width=700, height=500)

scatter = go.Scatter(x=iris["petal_width"], y=iris["sepal_length"], mode="markers")

fig.add_trace(scatter)

def selection_function(trace, points, selector):

    inds = points.point_inds

    text_widget.value = str(inds)

fig.data[-1].on_selection(selection_function)

Which of the following statements are true?

100%
100%
0%
0%
Переглянути це питання

In the tutorial, we tried to combine a Plotly scatterplot with a Jupyter widget. Which of the following statements about the problems we encountered are true?

100%
100%
100%
100%
Переглянути це питання

Which of the following statements about Jupyter widgets are true?

0%
100%
0%
100%
Переглянути це питання

Select all Seaborn methods that are axes-level variants of the figure-level catplot method.

100%
0%
100%
0%
100%
0%
100%
0%
Переглянути це питання

Which of the following statements about exporting figures from Matplotlib are true?

0%
0%
100%
0%
Переглянути це питання

Which of the following statements about Matplotlib and Seaborn are true.

0%
0%
100%
100%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.jku.at?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome