python 數據分析 條形圖

# -*- coding: utf-8 -*- from __future__ import unicode_literals import matplotlib.pyplot as mp import numpy as np n = 12 x = np.arange(n) y1 = np.random.uniform(0.5, 1.0, n) * (1 - x / n) y2 = np.ra
相關文章
相關標籤/搜索