Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- plot_sinus_cosinus
- 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
- 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
- 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
- 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
- ] * [[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
- 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
- -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
- (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
- yState(self.nextState) def displayState(self,newstate): self.state = newstate if self.state==Cell.LIVE: self["bg"] = "black
- trucs_astuces
- 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
- 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
- s le broadcast pour les limites a, b # http://newscentral.exsees.com/item/12e4126a47e3411a138f5a382
- notions_avancees
- org/2/howto/regex.html]] * [[http://linuxfr.org/news/travailler-avec-des-expressions-rationnelles]]
- pandas
- ing DataFrames - Rename column name - Add New Column - Filter DataFrame based on condition
- plotly_simple
- Make interactive plots without having to learn a new library]] Bex T., Medium, 04/04/2021 * [[https: