If I have a file of several data points. How can I plot a function of them? For example, suppose I have a file of to columns x and y and I want to plot sin(y) as a function of 1/x.
If I have a file of several data points. How can I plot a
Share
Try this:
Or when not using data files make use of the
parametricmode, which is described hereEDIT
With this data file
Data.csv:I can run this script:
Which gives me this plot:
Granted, the fitting does not make any sense at all^^.
Are you maybe missing some brackets in your fit?!