HP Forums
How to adjust the scale of graphs created by plotfun() - 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: How to adjust the scale of graphs created by plotfun() (/thread-21702.html)



How to adjust the scale of graphs created by plotfun() - amindanial - 05-06-2024 03:15 PM

plotfun() can be used to create graphs in CAS view, however the scale of axis cannot be adjusted as in Function app.. Is there any way to adjust the axises for plotfun()?


RE: How to adjust the scale of graphs created by plotfun() - roadrunner - 05-07-2024 12:35 PM

plotfun has some optional parameters that don't seem to be documented in the hp manual but are in the xcas manual.

x=min..max
nstep=number of points
xstep=x divisions

there may be more listed in the xcas manual and all may not work on the prime.

-road


RE: How to adjust the scale of graphs created by plotfun() - amindanial - 05-07-2024 06:59 PM

plotfun() in hp prime, can accept xstep and nstep parameters. However, in XCAS, plot() the color of the curves can be determined. I think in HP prime, plotfun() should be modified to be as plot() in XCAS.