dask.array.Array.to_svg — Dask documentation (original) (raw)

dask.array.Array.to_svg

Array.to_svg(size=500)[source]

Convert chunks from Dask Array into an SVG Image

Parameters

chunks: tuple

size: int

Rough size of the image

Returns

text: An svg string depicting the array as a grid of chunks

Examples