matplotlib 添加注释的方式 matplotlib.pyplot.annotate Annotate the point xy with text s s : str The text of the annotation xy : iterable Length 2 sequence spe Read More
posted @ 2018-08-14 11:27 suonikeyinsu Views(6139) Comments(0) Diggs(0) Edit
1 #!/usr/bin/env python3 2 #-*- coding:utf-8 -*- 3 ############################################# 4 #File Name: ci_ex1.py 5 #Brief: 示例1 6 #Author: frank 7 #Email: frank0903@aliyun.com 8 #Creat... Read More
posted @ 2018-08-14 09:59 suonikeyinsu Views(868) Comments(0) Diggs(0) Edit