notebook.community
Edit and run
In [1]: import numpy import toyplot.svg
import numpy import toyplot.svg
In [2]: canvas, table = toyplot.matrix(numpy.random.random((10, 10))) toyplot.svg.render(canvas, "viewbox.svg")
canvas, table = toyplot.matrix(numpy.random.random((10, 10))) toyplot.svg.render(canvas, "viewbox.svg")
In [ ]: