File:Evolution nb article wp franco.png
Evolution_nb_article_wp_franco.png (800 × 600 pixels, file size: 60 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionEvolution nb article wp franco.png |
Évolution du nombre d'article sur la wikipédia francophone. Je joins le script utilisé pour créer l'image ainsi que le fichier de données pour que ceux qui souhaitent améliorer le graph n'hésitent pas (je pense notamment à l'ajout des accents dans le titre...). Le script est (mal) écrit en Python et utilise la bibliothèque matplotlib. Une version vectorielle de cette image existe maintenant sur Wikimedia Commons : File:Evolution number articles WP-fr.svg. ScriptThis plot was created with Matplotlib. from pylab import * from matplotlib.dates import YearLocator, MonthLocator, DateFormatter import datetime dates = [] datesnum = [] nbArticles = [] # Lecture des donnees dataFile = open('data.dat','r') lines = dataFile.readlines() for line in lines: values = line.split(';') date = values[0].split('/') dates += [date2num(datetime.date(int(date[2]),int(date[1]),int(date[0])))] nbArticles += [int(values[1])] # Affichage de la courbe ax = subplot(111) plot_date(dates, nbArticles, '-r', linewidth=2) ax.yaxis.set_major_locator (MultipleLocator(50000)) ax.yaxis.set_major_formatter(FormatStrFormatter("%6d")) ax.yaxis.set_minor_locator (MultipleLocator(10000)) ax.xaxis.set_major_locator (YearLocator()) ax.xaxis.set_major_formatter(DateFormatter('%Y')) ax.xaxis.set_minor_locator (MonthLocator()) title("Evolution du nombre d'articles de la Wikipedia francophone.") ylabel("Nombre d'articles") xlim(dates[0], dates[len(dates) - 1]) grid(True) # Sauvegarde de l'image et affichage du graph savefig('evolution_nb_article_wp_franco.png') show() Données23/03/2001;1; 27/12/2001;55; 12/01/2002;60; 30/01/2002;88; 09/02/2002;98; 27/02/2002;264; 11/03/2002;319; 20/03/2002;406; 02/04/2002;479; 01/05/2002;576; 10/05/2002;604; 27/05/2002;691; 13/06/2002;862; 01/07/2002;943; 13/07/2002;1076; 04/08/2002;1491; 20/08/2002;1795; 07/02/2003;5000; 19/02/2003;6000; 07/03/2003;7000; 27/03/2003;8000; 13/04/2003;9051; 15/05/2003;10000; 07/07/2003;12800; 15/07/2003;13789; 05/08/2003;15000; 04/09/2003;16000; 22/11/2003;20000; 26/01/2004;25000; 14/03/2004;30000; 01/05/2004;35000; 16/06/2004;40000; 23/07/2004;45000; 29/08/2004;50000; 02/11/2004;60000; 22/12/2004;70000; 06/02/2005;80000; 14/03/2005;90000; 20/04/2005;100000; 24/05/2005;110000; 19/06/2005;120000; 09/07/2005;130000; 28/07/2005;140000; 18/08/2005;150000; 10/09/2005;160000; 30/09/2005;170000; 25/10/2005;180000; 13/11/2005;190000; 04/12/2005;200000; 23/12/2005;210000; 09/01/2006;220000; 26/01/2006;230000; 14/02/2006;240000; 04/03/2006;250000; 26/03/2006;260000; 14/04/2006;270000; 04/05/2006;280000; 23/05/2006;290000; 04/06/2006;300000; 22/06/2006;310000; 01/07/2006;320000; 18/07/2006;330000; 07/08/2006;340000; 26/08/2006;350000; 12/09/2006;360000; 02/10/2006;370000; 22/10/2006;380000; 09/11/2006;390000; 27/11/2006;400000; 16/12/2006;410000; 04/01/2007;420000; 19/01/2007;430000; 07/02/2007;440000; 23/02/2007;450000; 13/03/2007;460000; 02/04/2007;470000; 22/04/2007;480000; 13/05/2007;490000; 28/05/2007;500000; 14/06/2007;510000; 02/07/2007;520000; 22/07/2007;530000; 11/08/2007;540000; 30/08/2007;550000; 21/09/2007;560000; 15/10/2007;570000; 09/11/2007;580000; 02/12/2007;590000; 28/12/2007;600000; 20/01/2008;610000; 11/02/2008;620000; 03/03/2008;630000; 28/03/2008;640000; 22/04/2008;650000; 19/05/2008;660000; 11/06/2008;670000; 07/07/2008;680000; 31/07/2008;690000; 30/08/2008;700000; 02/10/2008;710000; 30/10/2008;720000; 23/11/2008;730000; 20/12/2008;740000; 14/01/2009;750000; 01/02/2009;760000; 23/02/2009;770000; 20/03/2009;780000; 15/04/2009;790000; 06/05/2009;800000; 29/05/2009;810000; 24/06/2009;820000; 22/07/2009;830000; 17/08/2009;840000; 15/09/2009;850000; 11/10/2009;860000; 04/11/2009;870000;28/11/2009;880000; |
Date | 15 September 2006 (original upload date) |
Source | Transferred from fr.wikipedia to Commons by Bloody-libu using CommonsHelper. |
Author | The original uploader was Duloup at French Wikipedia. |
Licensing
[edit]- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Original upload log
[edit]- 2009-06-30 14:26 Duloup 800×600× (61219 bytes) {{Information |Description = Indiquez ici toutes informations utiles pour comprendre ce que l'image représente |Source = Indiquez ici l'adresse web où a été trouvé l'image initialement |Date = |Auteur = Indiquez qui est l'auteur de l'image |Permissi
- 2009-01-20 10:16 Duloup 1200×900× (66277 bytes)
- 2008-12-31 09:57 Duloup 1200×900× (62592 bytes) màj décembre 2008
- 2008-09-12 17:38 Tieno 800×600× (53111 bytes) Reprise du script tel quel.
- 2008-07-30 08:12 Duloup 1200×900× (59931 bytes)
- 2008-04-02 13:12 Duloup 1200×900× (59310 bytes)
- 2007-12-06 13:39 Duloup 1200×900× (56221 bytes)
- 2007-08-30 11:40 Duloup 1200×900× (55601 bytes)
- 2007-06-15 06:54 Duloup 1200×900× (55399 bytes)
- 2007-05-03 07:39 Duloup 1200×900× (52841 bytes)
- 2007-03-14 10:28 Duloup 1200×900× (52698 bytes)
- 2007-02-09 07:45 Duloup 1200×900× (51371 bytes)
- 2007-01-05 12:29 Duloup 1200×900× (51200 bytes)
- 2006-11-27 08:38 Duloup 1200×900× (49600 bytes)
- 2006-10-27 08:56 Duloup 800×600× (30800 bytes)
- 2006-09-15 09:31 Duloup 800×600× (30679 bytes) Évolution du nombre d'article sur la wikipédia francophone. Je joins le script utilisé pour créer l'image ainsi que le fichier de données pour que ceux qui souhaitent améliorer le graph n'hésitent pas (je pense notamment à l'ajout des accents dans
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:35, 2 May 2012 | 800 × 600 (60 KB) | File Upload Bot (Magnus Manske) (talk | contribs) | Transfered from fr.wikipedia by User:Bloody-libu using CommonsHelper |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 39.37 dpc |
---|---|
Vertical resolution | 39.37 dpc |