Matplotlib 使用colorbar来设置色阶条:colorbar(**kwargs) colorbar(mappable, **kwargs)colorbar(mappable, cax=cax, **kwargs)colorbar(mappable... Read More
posted @ 2018-09-21 13:17 hitrjj Views(3962) Comments(0) Diggs(0)
Python三维绘图在遇到三维数据时,三维图像能给我们对数据带来更加深入地理解。python的matplotlib库就包含了丰富的三维绘图工具。1.创建三维坐标轴对象Axes3D创建Axes3D主要有两种方式,一种是利用关键字projection='3d'l... Read More
posted @ 2018-09-21 12:39 hitrjj Views(10076) Comments(0) Diggs(0)