In [1]:
import numpy
import toyplot.svg

In [2]:
canvas, table = toyplot.matrix(numpy.random.random((10, 10)))
toyplot.svg.render(canvas, "viewbox.svg")

In [ ]: