
Семинар 9
Authored by Александра Бочарова
Computers
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая функция в matplotlib отвечает за настройку подписей к оси ординат?
plt.yticks()
plt.grid()
plt.ylabel()
plt.legend()
2.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
(a) ('График ломаной прямой', fontsize=15)
Вставьте недостающую часть кода в описании элемента графика выше
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Выберите все графики, с помощью которых изображают распределение данных категориальных переменных
plt.pie
plt.bar
plt.hist
plt.boxplot
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая команда позволяет отобразить общий заголовок нескольких графиков?
plt.suptitle()
plt.title()
plt.label()
plt.largetitle()
5.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
Ниже представлен код, который запускает графики, изображенные на рисунке. Напишите недостающую часть кода (в пропуске)
fig, axes = (a) (nrows=2, ncols=2, figsize = (7, 7))
x = np.arange(10)
y = x**4
axes[0, 0].plot(x,y)
axes[0, 1].plot(x,y)
axes[1, 0].plot(x,y)
axes[1, 1].plot(x,y)
plt.show()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?