文件名称:figplotter:使用matplotlib绘制Python的基础架构
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-26 10:52:12
Python
图 使用为Python绘制基础架构。 安装 您可以使用轻松安装figplotter。 在您的主目录中: pip install figplotter --user 在系统中(需要超级用户特权): sudo pip install figplotter 例子 这是使用figplotter生成具有两级聚类的图形的代码: from figplotter . utils import clusterize from figplotter . plot import figure , cluster_series_2 # We can set the properties of the bars with bar-granularity. All properties # offered by matplotlib are supported. Bars are selected by us
【文件预览】:
figplotter-master
----figplotter()
--------plot()
--------utils.py(5KB)
--------__init__.py(161B)
----upload.sh(42B)
----LICENSE(1KB)
----setup.cfg(253B)
----setup.py(4KB)
----README.md(3KB)
----tests()
--------cluster.py(3KB)
--------unit()
--------simple.py(2KB)
----.gitignore(675B)