Browse Source

Gallery updated with new examples

gh-pages
jos 10 years ago
parent
commit
92abb925be
1 changed files with 67 additions and 1 deletions
  1. +67
    -1
      index.html

+ 67
- 1
index.html View File

@ -227,7 +227,37 @@ The source code of the examples can be found in the
<div class="thumb">
<a href="examples/timeline/17_data_serialization.html">
<img src="img/gallery/timeline/17_data_serialization.png">
<div>data_serialization</div>
<div>data serialization</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/18_range_overflow.html">
<img src="img/gallery/timeline/18_range_overflow.png">
<div>range overflow</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/19_localization.html">
<img src="img/gallery/timeline/19_localization.png">
<div>localization</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/20_click_to_use.html">
<img src="img/gallery/timeline/20_click_to_use.png">
<div>click to use</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/21_set_selection.html">
<img src="img/gallery/timeline/21_set_selection.png">
<div>set selection</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/22_window_adjustment.html">
<img src="img/gallery/timeline/22_window_adjustment.png">
<div>window adjustment</div>
</a>
</div>
</div>
@ -419,6 +449,12 @@ The source code of the examples can be found in the
<div>importing from gephi</div>
</a>
</div>
<div class="thumb">
<a href="examples/network/31_localization.html">
<img src="img/gallery/network/31_localization.png">
<div>localization</div>
</a>
</div>
<div class="thumb">
<a href="examples/network/graphviz/graphviz_gallery.html">
<img src="img/gallery/network/graphviz_gallery.png">
@ -488,6 +524,36 @@ The source code of the examples can be found in the
<div>external legend</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph2d/10_barsSideBySide.html">
<img src="img/gallery/graph2d/10_barsSideBySide.png">
<div>bars side by side</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph2d/11_barsSideBySideGroups.html">
<img src="img/gallery/graph2d/11_barsSideBySideGroups.png">
<div>bars side by side groups</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph2d/12_customRange.html">
<img src="img/gallery/graph2d/12_customRange.html.png">
<div>custom range</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph2d/13_localization.html">
<img src="img/gallery/graph2d/13_localization.png">
<div>localization</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph2d/14_toggleGroups.html">
<img src="img/gallery/graph2d/14_toggleGroups.png">
<div>toggle groups</div>
</a>
</div>
</div>

Loading…
Cancel
Save