Images

Images#

Images are added with img

from plix import Slide

Slide().img('assets/image.png',x=0.2,y=0.3,w=0.65).show()
Where the coordinates x and y, as wel as the width w are in normalized coordinates. Note that the figure’s proportion will be maintained. Note that the image’s location can also be a Web URL.