module pres_helper.image
¶
Functions¶
function |
truncated documentation |
---|---|
Uses matplotlib to show images. |
Documentation¶
Helpers for presentations.
-
jupytalk.pres_helper.image.
show_images
(name1, name2=None, title1=None, title2=None, figsize=(12, 4))¶ Uses matplotlib to show images.
- Parameters
name1 – name of the first image
name2 – name of the second image
title1 – title for the first image
title2 – title for the second image
figsize – figure size
- Returns
ax