Plot, set a color to a smooth line?

I am sorry for the easy question.

Would you suggest, how to set a color for a smooth line?

Thank you in advance.

It is actually a very difficult question since you did not say what plotting package you are using. Also, please provide an MWE.

1 Like
using Plots
y=rand(5)
plot(y,linecolor="red")

But @Tamas_Papp is right, I would like to have the PSA sticky for everybody (not just for me, as I made it sticky for me)

1 Like