Skip to content

Commit

Permalink
added a gif to the index and changed to introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Perrone committed May 11, 2018
1 parent a050039 commit 870cec0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyvis/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
.. image:: net3.png
:width: 30%

Interactive network visualizations
==================================
.. image:: tut.gif

Contents:
=========
Expand Down
9 changes: 7 additions & 2 deletions pyvis/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Introduction
============

Pyvis is built around the VisJS_ library and serves to be a simple way of creating graph data structures and visualizing
them in a single space.
The goal of this project is to build a python based approach to constructing and visualizing
network graphs in the same space. A pyvis network can be customized on a per node or per edge
basis. Nodes can be given colors, sizes, labels, and other metadata. Each graph can be interacted
with, allowing the dragging, hovering, and selection of nodes and edges. Each graph's layout
algorith mcan be tweaked as well to allow experimentation with rendering of larger graphs.

Pyvis is built around the amazing VisJS_ library.

.. _VisJS: http://visjs.org/network_examples.html
Binary file added pyvis/source/tut.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 870cec0

Please sign in to comment.