Python to generate nice looking SVG graph http://pygal.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
685 B

===============
Documentation
===============
User documentation
==================
- `First steps </first_steps>`_ - learn how to very simply make beautiful charts.
- `Charts types </chart_types>`_ - see what pygal can do for you.
- `Styles </styles>`_ - change the style.
- `Basic customizations </basic_customizations>`_ - start to improve your charts.
- `Interpolations </interpolations>`_ - smooth your lines.
- `Sparklines </sparks>`_ - create simple sparklines.
- `Metadata </metadata>`_ - enrich your graph.
- `Other customizations </other_customizations>`_ - customize all the things.
- `Embedding in a web page </web>`_ - see several ways to use pygal on the intertubes.