how

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
20 Occurrences trouvées, Dernière modification :
g("example.png") # sauvegarde de la figure plt.show() # vue interactive de la figure </code> Le mêm... ") # sauvegarde de la figure au format pdf plt.show() # vue interactive de la figure </code> ===== ... x] #plot plt.plot(serie_x, serie_y1, "go") plt.show() # vue interactive de la figure </code> Pour ... _func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code> ===== Graphe simple de sinus et cosinu
notions_fondamentales
17 Occurrences trouvées, Dernière modification :
e un tuto : [[https://realpython.com/python-pep8/|How to Write Beautiful Python Code With PEP 8]] ==... /2020 * [[https://medium.com/better-programming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f|How To Use For Loops Better in Python - A few functions... sdatascience.com/reverse-python-list-ad10ad408021|How To Reverse Python Lists More Efficiently - Effici
pandas
14 Occurrences trouvées, Dernière modification :
.hist() plt.figure() df.Weight.plot.hist() plt.show() </code> === Suggestions pour ajouter une régre... the Jupyter Notebook]] (The course will teach you how to use pandas to read, filter, join, group, aggre... ate and rank structured data. You will also learn how to record, remix and republish your analysis usin... merge : [[https://towardsdatascience.com/why-and-how-to-use-merge-with-pandas-in-python-548600f7e738]]
notions_avancees
9 Occurrences trouvées, Dernière modification :
es) ===== * <code>import re</code> * [[http://howchoo.com/g/zdvmogrlngz/python-regexes-findall-search-and-match]] * [[https://docs.python.org/2/howto/regex.html]] * [[http://linuxfr.org/news/trav... e : * [[https://medium.com/better-programming/how-to-replace-your-python-for-loops-with-map-filter-and-reduce-c1b5fa96f43a|How To Replace Your Python For Loops with Map, Filter
analyse_images
8 Occurrences trouvées, Dernière modification :
!/usr/bin/env python # -*- coding: utf-8 -*- """ show jpg image image jpg : https://commons.wikimedia.o... /Images/photos/Antoine_lavoisier_color.jpg') img.show() </code> ==== Exemple avec traitement numériqu... im = im.convert('L') #convert to grayscale im.show() data = np.asarray(im) # a is readonly print typ... datafft.ndim, datafft.shape, datafft.dtype plt.imshow(np.abs(np.fft.fftshift(datafft)), interpolation='
jupyter
6 Occurrences trouvées, Dernière modification :
/levelup.gitconnected.com/google-colab-what-is-it-how-to-use-it-and-why-should-i-care-721bb8a88c90|Intr... ?v=rc9uvLgwPRA|Juan Luis Cano: Jupyter (IPython); How a notebook is changing science]] * [[https://ww... tplotlib * [[https://towardsdatascience.com/how-to-produce-interactive-matplotlib-plots-in-jupyter-environment-1e4329d71651|How to produce Interactive Matplotlib Plots in Jupyte
solvents_data_class
5 Occurrences trouvées, Dernière modification :
.sort(key=operator.attrgetter('name')) # ... now show a table of the solvent_list table(solvent_list) ... st.sort(key=operator.attrgetter('mp')) # ... now show a table of the solvent_list table(solvent_list) ... st.sort(key=operator.attrgetter('bp')) # ... now show a table of the solvent_list table(solvent_list) ... es tris (solubilité ,...) bp_limit = 75 print "Show only solvents boiling higher than %0.1f degC:" %
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
rt en fonction de la concentration") plt.show() elif pkaselect > 0: x=[0.0001,0.00... le en fonction de la concentration") plt.show() #on crée un sample de données pour la lis... le en fonction de la concentration") plt.show() elif pkaselect > 14: x=[0.0001,0.0... te en fonction de la concentration") plt.show() #on crée un sample de données pour la lis
epidemie_coronavirus
3 Occurrences trouvées, Dernière modification :
shingtonpost.com/graphics/2020/health/coronavirus-how-epidemics-spread-and-end/|How epidemics like COVID-19 end (and how to end them faster)]], 19/02/2020, Washington Post * [[https://
numpy_simple
3 Occurrences trouvées, Dernière modification :
ires ==== * [[http://www.pybloggers.com/2017/03/how-to-do-descriptives-statistics-in-python-using-numpy/|How to do Descriptives Statistics in Python using Num... el("A(f)") plt.savefig('fonctions-fft.png') plt.show() </code> Figure obtenue : {{ :teaching:progapp
plotly_simple
3 Occurrences trouvées, Dernière modification :
impress your boss]] * [[https://towardsdev.com/how-to-use-plotly-as-pandas-plotting-backend-123ff5378003|How to use Plotly as Pandas Plotting Backend - Make i... ust Create Plots in Python, Go One Step Beyond - Show your visualizations in a web-based layout using P
plot_sinus_cosinus
3 Occurrences trouvées, Dernière modification :
), np.sin(X) plt.plot(X, C) plt.plot(X, S) plt.show() # vue interactive de la figure </code> X est... per inch # savefig("exercice_2.png", dpi=72) # Show result on screen plt.show() </code> ===== Changer la couleur et l'épaisseur des lignes ===== * Doc
presentation_principes
3 Occurrences trouvées, Dernière modification :
~NOCACHE~~ ~~REVEAL transition=convex&controls=1&show_progress_bar=1&build_all_lists=1&open_in_new_wind... ange(0., 5., 0.05) #plot(tvals, my_func(tvals)) #show() plot(tvals, my_func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code> ==== Calculs numériques (FFT) et graph
pressions_partielles_systemes_non_ideaux
3 Occurrences trouvées, Dernière modification :
(("acetone","CS2","somme des 2"),'best') plt.show() def graph2(): U3= (np.log(x1)*R*T)+U03 ... enzene","toluene","somme des 2"),'best') plt.show() def graph3 (): U1= (np.log(a1)*R*T)+U01 ... nzene","toluene","somme des 2"),'best') plt.show() def abientot (): print "en esperant vous r
codes_presentation
2 Occurrences trouvées, Dernière modification :
nge(0., 5., 0.05) #plot(tvals, my_func(tvals)) #show() plot(tvals, my_func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code>
diffusion_chimique_1d
2 Occurrences trouvées, Dernière modification :
fit_modele_einstein
2 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
2 Occurrences trouvées, Dernière modification :
polynomes-7
2 Occurrences trouvées, Dernière modification :
ppoo
2 Occurrences trouvées, Dernière modification :
rdkit
2 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
2 Occurrences trouvées, Dernière modification :
histogramme_simple @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
algos_graphes
1 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013
1 Occurrences trouvées, Dernière modification :
entropie_melange
1 Occurrences trouvées, Dernière modification :
lennard-jones
1 Occurrences trouvées, Dernière modification :
mendeleev
1 Occurrences trouvées, Dernière modification :
multilateration
1 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity
1 Occurrences trouvées, Dernière modification :
ph-3d
1 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
1 Occurrences trouvées, Dernière modification :
polynomes-8
1 Occurrences trouvées, Dernière modification :
polynomes-9
1 Occurrences trouvées, Dernière modification :
polynomes-11
1 Occurrences trouvées, Dernière modification :
polynomes-12
1 Occurrences trouvées, Dernière modification :
print_format
1 Occurrences trouvées, Dernière modification :
pylab_simple
1 Occurrences trouvées, Dernière modification :
regression_lineaire_2013
1 Occurrences trouvées, Dernière modification :
scipy_simple
1 Occurrences trouvées, Dernière modification :
solubilite_ph_t
1 Occurrences trouvées, Dernière modification :
progappchim
1 Occurrences trouvées, Dernière modification :
trucs_astuces
1 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :