可视化工具¶
配置文件:packages/visualization_tools.json
工具类型:本地
工具数量:13
此页面包含 visualization_tools.json 配置文件中定义的所有工具。
可用工具¶
**get_altair_info**(类型:PackageTool)¶
获取有关 altair 包的信息。声明式统计可视化库
get_altair_info 工具规格说明
工具信息:
名称:
get_altair_info类型:
PackageTool描述:获取有关 altair 包的信息。声明式统计可视化库
参数:
无需参数。
示例用法:
query = {
"name": "get_altair_info",
"arguments": {
}
}
result = tu.run(query)
**get_bokeh_info**(类型:PackageTool)¶
获取有关 bokeh 软件包的信息。用于现代网页浏览器的交互式可视化库
get_bokeh_info 工具规范
工具信息:
名称:
get_bokeh_info类型:
PackageTool描述:获取有关 bokeh 软件包的信息。用于现代网页浏览器的交互式可视化库
参数:
无需参数。
示例用法:
query = {
"name": "get_bokeh_info",
"arguments": {
}
}
result = tu.run(query)
**get_cellpose_info**(类型:PackageTool)¶
获取有关 Cellpose——细胞分割算法的全面信息
get_cellpose_info 工具规范
工具信息:
名称:
get_cellpose_info类型:
PackageTool描述:获取有关 Cellpose——细胞分割算法的全面信息
参数:
include_examples(boolean) (required) Whether to include usage examples and quick start guide
示例用法:
query = {
"name": "get_cellpose_info",
"arguments": {
"include_examples": true
}
}
result = tu.run(query)
**get_datashader_info**(类型:PackageTool)¶
获取有关 datashader 包的信息。 这是一个用于创建有意义可视化的图形管线系统…
get_datashader_info 工具规范
工具信息:
名称:
get_datashader_info类型:
PackageTool描述:获取有关 datashader 软件包的信息。用于创建大型数据集有意义可视化的图形管道系统
参数:
无需参数。
示例用法:
query = {
"name": "get_datashader_info",
"arguments": {
}
}
result = tu.run(query)
**get_holoviews_info**(类型:PackageTool)¶
获取有关 holoviews 软件包的信息。使用 Python 进行声明式数据可视化
get_holoviews_info 工具规范
工具信息:
名称:
get_holoviews_info类型:
PackageTool描述:获取有关 holoviews 软件包的信息。使用 Python 进行声明式数据可视化
参数:
无需参数。
示例用法:
query = {
"name": "get_holoviews_info",
"arguments": {
}
}
result = tu.run(query)
**get_igraph_info**(类型:PackageTool)¶
获取有关 igraph 的全面信息——网络分析与可视化
get_igraph_info 工具规范
工具信息:
名称:
get_igraph_info类型:
PackageTool描述:获取关于igraph的全面信息——网络分析与可视化
参数:
include_examples(boolean) (required) Whether to include usage examples and quick start guide
示例用法:
query = {
"name": "get_igraph_info",
"arguments": {
"include_examples": true
}
}
result = tu.run(query)
**get_matplotlib_info**(类型:PackageTool)¶
获取有关 Matplotlib 的全面信息——一个用于创建可视化的综合库…
get_matplotlib_info 工具规范
工具信息:
名称:
get_matplotlib_info类型:
PackageTool描述:获取有关 Matplotlib 的全面信息——一个用于在 Python 中创建可视化的综合库
参数:
include_examples(boolean) (required) Whether to include usage examples and quick start guide
示例用法:
query = {
"name": "get_matplotlib_info",
"arguments": {
"include_examples": true
}
}
result = tu.run(query)
**get_opencv_info**(类型:PackageTool)¶
获取关于 OpenCV-Python 的全面信息 —— 计算机视觉库
get_opencv_info 工具规范
工具信息:
名称:
get_opencv_info类型:
PackageTool描述:获取有关 OpenCV-Python(计算机视觉库)的全面信息
参数:
include_examples(boolean) (required) Whether to include usage examples and quick start guide
示例用法:
query = {
"name": "get_opencv_info",
"arguments": {
"include_examples": true
}
}
result = tu.run(query)
**get_plantcv_info**(类型:PackageTool)¶
获取关于 PlantCV —— 基于图像分析的植物表型测定的全面信息
get_plantcv_info 工具规格说明
工具信息:
名称:
get_plantcv_info类型:
PackageTool描述:获取关于PlantCV——基于图像分析的植物表型测定的全面信息
参数:
``info_type``(字符串)(必填)要检索的 PlantCV 信息类型
示例用法:
query = {
"name": "get_plantcv_info",
"arguments": {
"info_type": "example_value"
}
}
result = tu.run(query)
**get_plotly_info**(类型:PackageTool)¶
获取有关 plotly 包的信息。Python 的交互式绘图库。
get_plotly_info 工具规格说明
工具信息:
名称:
get_plotly_info类型:
PackageTool描述:获取有关 plotly 包的信息。Python 的交互式绘图库。
参数:
无需参数。
示例用法:
query = {
"name": "get_plotly_info",
"arguments": {
}
}
result = tu.run(query)
**get_pyvis_info**(类型:PackageTool)¶
获取有关 pyvis 包的信息。用于可视化网络的 Python 库
get_pyvis_info 工具规格说明
工具信息:
名称:
get_pyvis_info类型:
PackageTool描述:获取有关 pyvis 包的信息。用于可视化网络的 Python 库
参数:
无需参数。
示例用法:
query = {
"name": "get_pyvis_info",
"arguments": {
}
}
result = tu.run(query)
**get_scikit_image_info**(类型:PackageTool)¶
获取关于 scikit-image —— Python 图像处理的全面信息
get_scikit_image_info 工具规格说明
工具信息:
名称:
get_scikit_image_info类型:
PackageTool描述:获取有关 scikit-image —— Python 图像处理的全面信息
参数:
``info_type``(字符串)(必填)要检索的关于 scikit-image 的信息类型
示例用法:
query = {
"name": "get_scikit_image_info",
"arguments": {
"info_type": "example_value"
}
}
result = tu.run(query)
**get_seaborn_info**(类型:PackageTool)¶
获取关于 Seaborn —— 统计数据可视化的全面信息
get_seaborn_info 工具规格说明
工具信息:
名称:
get_seaborn_info类型:
PackageTool描述:获取关于 Seaborn —— 统计数据可视化的全面信息
参数:
include_examples(boolean) (required) Whether to include usage examples and quick start guide
示例用法:
query = {
"name": "get_seaborn_info",
"arguments": {
"include_examples": true
}
}
result = tu.run(query)