Voici les résultats de votre recherche.
matplotlib_simple @teaching:progappchim 19 Occurrences trouvées, Dernière modification : il y a 20 mois t as plt #directive d'importation standard
plt.figure () #initialisation d'une nouvelle figure
#les données
serie_x = [0.,1.,2.,3.,5.,7.,11.,13.,17.,19.]
seri... )
plt.savefig("example.png") # sauvegarde de la figure
plt.show() # vue interactive de la figure
</code>
Le même graphique peut être agrémenté d'un titre, d' biblio-10.1021-acs.jchemed.6b00034 @teaching 8 Occurrences trouvées, Dernière modification : il y a 6 ans es et de non-électrolytes – Equations chimiques.
Figure 1 - Dans un cartoon, le Dr. Ann Ion demande au sp... mment 2 acides en solution conduiront le courant
Figure 2 - Dans un autre cartoon, on demande aux étudian... ison à HCl, en lumière de preuves macroscopiques
Figure 3 - Animation mettant en portrait au niveau atomi... coques de solvatation, puis ajout d’animations.
Figure 4 - Screenshot de l'outil "Click & Drag"
* Act plot_sinus_cosinus @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 4 ans graphique utilisera les réglages par défaut et la figure sera ensuite améliorée pas à pas en commentant le... es paramètres par défaut pour tout : taille de la figure et sa résolution en dpi, largeur de la ligne, la ... t.plot(X, S)
plt.show() # vue interactive de la figure
</code>
X est un tableau numpy de 256 valeurs c... ctive d'importation standard de numpy
# Create a figure of size 8x6 inches, 80 dots per inch
plt.figure (f stackexchange-chimie @teaching 6 Occurrences trouvées, Dernière modification : il y a 21 mois emistry.stackexchange.com/questions/4399/how-do-i-figure -out-the-hybridization-of-a-particular-atom-in-a-molecule|How do I figure out the hybridization of a particular atom in a m... emistry.stackexchange.com/questions/4399/how-do-i-figure -out-the-hybridization-of-a-particular-atom-in-a-molecule|How do I figure out the hybridization of a particular atom in a m biblio-10.1021-ed074p262_10.1039-b801297k @teaching 5 Occurrences trouvées, Dernière modification : il y a 6 ans ormations par rapport à ce qu’on connaît déjà.
**Figure 1 : Schéma du modèle d’apprentissage :**
{{ :teac... mplexité augmente. Certes, mais à quel point ? La Figure 2a montre l’évolution des performances des élèves... scindant le problème en différentes parties.
La Figure 2b montre que plus la mémoire de travail est gran... e 7, et généralement comprise entre 6 et 8. De la Figure 2b, on peut également conclure qu’il est possible biblio-10.1021-acs.jchemed.7b00558 @teaching 4 Occurrences trouvées, Dernière modification : il y a 6 ans nt.
==== Feedback des étudiants ====
//Cf.// la figure 2. de l'article.
En 2015, les étudiants ont été ... s et la moyenne des réponses sont illustrées à la figure 2. La majorité de ces scores dépassent largement ... proche est bénéfique et gratifiante.
//Cf.// la figure 3. de l'article.
De plus, toutes les questions d... a moyenne, dont les résultats sont présentés à la figure 3. Plusieurs questions méritent d'être soulignées simulations_random_walks_codes @teaching:exos 4 Occurrences trouvées, Dernière modification : il y a 6 ans tableau numérique de Numpy
# print(xh)
fig = plt.figure ()
ax = fig.add_subplot(111)
n, bins, patches = a... rg/Cookbook/BuildingArrays
#print(xh)
fig = plt.figure ()
ax = fig.add_subplot(111)
n, bins, patches = ax... lt)
mu = np.mean(xh)
sigma = np.std(xh)
fig = plt.figure ()
ax = fig.add_subplot(111)
# print xh
n, bins, ... lt)
mu = np.mean(xh)
sigma = np.std(xh)
fig = plt.figure ()
ax = fig.add_subplot(111)
# print xh
n, bins, dictionaries_adn_arn_protein @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 9 ans tex2 += gencode1[cha1[n:n+3]]
text2.configure ( text= "Résultat : "+tex2,fg='blue') # pour déter... tex2 += gencode2[cha1[n:n+3]]
text4.configure ( text= "Résultat : "+tex2,fg='blue')
def traduct... tex2 += gencode3[cha1[n:n+3]]
text3.configure ( text= "Résultat : "+tex2,fg='blue')
fen1 = Tk()... ides aminés")
fen1.geometry('800x450')
fen1.configure (bg='white')
text1 = Label (fen1, text = "Veuille logiciels @floss 3 Occurrences trouvées, Dernière modification : il y a 14 mois ww.digitalocean.com/community/tutorials/how-to-configure -webdav-access-with-apache-on-ubuntu-18-04|this]])... e.js]]
* [[https://medium.com/@sumitnair89/configure -apache-with-node-js-application-on-aws-ubuntu-18-... 4-server-for-different-http-ports-4e6838c7357f|Configure Apache with Node.js application on AWS Ubuntu 18. biblio-10.1021-acs.jchemed.6b00417 @teaching 3 Occurrences trouvées, Dernière modification : il y a 7 ans affectent la nature des réponses ?
* Dans la figure 4 on compare les réponses de SP12 et SP15 (voir figure 1 vs figure 2). Il est clair que les questions soumises à SP15 ont résulté à plus de réponses Lewis, et c pandas @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 2 ans Age < 30'))
print(df.query('25 < Age < 30'))
plt.figure ()
ax = df[df.Gender == 1].plot.scatter(x='Height'... ght', color='Green', label='Female', ax=ax);
plt.figure ()
df.Height.plot.hist()
plt.figure ()
df.Weight.plot.hist()
plt.show()
</code>
=== Suggestions pour ajo ph-3d @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 4 ans otic_acid(log10dil,Vb)) # sample call
fig = plt.figure ()
ax = Axes3D(fig)
X,Y = np.linspace(-9.,0.,36), ... ('Vb')
ax.set_zlabel('pH')
plt.show()
</code>
La figure obtenue avec la librairie 3D de MatPlotlib peut ê... rotations). En voici une image correspondant à la figure de l'article référencé dans Journal of Chemical E pressions_partielles_systemes_non_ideaux @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 9 ans a1)*R*T)+U01
U2= (np.log(a2)*R*T)+U02
plt.figure (1)
plt.plot(a1,U1,'r''x''-')
plt.plot(a1,... x1)*R*T)+U03
U4= (np.log(x2)*R*T)+U04
plt.figure (2)
plt.plot(x2,U3,'b''-')
plt.plot(x2,U4,... *T)+U03
U4= (np.log(x2)*R*T)+U04
plt.figure (3)
plt.subplot(121)
plt.plot(a1,U1,'r''x pka_pkb_plane @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 5 ans ps://stackoverflow.com/questions/14708695/specify-figure -size-in-centimeter-in-matplotlib
inch = 2.54
... 14 - pKasa
pKb = 14 - pKa
pKbsb = 14 - pKasb
plt.figure (figsize=cm2inch(25., 25.))
ax1 = plt.subplot(1, 1... ig("pKa-pKb-plane-01.png")
plt.show()
</code>
La figure obtenue :
{{:teaching:progappchim:matplotlib_gal potentiel_energy_surface @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 4 ans print np.min(E) #valeur minimale de E
fig = plt.figure (figsize=(12, 12), dpi=80)
ax = fig.add_subplot(11... .xlabel('x (pm)')
plt.ylabel('y (pm)')
fig = plt.figure (2,figsize=(15, 15) )
ax = Axes3D(fig)
ax.plot_sur... hem/journal/v4/n7/full/nchem.1362.html|exemple de figure dans un article]]
* [[http://www.wag.caltech.ed rotateur_biatomique @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 7 ans server_lamp_install @floss 2 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1021-acs.jchemed.5b00164 @teaching 2 Occurrences trouvées, Dernière modification : il y a 7 ans biblio-10.1021-acs.jchemed.8b00129 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.8b00133 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed100218z @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed5001729 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed5007162 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans desinformations @teaching 2 Occurrences trouvées, Dernière modification : il y a 18 mois maxwell-boltzmann @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans ph_acides_bases_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans tkinter_gui_simple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 2 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 5 ans f9h4y7k 1 Occurrences trouvées, Dernière modification : il y a 13 ans test 1 Occurrences trouvées, Dernière modification : il y a 10 mois config_ubuntu_server @floss 1 Occurrences trouvées, Dernière modification : il y a 17 mois config_ubuntu_server-16.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_server-18.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_server-18.04_rpi3 @floss 1 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_server-20.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 17 mois config_ubuntu_server_rpi3 @floss 1 Occurrences trouvées, Dernière modification : il y a 10 mois config_xubuntu @floss 1 Occurrences trouvées, Dernière modification : il y a 13 mois config_xubuntu-16.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 6 ans config_xubuntu-18.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans config_xubuntu-20.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans dokuwiki @floss 1 Occurrences trouvées, Dernière modification : il y a 21 mois 5_conceptions_erronees_courantes_sur_l_apprentissage @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans adamboxer-approche_pas_a_pas_des_travaux_pratiques @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1021-acs.jchemed.0c00424 @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans biblio-10.1021-acs.jchemed.0c01287 @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-acs.jchemed.5b00203 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.6b00252 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.6b00361 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.6b00844 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00690 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00739 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.8b00296 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.9b00660 @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-ed080p779 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100409p @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed4003578 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1333-s00897040769a @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-9782738151506 @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans exos_energie_d_ionisation @teaching 1 Occurrences trouvées, Dernière modification : il y a 5 ans initinfo @teaching 1 Occurrences trouvées, Dernière modification : il y a 13 mois protoxyde_azote @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans soufre @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans timeline-chimie @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans unites_acquis_apprentissages @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans rotation_vibration_molecules_biatomiques @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 3 ans tirage_carte @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 11 ans mendeleev @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 2 ans numpy_simple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 24 mois periodical_table_electronegativity @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 5 ans polynomes-11 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-12 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 2 ans solubilite_ph_t @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 9 ans ir_spectrum_co @teaching:progappchim:matplotlib_gallery 1 Occurrences trouvées, Dernière modification : il y a 10 ans