Skip to content

Commit b73387a

Browse files
committed
Add documentation on rows flag
Add documentation explaining how and why to use the rows flag.
1 parent 2d788c3 commit b73387a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/more_features.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ To plot data that is grouped into categories, you can use the -c flag and specif
1717
:width: 280px
1818
:scale: 100 %
1919
:align: center
20+
21+
Setting Number of Rows to Plot
22+
------------------------------
23+
24+
If you have a particularly large dataset, but only want to plot some of the points then you can use the ``-r`` or ``--rows`` flags to specify how many rows you want to plot. When you use the flag and specify a number of rows ``n``, then only the first ``n`` points in the dataset will be plotted.
25+
26+
For example, the following command will plot only the first 20 points in the dataset.
27+
28+
::
29+
30+
blendplot data.csv model.obj height weight cost --rows 20

0 commit comments

Comments
 (0)