I am considering the following term from the Riemann explicit formula (see here >>>):
$$\sum_{\rho(\Im>0)}{\mathrm{li}(x^\rho)}$$
with $\rho$ non-trivial zeros of $\zeta$-function.
I have a plot of this sum up to the first $100$ non-trivial zeros, see below. The oscilations are around a curve profile.
What is the function $f(x)$ for this curve profile, along which the above sum is oscillating? How can we get to this function analytically? Is there any reference?

APPEND: Meanwhile I found some approximation but can not find to the analytic relation. So may be the question could say: Why does the following function could be an approxiamtion for this profile curve?
$$f(x)=\frac{1}{2}\sum_{\rho(\Im>0)}{\mathrm{li}(x^{1/2})}$$


that we may compare to the actual $\;\displaystyle\Pi(x)=\sum_{p^k<x}\frac 1k$ :



To understand the underlying "curve profile" you have to look at the integral that the machine is calculating. It turns out that most of the oscillation is due to irregular spacing of zeros.
For the integral $\int_2^{\rho_j}\frac{dt}{\log t}$ the computer is calculating the value of an integral from $2$ to each zero $1/2+it_j.$
The zeros are unevenly spaced but the $average$ spacing on $x=1/2$ is quite regular. Riemann estimated that the average number of zeros between $y = 0$ and $y = T$ was about
$$N = \frac{T}{2\pi}\log \frac{T}{2\pi} - \frac{T}{2\pi} .$$
If we plug the complex value of the $100th$ zero into this estimate (236.5) the estimate gives 98 zeros--quite close. We can use this to find the average distance $d$ between the first hundred zeros along the $y$ axis. It's about 2.36.
Now if instead of asking the machine to plot $\sum li(x^{\rho})$ we ask it to plot the real part of
$$\sum \text{li}(x^{1/2 + 2.36ki}), k = 1,2,3,... $$
for the first hundred "regularized zeros" we get a curve that in some sense underlies the curve you plotted. The curve you seek emerges as the oscillation due to uneven spacing of zeros diminishes.
Here is an image for 100 "regularized" zeros.
That the oscillation can be partly explained this way does not mean there is some ideal curve that the OP curve tracks or follows. The full expression for the number of zeros can be found here. The likelihood that the process above leads to a closed form is small and it would ignore complexities discussed in the link.
So the short answer is that we can find a calmer version of the curve in the OP and argue that this is what the eye sees behind the zig-zags, and perhaps use curve-fitting to find approximations for finite $x,\rho;$ but it is not really true that there is some simple curve about which the OP curve oscillates.
Hope this helps.