HP Forums
Plotting (x,y) data points - 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: Plotting (x,y) data points (/thread-8925.html)



Plotting (x,y) data points - webmasterpdx - 08-28-2017 12:48 AM

I know how to plot a set of y data without x using the statistics_1Var app, but I have 2 columns of data for x and y and I want to plot the data using lines joining the points in the form (x,y).
I can use Statistics_2Var but it seems to only allow a scatter plot (doesn't allow lines joining the points).
I'm plotting a frequency response and need to be able to check individual frequencies using trace.
This is something I'm going to need to know how to do anyhow.
I've searched all the manuals and searched this forum and google, but can't seem to find a way to do this apart from writing a fundamental graphics application to do this.
Any suggestions?
Thanks in advance
-Donald


RE: Plotting (x,y) data points - Tim Wessman - 08-28-2017 12:53 AM

Page 2, plot setup in stat 2 var. (from memory)


RE: Plotting (x,y) data points - webmasterpdx - 08-28-2017 04:44 AM

That only does a scatter plot. The points are not joined by lines which is what I need. It will try to fit a line to the data which is not the same thing.
....unless I missed something.


RE: Plotting (x,y) data points - Helge Gabert - 08-28-2017 05:10 AM

Do you see the box labeled Connect? Check!


RE: Plotting (x,y) data points - Joe Horn - 08-28-2017 05:14 AM

[Image: connect.png]


RE: Plotting (x,y) data points - webmasterpdx - 08-28-2017 05:21 AM

Thank you thank you thank you!!!!!!!!!!
That is exactly what I've been looking for....does the job.
-Donald