File:Project Gutenberg total books.svg

Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline. Category:Files allowed to be overwritten by everyone

Summary

Description
English: Graph showing total number of books published by Project Gutenberg over time.
Date
Source Own work by uploader, based on the website of Project Gutenberg
Author Qef
Other versions Alternative graph, bitmap version of this but based on slightly different data: Image:PG_growth.png
SVG development
InfoField
This file may be updated to reflect new information. If you wish to use a specific version of the file without it being overwritten, please upload the required version as a separate file.
Category:Files that need updating annually

Source code and data

This graph was generated with gnuplot using the following input file:

set terminal svg font "DejaVu Sans,12" size 600,400
set output "Project_Gutenberg_total_books.svg"

set xdata time
set timefmt "%Y-%m"
set xrange ["1994-01":]
set format x "%Y"
set key off

set tics nomirror
set grid
set border 3

# Wikipedia in many languages uses this file.
# To avoid translation, use emojis.
set xlabel "📅"  # Year
set ylabel norotate "📚"  # Number of Books

plot "Project_Gutenberg_total_books.data" using 1:2 \
     with line linetype rgbcolor "red" linewidth 2

The data file Project_Gutenberg_total_books.data is based on the website of Project Gutenberg.

The data file currently contains the following:

1971-07 1
1989-08 10
1994-01 100
1997-08 1000
1999-05 2000
2000-12 3000
2001-10 4000
2002-04 5000
2003-10 10000
2005-01 15000
2008-04 25000
2009-10 30000
2012-06 40000
2015-09 50000
2017-06 55000
2019-07 60000
2021-04 65000
2023-02 70000
2024-12 75000

Licensing

Public domain This work has been released into the public domain by its author, Qef. This applies worldwide.

In some countries this may not be legally possible; if so:
Qef grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Category:PD-user#Project%20Gutenberg%20total%20books.svg Category:Project Gutenberg Category:Images with Gnuplot source code Category:Statistical charts
Category:Files allowed to be overwritten by everyone Category:Files that need updating annually Category:Images with Gnuplot source code Category:PD-user Category:Project Gutenberg Category:Statistical charts Category:Valid SVG created with Gnuplot