thanks for reading. I'm trying to drag my mouse in a curved line using pyautogui, from what I've read in other threads(Plot smooth line with PyPlot) on here the best way to do so is to establish a series of points and then smooth it out with scipy. I'm trying to find a way to use matplotlib to fill a list with the points of a curve, but I can't find anything about it in their documentation- I can only find ways to plot it using their plotting system.
Thanks for any help you can offer me