Question: Plot Scatter plot and function on one plot

Hello,

I've seen a topic or two similar to what I'm trying to do, but not exactly the same.  Their solutions didn't work for my issue.

Long story short, I need a function plotted on a loglog scale with certain points on this curve to be actual points, just like a scatter plot on top of a function.  Let's assume I've got a function f(x) and I have a list of some values for x.  I'd like a loglog plot of f(x) as well as points for each of my 'x' values to be actual points that lie on f(x).

The tricky part is that I'm controlling a plot component, so the end result needs to be inside of a Do(%plot = __________) type of statement.  If anyone understood that, can you help?

 

Thanks,

Andy

Please Wait...