#!/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,
python画图+error bar+95%置信区间
最新推荐文章于 2022-02-25 07:12:00 发布