How to plot list of points?
|
11-27-2018, 12:23 AM
Post: #1
|
|||
|
|||
How to plot list of points?
Suppose I have two lists of values, L0 = {1,2,3,4}, L1= {1,9,1,4}. They are respectively {x,y} pairs of values for a figure I want to see.
How do I make a cartesian with all these points? |
|||
11-27-2018, 06:37 AM
Post: #2
|
|||
|
|||
RE: How to plot list of points?
Hi Rushfan,
I suggest this way: Choose the App 2Varsstatistics Hit Home Copy L1 and L2 to C1 and C2 (that are the Columns in the Statistics Table). Next hit Num and check your data in that view,. Now hit Symb and initiate a plot. If you don't want to see any fit through your data you can switch this off using the soft button Fit. Hope that helps Thomas |
|||
11-27-2018, 08:14 AM
Post: #3
|
|||
|
|||
RE: How to plot list of points?
There is actually no need to copy L1 to C1, just define in the SYMB view your dependent/independent as L1/L2 as you'd like and it works (provided they are numbers and not other object types, and the same length)
TW Although I work for HP, the views and opinions I post here are my own. |
|||
11-27-2018, 04:50 PM
Post: #4
|
|||
|
|||
RE: How to plot list of points?
That works, thanks for the suggestions.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)