skrub.DataOp.skb.draw_graph#
- DataOp.skb.draw_graph()[source]#
Get an SVG string representing the computation graph.
In addition to the usual
strmethods, the result has anopen()method which displays it in a web browser window.- Returns:
- GraphDrawing
Drawing of the computation graph. This objects has attributes
svgandpng, containing representations of the graph in those formats (asbytesobjects), and a method.open()to display it in a browser window.