Mercurial > repos > glogobyte > mirviz
comparison viz_graphs.py @ 9:f00fce910645 draft
Uploaded
author | glogobyte |
---|---|
date | Fri, 15 Oct 2021 08:54:12 +0000 |
parents | fa26ea53c055 |
children | cc071a0d5d43 |
comparison
equal
deleted
inserted
replaced
8:fa26ea53c055 | 9:f00fce910645 |
---|---|
1 # Import FPDF class | 1 # Import FPDF class |
2 from fpdf import FPDF | 2 from fpdf import FPDF |
3 | 3 |
4 # Import glob module to find all the files matching a pattern | 4 # Import glob module to find all the files matching a pattern |
5 import glob | 5 import glob |
6 | 6 |
7 def pdf_before_DE(analysis): | 7 def pdf_before_DE(analysis): |
8 | 8 |
9 # Image extensions | 9 # Image extensions |
10 if analysis=="2": | 10 if analysis=="2": |