... | ... | @@ -76,7 +76,7 @@ c = color |
|
|
plt.plot ( [1, 2, 5, 10, 50] , [11, 21, 53, 108, 502], label="âge du capitaine", lw=2, marker='*', color='purple', ls=':' )
|
|
|
plt.xlabel('en unités du système international', color = 'green', fontsize = 14)
|
|
|
plt.ylabel('fois dix plus du bruit', color = 'blue', fontsize = 14)
|
|
|
plt.set_ylim(0, 800)
|
|
|
plt.ylim(0, 800)
|
|
|
plt.title("ma première figure", fontsize = 14, horizontalalignment = 'left', loc = 'left')
|
|
|
plt.savefig("mafigure.svg") # l'extension suffit pour que Python comprenne quel format vous attendez
|
|
|
plt.savefig("mafigure.png")
|
... | ... | |