logo头像

Always believe youself.

python可视化项目

本文于1335天之前发表,文中内容可能已经过时。

  1. tensorboard和tensorboardX,想必不需要多做介绍,后者大家可能不熟悉,被开发用来支持chainer, mxnet, numpy,4000+star。

https://github.com/lanpa/tensorboardX

  1. visdom,支持numpy和torch的工具,常用于pytorch数据可视化,很强大,5000+star。

https://github.com/facebookresearch/visdom

  1. seaborn:一款基于matplotlib的工具,简单来说,就是有更高的API,画出的图也好看,5000+star,主要处理低维数据。

https://github.com/mwaskom/seaborn

holoviews:很酷炫的工具,与season差不多,1000+star。

https://github.com/ioam/holoviews

  1. missingno:一款缺失数据可视化工具,非常适合分析数据集的完整性,1000+star。

https://github.com/ResidentMario/missingno


image