iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.set_size

Contents

iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.set_size#

iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.set_size(w: float, h: float, ax: Axes | None = None) None#

Forcing a figure to a specified size.

Parameters:
  • w (float) – width in inches

  • h (float) – height in inches

  • ax (Axes | None) – The optional axes

Return type:

None