Welcome, Guest

Author Topic: Attempt to  (Read 1336 times)

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Attempt to
« on: November 11, 2012, 11:12:23 AM »
make hurricane timeline is failing

Code: [Select]
<timeline>
ImageSize = width:800 height:200
PlotArea = top:10 bottom:80 right:20 left:20
Legend = columns:3 left:30 top:58 columnwidth:270
 
AlignBars = early
DateFormat = x.y
Period = from:3.0200 till:0.0201
TimeAxis = orientation:horizontal
ScaleMinor = grid:black unit:month increment:1 start:3.0200
Colors =
 id:canvas value:gray(0.9)
 id:TD value:rgb(0.38,0.73,1) legend:Tropical_Depression_=_&lt;39_mph_(0–62_km/h)]
 id:TS value:rgb(0,0.98,0.96) legend:Tropical_Storm_=_39–73_mph_(63–117 km/h)
 id:C1 value:rgb(1,1,0.80) legend:Category_1_=_74–95_mph_(118–153_km/h)]
 id:C2 value:rgb(1,0.91,0.46) legend:Category_2_=_96–110_mph_(154–177_km/h)
 id:C3 value:rgb(1,0.76,0.25) legend:Category_3_=_111–130_mph_(178–209-km/h)
 id:C4 value:rgb(1,0.56,0.13) legend:Category_4_=_131–155_mph_(210–249_km/h)
 id:C5 value:rgb(1,0.38,0.38) legend:Category_5_=_≥_156_mph_(≥250_km/h)
Backgroundcolors = canvas:canvas

BarData =
 barset:Hurricane
 bar:Month

PlotData =
 barset:Hurricane width:11 align:left fontsize:S shift:(4,-4) anchor:till
 
 bar:Month width:3 align:center fontsize:S shift:(0,-20) anchor:middle color:canvas
 from:3.0200 till:4.0200 text:Month 3
 from:4.0200 till:5.0200 text:Month 4
 from:5.0200 till:6.0200 text:Month 5
 from:6.0200 till:7.0200 text:Month 6
 from:7.0200 till:8.0200 text:Month 7
 from 8.0200 till:9.0200 text:Month 9
 from 9.0200 till:0.0201 text:Month 0
</timeline>

how to do custom units of time/timesystem

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Attempt to
« Reply #1 on: November 11, 2012, 11:47:09 AM »
you must use dd, mm, and yyyy somewhere in there

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Attempt to
« Reply #2 on: November 11, 2012, 11:52:22 AM »
ok poo