get_subplot_arrangement

typhon.plots.get_subplot_arrangement(n)[source]

Get efficient (nrow, ncol) for n subplots

If we want to put n subplots in a square-ish/rectangular arrangement, how should we arrange them?

Returns (⌈√n⌉, ‖√n‖)