create_pixel_grid: This function generates a pixel grid template, defaults to 10,000 pixels
1 | create_pixel_grid(xbreaks = 100, ybreaks = 100)
|
xbreaks |
the # of pixels to break the x-axis into. Defaults to 100. |
ybreaks |
the # of pixels to break the y-axis into. Defaults to 100. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.