Ticket #9952: make_matrix.py

File make_matrix.py, 87 bytes (added by Dan Nixon, 6 years ago)
Line 
1m = newMatrix("test_matrix", 1000, 1000)
2m.setFormula("x*y")
3m.calculate()
4g = plot(m)