02-matplotlib-散點圖

import numpy as np import matplotlib.pyplot as plt ''' 散點圖顯示兩組數據的值,每個點的座標位置的值決定 用戶觀察兩種變量的相關性: 正相關 負相關 不相關 ''' # 正相關 height = [161,170,174,165,182,175] weight
相關文章
相關標籤/搜索