File:Poland-wind-generation-distribution-2019.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 800 × 500 pixels, file size: 48 KB)

Captions

Captions

Annual distribution of wind generation in Poland in 2019

Summary[edit]

Description
Polski: Roczny rozkład generacji źródeł wiatrowych (na podstawie danych godzinowych dla 2019 roku)
Date
Source [1]
Author Tbap

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
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.
set terminal svg size 800,500
set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"white" behind
set output 'Poland-wind-generation-distribution-2019.svg'

binwidth=50
bin(x,width)=width*floor(x/width)
set datafile separator ";"

m = 1663 # mean [MW], calculated independently
capacity = 5917 # [MW]

set xrange [0:capacity]
set x2range [0:100]
set x2tics
set grid
set format x "%gMW"  
set format y "%gh"  
set format x2 "%g %%"  

set arrow 1 from m,0 to m,250 nohead lw 2 lt 2 dt 2 lc rgb "blue" 
set label sprintf("{/:Italic m = %dMW (%d%%)}", m, 100*m/capacity) at (m+50),220 textcolor rgb "blue"

plot 'data.csv' using (bin($3,binwidth)):(1.0) notitle smooth freq with boxes fs solid 0.5 lc rgb "blue"

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:36, 13 March 2020Thumbnail for version as of 21:36, 13 March 2020800 × 500 (48 KB)Tbap (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata