matplotlib.pyplot.clabel #
- matplotlib.pyplot。clabel ( CS , levels = None , ** kwargs ) [source] #
标记等高线图。
将标签添加到给定的线条轮廓
ContourSet
。- 参数:
- CS
ContourSet
实例 要标注的线条轮廓。
- 级别数组,可选
应标记的级别值列表。该列表必须是 的子集
CS.levels
。如果没有给出,所有级别都会被标记。- **kwargs
所有其他参数都记录在
clabel
.
- CS
使用#的示例matplotlib.pyplot.clabel
互动功能