直方图与对数刻度和axvline一起使用,在matplotlib中不起作用

时间:2019-10-03 05:05:54

标签: python pandas matplotlib plot histogram

我有PD DF的“名称”列表。名称内的单个候选者为10000 X 10000大小Dfs。因此名称中有8 X(10k X 10k)数据。 现在,我想以对数刻度绘制每个名称df的直方图,并在其上绘制Area的axvline。但是,两者未出现在同一帧上。作为检查,我绘制了带有名称均值的axvline,并将其绘制在直方图的顶部(第二个图)。我不知道如何在此处显示df名称中的大数据以进行复制,但是我将附加我的代码和图形以示。

This is how they appear when axvline od area are plotted 这是绘制区域avvline时的显示方式 This is how I want the histogram  along with the Area axvlines 这就是我想要直方图和区域axvlines的方式

folder = 'ICIC'
file_type = '.csv' # type is built-in name, don't use it as a variable
file_name = f'D:/PMS/{a}/Master/{a}{type}'

with open(file_name, 'w') as empty_csv:
    pass

0 个答案:

没有答案