Toggle navigation sidebar
dask.array.Array.visualize dask.array.Array.visualize¶Render the computation of this object’s task graph using graphviz.
Requires graphviz
to be installed.
The name of the file to write to disk. If the provided filename doesn’t include an extension, ‘.png’ will be used by default. If filename is None, no file will be written, and we communicate with dot using only pipes.
Format in which to write output file. Default is ‘png’.
If True, the graph is optimized before rendering. Otherwise, the graph is displayed as is. Default is False.
Options to color nodes. Provide cmap=
keyword for additional colormap
Additional keyword arguments to forward to to_graphviz
.
See dask.dot.dot_graph for more information.
Notes
For more information on optimization see here:
https://docs.dask.org/en/latest/optimize.html
Examples
>>> x.visualize(filename='dask.pdf') >>> x.visualize(filename='dask.pdf', color='order')
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4