【问题标题】:Writing an extra notation (caption) on a graph using Python matplotlib使用 Python matplotlib 在图形上编写额外的符号(标题) 【发布时间】:2018-06-26 18:49:18 【问题描述】: 我想知道,是否有一种方法可以在图表上包含额外的标题,以额外强调图表上的某个点。 如下图所示: 之前: 之后: 谢谢。 【问题讨论】: 是的,例如见here。 标签: python matplotlib graph caption 【解决方案1】: 使用“注释”。这是带有示例的pertinent documentation。 【讨论】: