Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- plot_sinus_cosinus
- de numpy X = np.linspace(-np.pi, np.pi, 256, endpoint=True) C, S = np.cos(X), np.sin(X) plt.plot(X, C)... (1, 1, 1) X = np.linspace(-np.pi, np.pi, 256, endpoint=True) C, S = np.cos(X), np.sin(X) # Plot cosine ... # Set x ticks plt.xticks(np.linspace(-4, 4, 9, endpoint=True)) # Set y limits plt.ylim(-1.0, 1.0) # Set y ticks plt.yticks(np.linspace(-1, 1, 5, endpoint=True)) # Save figure using 72 dots per inch # sa
- pka_pkb_plane @teaching:progappchim:matplotlib_gallery
- r i in tupl) pKasa = np.linspace(-20, -2, 19, endpoint=True) # strong acid pKa = np.linspace(-2, 13, 16, endpoint=True) pKasb = np.linspace(13, 34, 22, endpoint=True) # strong base pKbsa = 14 - pKasa pKb = 14 - pKa pKb... 25.0, 35.0) plt.xticks(np.linspace(-20, 30, 6, endpoint=True)) plt.ylim(-25.0, 35.0) plt.yticks(np.linspa
- solvents_data_class
- not applicable self.bp = bp # boiling point degC self.mp = mp # melting point degC self.fp = fp # flash point degC self.dy = dy # density g/ml self.de... the data/information # data order = name, boiling point, melting point, flash point, density, dielectric
- tkinter_gui_simple
- n.pack() root.mainloop() </code> ===== Créer des points avec la souris ===== <code python points_souris-02.py> #!/usr/bin/env python # -*- coding: utf-8 -*- # créer des points à l'aide de la souris # refs : # http://effbot.... ents-and-bindings.htm from tkinter import * def point(event): can.create_oval(event.x-4, event.y-4, ev
- mendeleev
- ('Na').atomic_number) print(element('Na').melting_point) print(element('Na').boiling_point) # on peut aussi accéder aux mêmes valeurs par nombre atomique print(element(11).melting_point, element(11).boiling_point) # On peut parcourir une liste d'éléments, par exemple les 18 premiers for
- matplotlib_simple
- ab import *</code> ===== Graphiques de séries de points en lignes ===== Il s'agit d'un graphe classique de séries de points reliés par une ligne colorée : <code python simp... e </code> ===== Changer simplement les lignes en points ===== La personnalisation des lignes ou point se fait très facilement lorsqu'on utilise la fonction de
- notions_fondamentales
- * établir un lien (par un système interne de pointeurs) entre le nom de la variable et l'emplacement... l est important d'indiquer un des nombres avec le point décimal pour forcer l'arithmétique en "float". Un... s&cumulative=false&heapPrimitives=false&drawParentPointers=false&textReferences=false&showOnlyOutputs=fal... s&cumulative=false&heapPrimitives=false&drawParentPointers=false&textReferences=false&showOnlyOutputs=fal
- multilateration
- stackoverflow.com/questions/23400351/localizing-a-point-using-distances-to-three-other-points-in-3-d]] * [[wp>fr:Loi_de_l'instrument|Loi de l'instrument]] : c
- ph_courbe_titrage_2011
- "Si cette dernière est décimale, n'oubliez pas le point à la place de la virgule").pack(padx=5, pady=5) ... nSi cette dernière est décimale, n'oubliez pas le point à la place de la virgule""" #coller Si au /n sin
- ir_spectrum_co @teaching:progappchim:matplotlib_gallery
- ,0.34) plt.xticks(np.linspace(2250., 2050., 5, endpoint=True)) plt.yticks(np.linspace(0., 0.3, 7, endpoint=True)) plt.xlabel(u"Nombre d'ondes ($cm^{-1}$)") pl
- potentiel_morse @teaching:progappchim:matplotlib_gallery
- xytext=(+40, +40), textcoords='offset points', fontsize=16, color="green", arrowp... xytext=(-200, -60), textcoords='offset points', fontsize=16, color="blue", arrowpr
- algos_divers
- terminer le plus court chemin pour se rendre d'un point à une autre en fonction du réseau routier) * [[
- algos_entiers
- in_a_given_base#Python]] * [[https://tutorialspoint.dev/algorithm/mathematical-algorithms/left-trunca
- bokeh_simple
- vs Atomic Weight of Elements (colored by melting point)]] * [[https://towardsdatascience.com/beautiful
- calcul_matriciel_2012
- ions/455612/python-limiting-floats-to-two-decimal-points #pour operation matriciel verification mathémati