Browse Source

Fixes issue 3397 - Updates url for gephi's json exporter plugin (#3622)

gh-pages
macleodbroad-wf 6 years ago
committed by Yotam Berkowitz
parent
commit
5e781e6fa3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/network/index.html
  2. +1
    -1
      examples/network/data/importingFromGephi.html

+ 1
- 1
docs/network/index.html View File

@ -1564,7 +1564,7 @@ Thus, to get the topmost item, get the value at index 0.
<p> <p>
Network can import data straight from an exported json file from gephi. You can get the JSON exporter here: Network can import data straight from an exported json file from gephi. You can get the JSON exporter here:
<a href="https://marketplace.gephi.org/plugin/json-exporter/" target="_blank">https://marketplace.gephi.org/plugin/json-exporter/</a>.
<a href="https://gephi.org/plugins/#/plugin/jsonexporter-plugin" target="_blank">https://gephi.org/plugins/#/plugin/jsonexporter-plugin</a>.
An example exists showing how to get a JSON file into Vis: An example exists showing how to get a JSON file into Vis:
</p> </p>

+ 1
- 1
examples/network/data/importingFromGephi.html View File

@ -63,7 +63,7 @@
options available for the import are options available for the import are
available through the checkboxes. You can download the Gephi JSON exporter available through the checkboxes. You can download the Gephi JSON exporter
here: here:
<a href="https://marketplace.gephi.org/plugin/json-exporter/" target="_blank">https://marketplace.gephi.org/plugin/json-exporter/</a>.
<a href="https://gephi.org/plugins/#/plugin/jsonexporter-plugin" target="_blank">https://gephi.org/plugins/#/plugin/jsonexporter-plugin</a>.
All of Gephi's attributes are also contained within the node elements. This All of Gephi's attributes are also contained within the node elements. This
means you can access all of this data through the DataSet. means you can access all of this data through the DataSet.
<br/> <br/>

Loading…
Cancel
Save