Error, (in plots:-pointplot) points cannot be converted to floating-point values
Error, (in plots:-pointplot3d) points cannot be converted to floating-point values
Error, (in plots:-pointplot) incorrect specification of points data
Description
Examples
These errors occur when the first argument to plots:-pointplot or plots:-pointplot3d is not a set of points of numeric values specified in the proper format. For the correct syntax, see the plots:-pointplot and plots:-pointplot3d help pages.
Example 1
The variable is undefined:
Solution:
Defining the variable fixes this error.
Example 2
Lowercase is used instead of uppercase
Using uppercase corrects the error.
You can also use the symbol from the Common Symbols palette.
Note: In Maple 2017 and earlier versions, error message that occurs in these examples is slightly different:
See Also
plots[pointplot]
plots[pointplot3d]
Download Help Document