Hello, have this code:
plot.plot(v, P_holeg, label = "Hole A = 1cm$^2$")
plot.plot(v, P_n, label = "Neutron Decay")
plot.plot(v, P_b, label = "Barrier d = 70nm")
plot.legend()
plot.xlabel('Velocity (cm/s)')
plot.ylabel('Probability')
plot.title('Cell Loss Probabilites 160 neV Potential')
plot.grid()
plot.show()```
plots some linear functions... What i'm trying to do is see what I can do to make it look more ready to go into some research papers since I currently have the image attached
any and all help is apprecaited โค๏ธ