File:Simpvp firstjoined distribution years.svg: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
(Generated in gnuplot with set style fill solid 1.0 noborder set boxwidth 0.5 absolute plot 'firstjoined_years.txt' smooth frequency with boxes where the firstjoined_years.txt file is generated with while read L; do date -d "@$L" '+%Y' done < firstp...)
 
No edit summary
Line 2: Line 2:
Generated in gnuplot with
Generated in gnuplot with


<pre>
set style fill solid 1.0 noborder
set style fill solid 1.0 noborder
set boxwidth 0.5 absolute
set boxwidth 0.5 absolute
plot 'firstjoined_years.txt' smooth frequency with boxes
plot 'firstjoined_years.txt' smooth frequency with boxes
</pre>


where the firstjoined_years.txt file is generated with
where the firstjoined_years.txt file is generated with


<pre>
while read L; do
while read L; do
date -d "@$L" '+%Y'
date -d "@$L" '+%Y'
done < firstplayed.txt
done < firstplayed.txt
</pre>


where firstplayed.txt is a list in unix time of people's firstjoined date.
where firstplayed.txt is a list in unix time of people's firstjoined date.

Revision as of 02:06, 16 January 2019

Summary

Generated in gnuplot with

set style fill solid 1.0 noborder
set boxwidth 0.5 absolute
plot 'firstjoined_years.txt' smooth frequency with boxes

where the firstjoined_years.txt file is generated with

while read L; do
	date -d "@$L" '+%Y'
done < firstplayed.txt

where firstplayed.txt is a list in unix time of people's firstjoined date.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current02:14, 16 January 2019Thumbnail for version as of 02:14, 16 January 2019802 × 1,240 (66 KB)Yukar9 (talk | contribs)
02:06, 16 January 2019Thumbnail for version as of 02:06, 16 January 20192,400 × 1,274 (66 KB)Yukar9 (talk | contribs)
01:57, 16 January 2019Thumbnail for version as of 01:57, 16 January 20192,400 × 1,228 (66 KB)Yukar9 (talk | contribs)Generated in gnuplot with set style fill solid 1.0 noborder set boxwidth 0.5 absolute plot 'firstjoined_years.txt' smooth frequency with boxes where the firstjoined_years.txt file is generated with while read L; do date -d "@$L" '+%Y' done < firstp...

The following page uses this file: