Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- potentiel_energy_surface
- # cf. http://stackoverflow.com/questions/7965743/how-can-i-set-the-aspect-ratio-in-matplotlib ax.set_a... l('X') ax.set_ylabel('Y') ax.set_zlabel('E') plt.show() </code> Avec les paramètres essayés, la valeur
- pka_pkb_plane
- =.2")) plt.savefig("pKa-pKb-plane-01.png") plt.show() </code> La figure obtenue : {{:teaching:proga
- potentiel_morse
- = "+str(v), fontsize=14) #print(v,E) plt.show() </code> Figure : {{:teaching:progappchim:pote
- histogramme_simple
- es aléatoires """ from pylab import randn, hist, show #importation simplifiée x = randn(10000) hist(x, 25) show() </sxh> ===== Références ===== * [[https://re
- rotateur_biatomique
- text(x, y, eq, fontsize=size, clip_on=True) plt.show() # vue interactive de la figure </code> Figure
- ir_spectrum_co
- ) plt.ylabel(u"Absorbance") plt.plot(x,y) plt.show() </sxh> Le graphique obtenu (version statique)