We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc90cb commit f5345afCopy full SHA for f5345af
doc/usage.md
@@ -196,8 +196,8 @@ be represented as an `object`-typed field, each of whose values is an
196
array of type `'i4'` and length 3. The reason is simply that the PLY
197
format provides no way to find out that each "vertex_indices" field has
198
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
+assume that this is a variable-length property. However, see the FAQ
+for an easy way to recover a two-dimensional array
201
from a list property, and also see the notes above about the
202
`known_list_len` kwarg to speed up the reading of files with lists of
203
fixed, known length.
0 commit comments