02-matplotlib-散点图

import numpy as np import matplotlib.pyplot as plt ''' 散点图显示两组数据的值,每个点的坐标位置的值决定 用户观察两种变量的相关性: 正相关 负相关 不相关 ''' # 正相关 height = [161,170,174,165,182,175] weight
相关文章
相关标签/搜索