上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页
本片文章主要是对pickle官网的阅读记录。 The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the p Read More
posted @ 2018-05-26 13:23 suonikeyinsu Views(937) Comments(0) Diggs(0) Edit
xlrd.open_workbook(filename=None, logfile=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>, verbosity=0, use_mmap=1, file_contents=None,  Read More
posted @ 2018-05-26 12:27 suonikeyinsu Views(338) Comments(0) Diggs(0) Edit
在《matplotlib极坐标系应用之雷达图》 中,我们提出了这个问题“图例中每种成员的颜色是怎样和极坐标相应的成员的颜色相对应的呢”,那么接下来我们说说legend的一般使用和设置。 调用legend()一般有三种方式: 方式1. 自动检测,直接调用legend(); 在plot()时就指定图例l Read More
posted @ 2018-05-24 13:35 suonikeyinsu Views(500) Comments(0) Diggs(0) Edit
Q1:图例中每种成员的颜色是怎样和极坐标相应的成员的颜色相对应的呢?且听下回分解 Read More
posted @ 2018-05-24 00:12 suonikeyinsu Views(1681) Comments(0) Diggs(0) Edit
出现场景:在安装sl时,需要使用更新内核版本,那么下载新的内核时,/boot分区没空间了,然后 安装程序报错。 1. 查看/boot分区的空间使用情况 2. 查看/boot下的内容 从中可以看出,有几个旧版本的内核,可以将其删除。 为了保证删除干净,最好不要简单的将/boot想对应旧版本内核的相关文 Read More
posted @ 2018-05-23 23:57 suonikeyinsu Views(405) Comments(0) Diggs(0) Edit
matplotlib之极坐标系的极径网格线(rgrids)的显示刻度 matplotlib.pyplot.rgrids(*args, **kwargs) Get or set the radial gridlines on a polar plot. get or set 径向网格线 call si Read More
posted @ 2018-05-23 14:08 suonikeyinsu Views(1390) Comments(0) Diggs(0) Edit
极坐标系的极角网格线(thetagrids)的显示刻度 matplotlib.pyplot.thetagrids(*args, **kwargs) Get or set the theta locations of the gridlines in a polar plot. get or set Read More
posted @ 2018-05-23 13:54 suonikeyinsu Views(4011) Comments(0) Diggs(0) Edit
set_theta_zero_location(loc, offset=0.0) Sets the location of theta’s zero. (Calls set_theta_offset with the correct value in radians under the hood.) Read More
posted @ 2018-05-23 13:14 suonikeyinsu Views(976) Comments(0) Diggs(0) Edit
ax1 是顺时针方向的图 ax2 是逆时针方向的图 set_theta_direction(direction) Set the direction in which theta increases. clockwise, -1: Theta increases in the clockwise d Read More
posted @ 2018-05-23 12:59 suonikeyinsu Views(1137) Comments(0) Diggs(0) Edit
从上图可以看出,默认极坐标系的 极角显示刻度为(0, 360,45),极径显示刻度为(0,1.0,0.2),0度的方向为“E”,默认极坐标的方向是逆时针方向。 那么, 1. 怎么设置极坐标系的方向? 2. 怎么设置极坐标(ρ, 0)的起始位置? 3. 怎样设置极坐标系 的极角网格线(thetagri Read More
posted @ 2018-05-23 12:19 suonikeyinsu Views(1051) Comments(0) Diggs(0) Edit
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页