项目作者: pasqpasq

项目描述 :
pycharty为您的演示文稿创建最小,美观且完全响应的Python条形图。
高级语言: Python
项目地址: git://github.com/pasqpasq/pycharty.git
创建时间: 2019-05-06T16:07:50Z
项目社区:https://github.com/pasqpasq/pycharty

开源协议:

下载


pycharty

pycharty creates minimal, beautiful and fully responsive Python bar charts for your presentations.

Why use pycharty?

Just use your dataframe and, based on your data, pycharty will figure out the perfect configuration, size, alignments and all that boring stuff.

Examples

  1. pycharty(df,
  2. size = .5,
  3. stacked = False, # or 'True'
  4. theme = 'blue', # or 'pink' or 'yellow'
  5. title = 'This is the title',
  6. legend = True,
  7. )

Preview 1

Preview 2

Dataframe structure

Group Type Value
A Type 1 1
A Type 2 2
A Type 3 3
B Type 1 4
B Type 2 5
B Type 3 6
C Type 1 7
C Type 2 8
C Type 3 9