📜  matplotlib FiveThirtyEight 创建签名 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:03.893000             🧑  作者: Mango

代码示例1
# Assume the rest of the code is written
ax.text(-0.7, -2.9,
        '©DATAQUEST' + ' '*94 + 'Source: P. Cortez et al.',
        color = '#f0f0f0',
        backgroundcolor = '#4d4d4d',
        size=12)