79137225

Date: 2024-10-29 12:37:27
Score: 1
Natty:
Report link

simple give a list in the style property of the lines, like in

f_int_df = pandas.DataFrame(f_int_lst)
f_int_df['ds_pos'] = -F(q0, s_pos, alpha=alpha, gamma=gamma)
f_int_df.set_index('s')[['sum', 'ds_pos']].plot(
    figsize=(4,2), lw=3, grid=True, 
    style=['-', '--'], 
    title="$\propto\int_{q_0\wedge(q_0-s)}^\infty (1+a)^{-3} (1+a+s)^{-3}\, da$"
)

that gives (focus on the style=['-', '--'] line of code):

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lehalle