Geometry App: plotcontour() jaggies - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Geometry App: plotcontour() jaggies (/thread-2393.html) |
Geometry App: plotcontour() jaggies - DrD - 11-05-2014 12:37 PM Example: [Geometry App] GA plotcontour(x²+y²,{x,y},{1,2,4,16}) The number of displayed points used for drawing contour curves makes the contour circles appear too jagged. Is there a setting for this? -Dale- RE: Geometry App: plotcontour() jaggies - Tim Wessman - 11-05-2014 02:58 PM Add xstep=.5, ystep=.5 onto the end. |