limix.plot.image

limix.plot.image(file, ax=None)

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.
Returns:

ax – Axes object with the plot for further tweaking.

Return type:

matplotlib Axes

Examples

(Source code, png)

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