graphinglib.Figure.show#

Figure.show(legend: bool = True, legend_loc: str = 'best', legend_cols: int = 1) None[source]#

Displays the Figure.

Parameters:
legendbool

Whether or not to display the legend. The legend is always set to be draggable. Defaults to True.

legend_locstr

Legend location keyword. Any value in {“best”, “upper right”, “upper left”, “lower left”, “lower right”, “right”, “center left”, “center right”, “lower center”, “upper center”, “center”} or {“outside upper center”, “outside center right”, “outside lower center”}. Defaults to “best”.

legend_colsint

Number of columns in the legend. Defaults to 1.