plopp.xyplot# plopp.xyplot(x, y, **kwargs)[source]# Make a one-dimensional plot of one variable y as a function of another x. Added in version 23.10.0. Parameters: x (Variable | ndarray | list | Node) – The variable to use as the coordinates for the horizontal axis. Must be one-dimensional. y (Variable | ndarray | list | Node) – The variable to use as the data for the vertical axis. Must be one-dimensional. **kwargs – See plopp.plot(). Return type: FigureLike