notebook.community
Edit and run
-- quads/rectangles x1=torch.randn(10) y1=torch.randn(10) plot = Plot():quad(x1,y1,x1+1,y1+1,'red',''):draw() -- histogram plot = Plot():histogram(torch.randn(10000)):draw()
In [ ]: