出现场景:在安装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