new

Recherche

Voici les résultats de votre recherche.

plot_sinus_cosinus
9 Occurrences trouvées, Dernière modification :
ch plt.figure(figsize=(8, 6), dpi=80) # Create a new subplot from a grid of 1x1 plt.subplot(1, 1, 1) ... f width 1 (pixels) plt.plot(X, C, color="blue", linewidth=1.0, linestyle="-") # Plot sine with a green... width 1 (pixels) plt.plot(X, S, color="green", linewidth=1.0, linestyle="-") # Set x limits plt.xlim(... e=(10, 6), dpi=80) plt.plot(X, C, color="blue", linewidth=2.5, linestyle="-") plt.plot(X, S, color="red
potentiel_morse @teaching:progappchim:matplotlib_gallery
7 Occurrences trouvées, Dernière modification :
2 u,uh = V(r),Vh(r) plt.plot(r,u, color="blue", linewidth=1.5, linestyle="-") plt.plot(r,uh, color="green", linewidth=2.5, linestyle="-") xmax = 400.E-12 plt.xlim(... entiel plt.plot((r_e,xmax),(0,0), color="blue", linewidth=1.5, linestyle="--") plt.plot((0.,xmax),(D_e,D_e), color="blue", linewidth=1.5, linestyle="--") plt.annotate("", xy=(xma
diffusion_chimique_1d
6 Occurrences trouvées, Dernière modification :
es abscisses c=[] # la liste des concentrations cnew=[] # une liste intermédiaire pour l'évolution de... concentration initiale nulle au sein du film cnew.append(0.) c[0]=10. # conditions aux bords : forte concentration imposée c[ni-1]=10. cnew[0]=10. cnew[ni-1]=10. # print c t=0. # temps ite=0 # compteur d'itérations endt=2000. #temps fina
representation_molecules_2013
6 Occurrences trouvées, Dernière modification :
ase.get() == 1: import webbrowser new=2 webbrowser.open(DLink(SMILES(name)), new=new) if ImageCase.get() == 1: Draw2D(name, SMILES(name)) global photo phot... se2.get() == 1: import webbrowser new=2 webbrowser.open(DLink(CodeSMILES), new=
jupyter
4 Occurrences trouvées, Dernière modification :
] * [[https://blog.jupyter.org/announcing-the-new-jupyter-book-cbf7aa8bc72e|Announcing the new Jupyter Book]] Chris Holdgraf, Medium, Aug 12, 2020 * S... arle dans Nature : * [[https://www.nature.com/news/programming-pick-up-python-1.16833]] * [[https://www.nature.com/news/interactive-notebooks-sharing-the-code-1.16261]]
notions_fondamentales
4 Occurrences trouvées, Dernière modification :
checks if s is a space character s.replace(old, new) # replaces substring old with substring new s.replace(old, new, count) # replace substring old with substring new for count number of times starting from left side o
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
-log10(x) l1=plt.semilogx(x,y,color='m',linewidth=2) lx=plt.xlabel("Concentration") ... (x) l1=plt.semilogx(x,y,color='#DAB30A',linewidth=2) lx=plt.xlabel("Concentration") ... pkaselect l1=plt.semilogx(x,y,color='m',linewidth=2) lx=plt.xlabel("Concentration") ... +log10(x) l1=plt.semilogx(x,y,color='m',linewidth=2) lx=plt.xlabel("Concentration")
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
(1, 1, 1) plt.plot(pKasa, pKbsa, color="red", linewidth=2.0, linestyle="-", label="Acides forts, base... ées faibles") plt.plot(pKa, pKb, color="green", linewidth=2.0, linestyle="-", label="Couples acides et ... faibles") plt.plot(pKasb, pKbsb, color="blue", linewidth=2.0, linestyle="-", label="Bases fortes, acid... -2 # plt.plot([x, x], [0, 14-x], color='blue', linewidth=2.5, linestyle="--") plt.scatter([x, ], [14-x
game_of_life_conway-2012
2 Occurrences trouvées, Dernière modification :
yState(self.nextState) def displayState(self,newstate): self.state = newstate if self.state==Cell.LIVE: self["bg"] = "black
trucs_astuces
2 Occurrences trouvées, Dernière modification :
5/09/2022 * [[https://towardsdatascience.com/20-newbie-mistakes-that-even-skilled-python-programmers-make-6879048731a4|20 Newbie Mistakes that Even Skilled Python Programmers
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
ntent/aip/journal/jcp/23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]]"... ntent/aip/journal/jcp/23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]],
fit_modele_einstein
1 Occurrences trouvées, Dernière modification :
s le broadcast pour les limites a, b # http://newscentral.exsees.com/item/12e4126a47e3411a138f5a382
notions_avancees
1 Occurrences trouvées, Dernière modification :
org/2/howto/regex.html]] * [[http://linuxfr.org/news/travailler-avec-des-expressions-rationnelles]]
pandas
1 Occurrences trouvées, Dernière modification :
ing DataFrames - Rename column name - Add New Column - Filter DataFrame based on condition
plotly_simple
1 Occurrences trouvées, Dernière modification :
Make interactive plots without having to learn a new library]] Bex T., Medium, 04/04/2021 * [[https:
presentation_principes
1 Occurrences trouvées, Dernière modification :
solvents_data_class
1 Occurrences trouvées, Dernière modification :