Plots to compare information between different sources.
This file contains high level plots which are designed to be used to
compare different types of information. The most basic example is comparing
two variables in a traditional scatter plot.
Imported modules
|
|
from reportlab.graphics import renderPDF, renderPS
from reportlab.graphics.charts.lineplots import LinePlot
from reportlab.graphics.charts.markers import *
from reportlab.graphics.shapes import Drawing, String, Group
from reportlab.lib import colors
from reportlab.lib.pagesizes import letter
from reportlab.lib.units import inch
from reportlab.pdfgen import canvas
|
Classes
|
|
|
|