module pres_helper.image#

Short summary#

module jupytalk.pres_helper.image

Helpers for presentations.

source on GitHub

Functions#

function

truncated documentation

show_images

Uses matplotlib to show images.

Documentation#

Helpers for presentations.

source on GitHub

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

source on GitHub