CamaraLab / scTDA

An object oriented python library for topological data analysis of high-throughput single-cell RNA-seq data
GNU General Public License v3.0
51 stars 21 forks source link

Title (and font properties) + frame removal #13

Open fbrundu opened 6 years ago

fbrundu commented 6 years ago

PR for draw method for additional figure aesthetics:

Example code:

c.draw('Gran', ccmap='Reds', weight=2, dpi=200, figsize=(5,5), lw=1.0, title='Gran', font_props={'fontname': 'Arial'}, remove_frame=True)

Example figure: example