pygal

Package — VisualizationPython 3.7+Intermediate

SVG chart library for clean, scalable vector graphics

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python; optional: lxml, cairosvg)
Install
pip install pygal

Learn by Difficulty

Quick Example

python
# Install: pip install pygal
import pygal

# Basic pygal usage
print(f"Using pygal")
# See documentation for detailed examples

pygal is a third-party package. SVG chart library for clean, scalable vector graphics. Install with: pip install pygal

Try in Playground

Tags

packagevisualizationchartingplotting