upset_plotly:使用upsetplot库的UpSet绘图的绘图实现

时间:2024-06-17 07:07:24
【文件属性】:

文件名称:upset_plotly:使用upsetplot库的UpSet绘图的绘图实现

文件大小:1.03MB

文件格式:ZIP

更新时间:2024-06-17 07:07:24

HTML

剧变 这是一个非常实用的功能,可以滥用plotly的散点图和条形图在plotly中生成交互式UpSet图。 它是为与破折号应用程序(@apetkau的 )一起使用而开发的,非常简单。 它依靠处理来自熊猫DataFrame的数据交集。 安装 建议使用某些conda(conda,venv,virtualenv等)的虚拟环境。 git clone https://github.com/fmaguire/upset_plotly python -m pip install -e upset_plotly 测试 情节生成的相当小的功能测试: pytest 应该在plot.html生成一个交互式绘图,类似于: 用法 from upset_plotly import plot # replace this with your data prepared using upsetplot.fro


【文件预览】:
upset_plotly-master
----upset_plotly()
--------test()
--------__init__.py(22B)
--------example.png(27KB)
--------plot.py(11KB)
----example.html(3.33MB)
----LICENSE(34KB)
----setup.py(1KB)
----.gitignore(2KB)
----README.md(1KB)

网友评论