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

Summary

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

Licensing

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.
Category:CC-BY-SA-4.0#Poland-wind-generation-distribution-2019.svg
Category:Self-published work
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"
Category:Statistics of Poland Category:Wind power in Poland Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Images with Gnuplot source code Category:Self-published work Category:Statistics of Poland Category:Wind power in Poland