NumberLinePlot
NumberLinePlot( list-of-numbers )
or
NumberLinePlot( { list-of-numbers1, list-of-numbers2, ... } )
generates a JavaScript control, which plots a list of values along a line. for the
list-of-numbers
.
Note: This feature is available in the console app and in the web interface.
Examples
>> NumberLinePlot(Table(Prime(x), {x, 10}))
Implementation status
- 🧪 - experimental