File: graph_intro.py

package info (click to toggle)
python-reportlab 3.6.12-1%2Bdeb12u1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 12,344 kB
  • sloc: python: 96,651; ansic: 19,106; xml: 1,494; makefile: 337; sh: 100
file content (17 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
__version__='3.3.0'
from tools.docco.rl_doc_utils import *

heading1("Graphics")

heading2("Introduction")

disc("""
ReportLab Graphics is one of the sub-packages to the ReportLab
library. It started off as a stand-alone set of programs, but is now a
fully integrated part of the ReportLab toolkit that allows you to use
its powerful charting and graphics features to improve your PDF forms
and reports.
""")