chump.objects.plotobjects

Visualization objects are used to create images or animations based on the data objects. Currently, five major visualization types are supported in CHUMP. The products of the visualization objects are either PDF pages or PNG files. Named bookmarks for each page are added in the PDF. When there are multiple rows (such as different layers or times) in the plotting data, CHUMP will loop through the data rows and create the PDF page or PNG file for each row. If the augment writemovie is specified, an animation will be automatically produced.

    - chump.objects.plotobjects.borelog
    - chump.objects.plotobjects.edfplot
    - chump.objects.plotobjects.figure
    - chump.objects.plotobjects.mapplot
    - chump.objects.plotobjects.scatterplot
    - chump.objects.plotobjects.tsplot
    - chump.objects.plotobjects.vplot