graphinglib.MultiFigure.show#
- MultiFigure.show(general_legend: bool = False, legend_loc: str = 'outside lower center', legend_cols: int = 1) None [source]#
Displays the
MultiFigure
.- Parameters:
- general_legendbool
Whether or not to display an overall legend for the
MultiFigure
containing the labels of everyFigure
inside it. Note that enabling this option will disable the individual legends for everySubFigure
. Defaults toFalse
.- legend_locstr
The location of the legend in the MultiFigure. Possible placement keywords are: for vertical placement:
{"upper", "center", "lower"}
, for horizontal placement:{"left", "center", "right"}
. The keyword"outside"
can be added to put the legend outside of the axes. Defaults to"outside lower center"
.- legend_colsint
Number of colums in which to arrange the legend items. Defaults to 1.