I What Software Is Used for Creating Plots in Academic Papers?

kimi
Messages
1
Reaction score
0
Usually in papers there are many plots, and sometimes I do not understand how they plot them, with which kind of software or program they are plotted. I just attached three of the plots, I would be very thankful if you guide me, any of them is plotted with using which method, software or program.

Thanks
Screenshot from 2021-07-19 08-04-39.png
Screenshot from 2021-07-19 08-04-14.png
Screenshot from 2021-07-14 20-13-18.png
 
Physics news on Phys.org
In particle physics many plots are made with ROOT, but python libraries like matplotlib and various other plotting tools are used as well.
 
  • Like
Likes vanhees71 and ohwilleke
I am not familiar with this field of physics, but I use gnuplot. All these plots can be done with gnuplot if you are interested.
 
Thread 'Why is there such a difference between the total cross-section data? (simulation vs. experiment)'
Well, I'm simulating a neutron-proton scattering phase shift. The equation that I solve numerically is the Phase function method and is $$ \frac{d}{dr}[\delta_{i+1}] = \frac{2\mu}{\hbar^2}\frac{V(r)}{k^2}\sin(kr + \delta_i)$$ ##\delta_i## is the phase shift for triplet and singlet state, ##\mu## is the reduced mass for neutron-proton, ##k=\sqrt{2\mu E_{cm}/\hbar^2}## is the wave number and ##V(r)## is the potential of interaction like Yukawa, Wood-Saxon, Square well potential, etc. I first...
Back
Top