Create a complete of points x-y, given the sequence of unique x and the sequence of unique y. So if x=y=0:2, it creates all pairs: 0,0; 0,1; 0,2; 1,0; 1,1; 1,2; etc.
1 | full.xygrid(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.