teaching:progappchim:matplotlib_simple

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:progappchim:matplotlib_simple [2019/04/05 11:10] – [Références] villersdteaching:progappchim:matplotlib_simple [2020/02/25 08:02] – [Installation] villersd
Ligne 17: Ligne 17:
  
 La [[http://matplotlib.sourceforge.net/users/installing.html|page d'installation de Matplotlib]] fournit une procédure pas à pas assez complète et facile pour installer matplotlib (et NumPy). Sinon : La [[http://matplotlib.sourceforge.net/users/installing.html|page d'installation de Matplotlib]] fournit une procédure pas à pas assez complète et facile pour installer matplotlib (et NumPy). Sinon :
-  * Sous Windows, installez une distribution complète comme [[http://code.google.com/p/pythonxy/|Python (x, y)]] +  * Sous Windows, installez une distribution complète comme [[https://www.anaconda.com/distribution/|Anaconda]] ou [[http://code.google.com/p/pythonxy/|Python (x, y)]] 
-  * Sous Linux, installez les librairies suivantes : python-numpy python-scipy python-matplotlib+  * Sous GNU/Linux, on peut aussi n'installer que les librairies suivantes : python-numpy python-scipy python-matplotlib
  
 ===== Directive d'importation ==== ===== Directive d'importation ====
Ligne 169: Ligne 169:
 %matplotlib inline %matplotlib inline
 </code> </code>
 +
 +===== Animations =====
 +  * [[https://towardsdatascience.com/animations-with-matplotlib-d96375c5442c|Animations with Matplotlib]] FIXME
 +  * [[https://matplotlib.org/gallery/animation/rain.html]]
  
 ===== Références ===== ===== Références =====
  • teaching/progappchim/matplotlib_simple.txt
  • Dernière modification : 2023/07/11 07:46
  • de villersd