Faidhle:Web browser usage share StatCounter.svg

Page contents not supported in other languages.
O Uicipeid

Am faidhle tùsail(Faidhle SVG, a-rèir ainm 1,260 × 900 pixel, meud faidhle: 66 KB)

'S ann à Wikimedia Commons a tha am faidhle seo agus faodaidh gu bheil pròiseactan eile 'ga chleachdadh. Chì thu an tuairisgeul a tha aice air [duilleag tuairisgeul an fhaidhle https://commons.wikimedia.org/wiki/File:Web_browser_usage_share_StatCounter.svg] gu h-ìosal.

Gearr-chunntas

Tuairisgeul
English: Development of web browser usage share according to StatCounter data. Only browsers with a share of 2% or higher in December 2023 or ones with a share of more than 10% in the past are plotted. This file was derived from: Web browser usage share, May 2017.svg
Ceann-là
Tùs M’ obair fhèin
Ùghdar Geek3
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

Source code
# Plot CSV file from https://gs.statcounter.com/

import csv
from pylab import *

matplotlib.rcParams.update({'font.size': 16})
figure(figsize = (14, 10))

d = {}

# read CSV data:
with open('browser-ww-monthly-200901-202312.csv') as csvfile:
    for r in csv.reader(csvfile):
        if r[0] == 'Date':
            h = r
            for x in range(len(r)):
                d[r[x] ] = []
        else:
            for x in range(len(r)):
                if h[x] == 'Date':
                    d[h[x] ].append(r[x])
                else:
                    d[h[x] ].append(float(r[x]))

t = []

# calculate dates:
for x in d['Date']:
    y, m = x.split('-')
    t.append(float(y) + (float(m)-1)/12)

# sort keys by latest values:
v = []
for k in d.keys():
    if k != 'Date':
        v.append((k, float(d[k][-1])))
v = sorted(v, key = lambda a: a[1])[::-1]
print(v)

# plot data:
for k in v:
    if k[1] >= 2 or max(d[k[0] ]) >= 10:
        if k[0] == "IE":
            plot(t, d[k[0]], label = "Internet Explorer", lw = 3)
        elif k[0] == "Edge":    # add the new and old Edge versions together:
            d2 = [p + q for p, q in zip(d["Edge"], d["Edge Legacy"])]
            plot(t, d2, label = "Edge", lw = 3)
        else:
            plot(t, d[k[0]], label = k[0], lw = 3)
xlabel('Year')
ylabel('%')
title('Usage share of major web browsers')
grid(True, ls = 'solid')
legend(loc = (.7, .4))
gca().xaxis.get_major_formatter().set_useOffset(False)
gca().xaxis.set_major_locator(MultipleLocator(1))
tick_params(labelright = True)
xlim(2009, 2024)
ylim(0, 70)
gca().tick_params(axis = "both", pad = 12)
text(t[-1], -8, "Source: StatCounter", ha = "right", size = 14)

savefig("Web_browser_usage_share_StatCounter.svg")
show()


This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, please upload the required version as a separate file.

Ceadachadh

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
urram co-roinneadh co-ionnann
Tha am faidhle seo fo cheadachas Creative Commons Attribution-Share Alike 3.0 Unported.
Faodaidh tu:
  • a cho-roinneadh – lethbhreac a dhèanamh dhen obair, a sgaoileadh is a tar-chur
  • ath-mheasgachadh – an obair atharrachadh
Fo bhuaidh nan cumhaichean a leanas:
  • urram – Feumaidh tu iomradh a thoirt air an ùghdar no an neach aig a bheil cead air, dìreach mar a thoill iad (ach chan ann air dòigh a chuireas an sùilean dhaoine gu bheil iad ag aontachadh riut no ri d’ obair).
  • co-roinneadh co-ionnann – Ma dh’atharraicheas tu no ma leasaicheas tu an obair seo, ’s urrainn an tionndadh ùr fon cheadachas seo no fo cheadachas coltach ris.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts Beurla

4 dhen t-Sultain 2019

media type Beurla

image/svg+xml

Eachdraidh an fhaidhle

Briog air ceann-là/àm gus am faidhle a shealltainn mar a nochd e aig an àm sin.

Ceann-là/ÀmDealbhagMeudCleachdaicheBeachd
làithreach22:24, 12 dhen Dùbhlachd 2023Dealbhag airson an tionndaidh on 22:24, 12 dhen Dùbhlachd 20231,260 × 900 (66 KB)Mornsimplify the label for Edge again
18:59, 12 dhen Dùbhlachd 2023Dealbhag airson an tionndaidh on 18:59, 12 dhen Dùbhlachd 20231,260 × 900 (68 KB)Mornadd numbers from old and new Edge versions together
12:03, 12 dhen Dùbhlachd 2023Dealbhag airson an tionndaidh on 12:03, 12 dhen Dùbhlachd 20231,260 × 900 (65 KB)Mornupdated
18:45, 4 dhen t-Sultain 2019Dealbhag airson an tionndaidh on 18:45, 4 dhen t-Sultain 2019720 × 720 (69 KB)Geek3ie
18:23, 4 dhen t-Sultain 2019Dealbhag airson an tionndaidh on 18:23, 4 dhen t-Sultain 2019720 × 720 (68 KB)Geek3more ticks
18:11, 4 dhen t-Sultain 2019Dealbhag airson an tionndaidh on 18:11, 4 dhen t-Sultain 2019720 × 720 (64 KB)Geek3User created page with UploadWizard

Chan eil duilleag sam bith a' ceangal an-seo.

Cleachdadh fhaidhlichean uile-choitcheann

Tha na uicidhean eile a leanas a’ cleachdadh an fhaidhle seo

Metadata