基于cufflinks的绘图工具
Project description
Blot
blot基于plotly和cufflinks,是一个进程安全,比plotly更简约,比cufflinks更快的python动态图可视化库。更贴近日常使用场景,便捷的绘制基带、简单的静态图像转换存储…结合pandas的Series和DataFrame使用(monkey patching),仅需一行代码即可完成各类图表构建。
安装方式
- pip3 install blotly
- 下载源码。进入项目根目录执行 python setup.py install
使用方式
- 具体参照文档:Blot.pdf
版本历史
v1.0.0
- 解决一些bug,支持多进程
- 精简项目,优化参数和注释
- 增加基带绘制和相关控制参数
- 支持便捷的静态图保存
- ……
示例
import pandas as pd
import numpy as np
import blot
pd.DataFrame({
'upper':np.random.randint(30,40,50),
'lower':np.random.randint(10,20,50),
'value1':np.random.randint(15,65,50),
'value2':np.random.randint(0,20,50),
}).blot(upper='upper', lower='lower',color='blue')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blotly-1.0.8.tar.gz
(81.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
blotly-1.0.8-py3-none-any.whl
(71.8 kB
view details)
File details
Details for the file blotly-1.0.8.tar.gz.
File metadata
- Download URL: blotly-1.0.8.tar.gz
- Upload date:
- Size: 81.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6b0009d9acdc88c3aa912c5933650da6aeef371f8c12118af6fbc0e40b06d1f
|
|
| MD5 |
7c9837dfbd93c2e6f269318a6807c97e
|
|
| BLAKE2b-256 |
e96150e630328846f8c0980c2e7abdd404d840ceb66207196677a6caf24a477d
|
File details
Details for the file blotly-1.0.8-py3-none-any.whl.
File metadata
- Download URL: blotly-1.0.8-py3-none-any.whl
- Upload date:
- Size: 71.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a43e8172e1bd793f1e8c76e77f0a633e34e5d88b6476d004cc8070b3b28d157d
|
|
| MD5 |
1c6905e84886fe4f6e3d0cf5c0d35d61
|
|
| BLAKE2b-256 |
a594e3cd4ee45773e7d642d9ab6de00feb874a78a8498055f0ddede572893d31
|