title ="Suite logistique "+"$u_{n+1} ="+str(r)+"u_n (1-u_n)$"+" avec "+"$u_0 ="+str(u0)+"$" plt.title(title) plt.xlabel("n") plt.ylabel("$u_n$")