File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1587,16 +1587,39 @@ Returns a new *x* grid with the given *options*.
15871587
15881588#### Plot.gridY(*data*, *options*)
15891589
1590- …same…
1590+ <!-- jsdoc gridY -->
15911591
1592+ ` ` ` js
1593+ Plot .gridY ({strokeDasharray: " 5,3" })
1594+ ` ` `
1595+
1596+ Returns a new *y* grid with the given *options*.
1597+
1598+ <!-- jsdocEnd gridY -->
15921599
15931600#### Plot.gridFx(*data*, *options*)
15941601
1595- …same…
1602+ <!-- jsdoc gridFx -->
1603+
1604+ ` ` ` js
1605+ Plot .gridFx ({strokeDasharray: " 5,3" })
1606+ ` ` `
1607+
1608+ Returns a new *fx* grid with the given *options*.
1609+
1610+ <!-- jsdocEnd gridFx -->
15961611
15971612#### Plot.gridFy(*data*, *options*)
15981613
1599- …same…
1614+ <!-- jsdoc gridFy -->
1615+
1616+ ` ` ` js
1617+ Plot .gridFy ({strokeDasharray: " 5,3" })
1618+ ` ` `
1619+
1620+ Returns a new *fy* grid with the given *options*.
1621+
1622+ <!-- jsdocEnd gridFy -->
16001623
16011624### Hexgrid
16021625
You can’t perform that action at this time.
0 commit comments