|
From: Ether J. <ma...@et...> - 2017-01-16 22:14:05
|
Hello. I want to plot the parametric function x(t) = t+log(t+1) y(t) = sqrt(t)+sin(t) from t=0 to t=2 in steps of dt = 0.2 using circles of radius 0.05 (instead of points) I searched for about 2 hours but could not find how to do this directly in gnuplot. I could create a data file and then plot that, but I want to plot the functions directly. Is there a way to do that in gnuplot? Thank you. |