python畫圖+error bar+95%置信區間

#!/usr/bin/env python # a bar plot with errorbars import numpy as np import matplotlib.pyplot as plt from scipy.stats import t RLMeans = [84.32, 76.66, 67.68, 58.88, 55, 52.14] RLStd = [1, 1.2, 1.3,
相關文章
相關標籤/搜索