Skip to content

MacroHongZ/Elegant-Plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elegant-Plot

Plot toolbox based on Matplotlib, simple and elegant.
Hits

绘制展示

对比

柱状图 纹理柱状图 多系列柱状图
极坐标柱状图 多系列极坐标柱状图 棒棒糖图
折线图 雷达图 雷达图

相关性

散点图 多系列散点图 散点图(带概率密度)
热图 热图 热图

分布

箱线图 箱线图 箱线图

函数绘制

绘制过程

数据准备

每种图表类型的目录下有data.csv文件,依据样例数据填入自己的数据。

绘制设置

每种图表都被单独封装成函数,可直接运行对应文件绘图,绘制结果以PDF格式保存在当前文件夹下。

  例:绘制单系列柱状图 python SS_bar.py

自定义设置见函数的参数列表:

  plotbar(style='ggplot', color='#72aa9d', Title='Title', Xlabel='Xlabel', Ylabel='Ylabel')

运行环境

  • Python = 3.9.7
  • matplotlib = 3.5.0
  • pandas = 1.3.5
  • numpy = 1.20.3
  • seaborn = 0.11.2

About

Plot toolbox based on Matplotlib, simple and elegant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages