Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed Markdown Headings
  • Loading branch information
tcyrus authored Jun 30, 2017
1 parent 29c42a6 commit 6cfd3d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pynteractive is in constant development, all feedback/suggestions/bugreports are
* Phylogenetic trees + Annotation
* Charts: using NVD3.js

## TODO
## TODO

* More phylogenetic tree layouts
* Integrating Circos and making it interactive
Expand Down Expand Up @@ -66,7 +66,7 @@ $ pip install pynteractive

## Examples

####Graph example (click to watch video)
#### Graph example (click to watch video)

[![Graph example](http://coelias.github.io/Pynteractive/imgs/GraphGif.gif)](https://vimeo.com/128141946)

Expand Down Expand Up @@ -123,7 +123,7 @@ def sumall(nodes):
a.addAction('Add node values',sumall)
```

####Chart example (click to watch video)
#### Chart example (click to watch video)

[![Chart example](http://coelias.github.io/Pynteractive/imgs/ChartGif.gif)](https://vimeo.com/128177043)

Expand All @@ -142,7 +142,7 @@ b.addSeries('Sharks killed by squirrels',
[10,20,25,40,12,33,22,47,90,70,80,46,30,6,18,25])
```

####Map example
#### Map example
[![Map example](http://coelias.github.io/Pynteractive/imgs/map.png)](http://coelias.github.io/Pynteractive/imgs/map.png)


Expand All @@ -158,7 +158,7 @@ m.addNode('ID4',place='paris',radius=30,color='blue')
m.addEdge('ID3','ID4',width=5,color='green')
```

####Phylogenetic tree example
#### Phylogenetic tree example
[![Phylo example](http://coelias.github.io/Pynteractive/imgs/phylo.svg)](http://coelias.github.io/Pynteractive/imgs/phylo.svg)


Expand Down

0 comments on commit 6cfd3d2

Please sign in to comment.