escodrinyar.Plot.opts#
- Plot.opts(figsize=(5, 5), width_ratios=None, height_ratios=None)#
Set the layout options for the plots.
- Parameters:
- figsize: tuple
The size of the figure. Default is (5, 5).
- width_ratios: list
The relative widths of the columns. Default is None.
- height_ratios:
The relative heights of the rows. Default is None.
- Returns:
- Layout
The layout with the specified options.