Can Jupyter hold with the charts?
As we mentioned before, Jupyter provides us in particular with matplotlib
library, which allows us to build charts.
Завдання
Swipe to start coding
Create two lists of points. Choose at least 2-3 numbers in each list.
Рішення
9
1
2
3
4
5
6
7
# create x and y numbers
x = [1,2,3]
y = [20,15,13]
# import library
import matplotlib.pyplot as plt
plt.plot(x, y)
Mark tasks as Completed
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 5
9
1
taskCode
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат