8000 GitHub - pasqpasq/pycharty: pycharty creates minimal, beautiful and fully responsive Python bar charts for your presentations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pasqpasq/pycharty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0