plots-squared
v1.1.2
Published
Creates a grid of "plots-squared" plots.
Readme
plots-squared
Creates a grid of plot coordinates.
Installation
Use the package manager npm to install plots-squared.
npm i plots-squaredUsage
const pots = require('plots-squared')
//returns a '5x5' grid
pots.generateGrid(5)
