dask.array.Array.to_svg# Array.to_svg(size=500)[source]# Convert chunks from Dask Array into an SVG Image Parameters: chunks: tuple size: intRough size of the image Returns: text: An svg string depicting the array as a grid of chunks Examples >>> x.to_svg(size=500)