QUICK START


Add Timeline view to Evolview tree

Follow the Upload dataset steps. Select the upload Timeline dataset option. Let's see some examples:

Select the "Sample tree 4" from upload tree window to load the following tree.Here is tree in newick format:

(a,(d,(b:0.2,c:0.3):0.4):0.3);

Datasets and visualisation results:

  1. a single strip:
!TimeLine	TotalTime=70,TimeUnit=Millions of Years

!TimeLineAxis
	ticks=20,10,5,Pos=top

!TimeLineStrips   
	Strips=10,20,
	StripColors=#E8E9EA,
	StripLabels=some years ago,
	StripLabelPos=bottom,
        ShowTimeUnit=0

... in circular mode:


  1. two strips (actually there are three strips, but the 2nd one is 'white'):
!TimeLine	TotalTime=70,TimeUnit=Millions of Years

!TimeLineAxis
	ticks=20,10,5,Pos=top

!TimeLineStrips   
	Strips=10,20,50,65,
	StripColors=#E8E9EA,white,#F5F5DC,
	StripLabels=time A,,time B,
	StripLabelPos=bottom,
    ShowTimeUnit=0