30 câu hỏi trắc nghiệm tự động chấm điểm
Matplotlib, Pandas plot, Seaborn (barplot, histplot, lineplot, pairplot, catplot), lưu hình, subplots, annotate
💡 Làm quiz này TRƯỚC KHI làm bài tập code trong notebook!
import matplotlib.pyplot as plt
plt.plot([1,2,3], [1,4,9])
plt.show()