pandas 数据处理 教学资料6.2.2嵌入式绘图 中职专用.pdf
《pandas 数据处理 教学资料6.2.2嵌入式绘图 中职专用.pdf》由会员分享,可在线阅读,更多相关《pandas 数据处理 教学资料6.2.2嵌入式绘图 中职专用.pdf(2页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 matplotlib.axes.Axes.inset_axes Axes.inset_axes(bounds,*,transform=None,zorder=5,*kwargs)source Add a child inset Axes to this existing Axes.Parameters boundsx0,y0,width,height Lower-left corner of inset Axes,and its width and height.transformTransform Defaults to ax.transAxes,i.e.the units of rect
2、 are in Axes-relative coordinates.zordernumber Defaults to 5(same as Axes.legend).Adjust higher or lower to change whether it is above or below data plotted on the parent Axes.*kwargs Other keyword arguments are passed on to the child Axes.Returns ax The created Axes instance.Warning This method is
3、experimental as of 3.0,and the API may change.Examples This example makes two inset Axes,the first is in Axes-relative coordinates,and the second in data-coordinates:fig,ax=plt.subplots()ax.plot(range(10)axin1=ax.inset_axes(0.8,0.1,0.15,0.15)axin2=ax.inset_axes(5,7,2.3,2.3,transform=ax.transData)Examples using matplotlib.axes.Axes.inset_axes Placing Colorbars
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- pandas 数据处理 教学资料6.2.2嵌入式绘图 中职专用 教学 资料 6.2 嵌入式 绘图 专用
限制150内