Global

Methods

make_canvas(tag, x_len, x_len, drawsize)

canvas creation tool outside of class
Parameters:
Name Type Description
tag str the html id to use for this canvas
x_len int the number of columns to draw
x_len int the number of rows to draw
drawsize int the height and width to draw each matrix element as, in pixels
Source: