pyfan.graph.tools.subplot

Created on Aug 6, 2018

@author: fan

Design page subplot

Module Contents

Functions

subplot_design(plot_count=10, base_multiple=4, base_multiple_high_frac=0.6)

subplot grid and size given total plot count

pyfan.graph.tools.subplot.subplot_design(plot_count=10, base_multiple=4, base_multiple_high_frac=0.6)[source]

subplot grid and size given total plot count

figsize = (width height)

Examples

import Support.graph.subplot as sup_graph_subplot figsize, rows, cols = sup_graph_subplot.subplot_design(plot_count=10, base_multiple=4, base_multiple_high_frac = 0.60)