gpt4 book ai didi

python - 在 Matplotlib 中引用数据源

转载 作者:行者123 更新时间:2023-12-04 03:15:53 28 4
gpt4 key购买 nike

所以我在 matplotlib 中创建了两个简单的条形图,我需要引用我从哪里获得数据。有没有允许我这样做的功能?

最佳答案

您可以使用 .annotate() 在你的情节脚下引用你的来源。例子:

import matplotlib.pyplot as plt

plt.annotate('[your citation here]', (0,0), (-80,-20), fontsize=6,
xycoords='axes fraction', textcoords='offset points', va='top')

关于python - 在 Matplotlib 中引用数据源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41046214/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com