comparison mirgene_graphs.py @ 26:0bf751c64fe9 draft

Uploaded
author glogobyte
date Wed, 20 Oct 2021 14:39:58 +0000
parents 1d8cdfb3a359
children
comparison
equal deleted inserted replaced
25:01e56d0bc409 26:0bf751c64fe9
595 pdf.set_font('Arial', 'B', 20.0) 595 pdf.set_font('Arial', 'B', 20.0)
596 596
597 # Page header 597 # Page header
598 pdf.cell(pdf.w-0.5, 0.5, 'IsomiR profile report',align='C') 598 pdf.cell(pdf.w-0.5, 0.5, 'IsomiR profile report',align='C')
599 pdf.ln(0.7) 599 pdf.ln(0.7)
600 pdf.set_font('Arial','', 16.0) 600 pdf.set_font('Arial','B', 16.0)
601 pdf.cell(pdf.w-0.5, 0.5, 'sRNA length distribution',align='C') 601 pdf.cell(pdf.w-0.5, 0.5, 'sRNA length distribution',align='C')
602 602
603 # Smaller font for image captions 603 # Smaller font for image captions
604 pdf.set_font('Arial', '', 11.0) 604 pdf.set_font('Arial', '', 11.0)
605 605