Module pyreport.figure

A module for generating LaTeX figures.

Classes

class Image (image_file, name, width=1.0, caption='', label='')

Class to hold images.

Constructor for Image.

Parameters

image_file : str
Path to image file.
name : str
Name of image.
width : float, optional
Width of image as fraction of linewidth, by default 1.0.
caption : str, optional
Caption of image, by default "".
label : str, optional
Label of image, by default "".

Ancestors

Inherited members