Skip to content

Xapulc/PrettyAnalyticPlots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Analytic Plots

This project simplifies the construction of charts typical of an analyst.

Installing

Install package:

python3 project_path/setup.py install

Dependencies will be installed along with the package.

Some pretty plots

If you want to plot normalized bar plot, you can write

from seaborn import load_dataset
flights = load_dataset("flights", index_col=False)
bar_plot(flights, x="year", y="passengers", hue="month", norm=True)

Plot

You can find more usage examples in examples.

Built With

Authors

  • Victor Kharlamov - Developer - Xapulc

See also the list of contributors who participated in this project.

License

This project is licensed under the BSD License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to seaborn for architectural solutions used in this project.

About

Package for easy create analytic plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages