Capability library

每个功能,一个中文代码页面。

从 Python 内置能力到 Flask、数据库、AI、工业控制和动态库。搜索名称、签名或业务场景,打开页面即可复制运行。

当前找到 152
第 2 / 6 页点击功能查看完整中文案例、参数备注和错误排查
031Matplotlib · Matplotlib 绘图创建动画(画布, 更新函数, 帧数, 间隔=100)032Matplotlib · Matplotlib 绘图保存动画(动画, 文件路径, 编码器='ffmpeg')033Matplotlib · Matplotlib 绘图显示动画(动画对象)034Matplotlib · Matplotlib 绘图创建3D画布(*参数, **选项)035Matplotlib · Matplotlib 绘图添加3D子图(行数: 'int' = 1, 列数: 'int' = 1, 序号: 'int' = 1, **选项)036Matplotlib · Matplotlib 绘图三维散点图(x, y, z, **选项)037Matplotlib · Matplotlib 绘图三维折线图(坐标轴, x, y, z, **选项)038Matplotlib · Matplotlib 绘图三维曲面图(x, y, z, **选项)039Matplotlib · Matplotlib 绘图三维线框图(x, y, z, **选项)040Matplotlib · Matplotlib 绘图三维等高线图(坐标轴, x, y, z, **选项)041Matplotlib · Matplotlib 绘图三维柱状图(坐标轴, x, y, z, dx=0.8, dy=0.8, **选项)042Matplotlib · Matplotlib 绘图设置3D标签(坐标轴, x标签: 'str' = '', y标签: 'str' = '', z标签: 'str' = '')043Matplotlib · Matplotlib 绘图热力图(数据, 坐标轴=None, 标注: 'bool' = True, 颜色映射: 'str' = 'YlOrRd', **选项)044Matplotlib · Matplotlib 绘图箱线图(数据, 标签列表=None, 坐标轴=None, 水平: 'bool' = False, **选项)045Matplotlib · Matplotlib 绘图小提琴图(数据, 标签列表=None, 坐标轴=None, **选项)046Matplotlib · Matplotlib 绘图等高线图(x, y, z, 坐标轴=None, 填充: 'bool' = True, 层数: 'int' = 10, **选项)047Matplotlib · Matplotlib 绘图误差线(x, y, 误差, 坐标轴=None, 方向: 'str' = 'y', **选项)048Matplotlib · Matplotlib 绘图堆叠柱状图(x, 数据列表, 标签列表=None, 坐标轴=None, **选项)049Matplotlib · Matplotlib 绘图面积图(x, y, 坐标轴=None, 堆叠: 'bool' = False, **选项)050Matplotlib · Matplotlib 绘图双Y轴图(x, y1, y2, 坐标轴=None, 标签1: 'str' = '', 标签2: 'str' = '', 颜色1: 'str' = 'blue', 颜色2: 'str' = 'red')051Matplotlib · Matplotlib 绘图标注点(坐标轴, x, y, 文本, **选项)052Matplotlib · Matplotlib 绘图设置样式(样式名: 'str' = 'ggplot')053Matplotlib · Matplotlib 绘图列出样式()054Matplotlib · Matplotlib 绘图颜色映射(名称='viridis')055Matplotlib · Matplotlib 绘图子图自适应布局(画布=None, 行间距: 'float' = None, 列间距: 'float' = None)056Matplotlib · Matplotlib 绘图设置刻度(坐标轴=None, x刻度=None, y刻度=None, x标签=None, y标签=None, 旋转: 'int' = 0)057Matplotlib · Matplotlib 绘图边界线(坐标轴=None, 显示: 'bool' = True, 方向: 'str' = 'all')058Matplotlib · Matplotlib 绘图极坐标图(角度, 半径, **选项)059Matplotlib · Matplotlib 绘图阶梯图(坐标轴, x, y, **选项)060Matplotlib · Matplotlib 绘图茎叶图(坐标轴, x, y, **选项)