View on GitHub

Piechartwithpython

Simple pie chart creation with hatching

Download this project as a .zip file Download this project as a tar.gz file

PieChartwithPython

Simple pie chart creation with hatching with Python

Création de camembert ou diagramme circulaire, avec ou sans hachure sous Python 3.3

Small program in Python 3 to create pie graphs with or without hatching, file is saved in png (also pdf or svg).

Please note that if hatching selected, values will no apear inside the pie, one option is to add values in the labels i.e. 'toto \n 10 %'

Pie chart

Usage

Modules needed

Tested with Python 3.3 under windows