limix.plot.image

limix.plot.image(file, ax=None)[source]

Show an image.

Parameters
  • file (file-like object, string, or pathlib.Path) – The file to read.

  • ax (matplotlib Axes, optional) – The target handle for this figure. If None, the current axes is set.

Example

(Source code, png)

../_images/limix-plot-image-1.png