Direction
In the grid view, pls
can position nodes in one of two ways.
-
Down:
pls
will place nodes along a column and move on to the next column once the current one has been filled with a specific number of rows. -
Across:
pls
will place nodes along a row and move on to the next row once the current one has been filled with a specific number of columns.
Arguments
--down
/-D
can be used to turn the downward direction on or off. It is turned
off by default because writing row-wise requires fewer steps.
Examples
file_abcd file_efgh file_ijkl .file_mnop@
file_abcd file_ijkl file_efgh .file_mnop@