Përdoruesi:Euriditi/Grafik

Nga Wikipedia, enciklopedia e lirë
<timeline>
ImageSize  = width:250 height:200
PlotArea   = left:40 right:10 top:10 bottom:20
TimeAxis   = orientation:horizontal
AlignBars  = justify
Colors = 
  id:gray1 value:gray(0.9)

DateFormat = yyyy
Period     = from:1940 till:2010
ScaleMajor = unit:year increment:10 start:1940

PlotData = 
  bar:1558 color:gray1 width:1
  from:start till:end
  bar:1038 color:gray1
  from:start till:end
  bar:519 color:gray1
  from:start till:end
  bar:0 color:gray1

LineData = 
  layer:front
  points:(62,141)(77,152) color:red  width:1 
  points:(77,152)(100,160) color:red  width:1
  points:(100,160)(128,161) color:red  width:1
  points:(128,161)(157,160) color:red  width:1
  points:(157,160)(185,60) color:red  width:1
  points:(185,60)(217,74) color:red  width:1

</timeline>
<timeline>
ImageSize  = width:200 height:120
PlotArea   = left:20 right:10 top:10 bottom:20 
TimeAxis   = orientation:horizontal
AlignBars  = justify
Colors =
  id:gray1 value:gray(0.3) 
  id:gray2 value:gray(0.5) 
  id:gray3 value:gray(0.7) 
Period     = from:0 till:10
ScaleMajor = unit:year increment:1 start:0

PlotData =
  bar:X color:gray1 width:15
  from:start till:end
  bar:Y color:gray2
  from:start till:end 
  bar:Z color:gray3
  from:start till:end 


LineData =
  layer:front
  at:1                         color:yellow
  at:2                         color:orange  layer:back
  at:4  frompos:50 tillpos:105 color:green
  from:5 till:8 atpos:50       color:red
  points:(100,20)(170,105)     color:blue    width:3
</timeline>