Skip to content

Commit f5345af

Browse files
committed
Remove reference to plot.py
1 parent 4dc90cb commit f5345af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ be represented as an `object`-typed field, each of whose values is an
196196
array of type `'i4'` and length 3. The reason is simply that the PLY
197197
format provides no way to find out that each "vertex_indices" field has
198198
length 3 without actually reading all the data, so `plyfile` has to
199-
assume that this is a variable-length property. However, see below (and
200-
`examples/plot.py`) for an easy way to recover a two-dimensional array
199+
assume that this is a variable-length property. However, see the FAQ
200+
for an easy way to recover a two-dimensional array
201201
from a list property, and also see the notes above about the
202202
`known_list_len` kwarg to speed up the reading of files with lists of
203203
fixed, known length.

0 commit comments

Comments
 (0)