| Author |
Comment/Response |
Jared
|
09/21/12 1:39pm
In Response To 'Re: Displaying the Percentage of Primes' --------- Here's some code I made work.
ListLinePlot[Range[1, 1000]/Prime[Range[1, 1000]], Mesh -> All,
Filling -> Axis, AxesOrigin -> {1, 0}]
URL: , |
|