Skip to content
Permalink
Browse files

Fixed Gehpy/Gephi typo

  • Loading branch information...
tokee committed Jun 13, 2019
1 parent 0093860 commit 0815fe2f9770f510102394a8a0e47ac947bf0478
Showing with 2 additions and 2 deletions.
  1. +1 −1 README.md
  2. +1 −1 generate_presentation.sh
@@ -27,7 +27,7 @@ and visually marked through the GUI.


## How-to
* Generate a graph using Gephy and export is as a SVG.
* Generate a graph using Gephi and export is as a SVG.
* Call `./generate_presentation.sh mygraph.svg mypresentation`
* Upload the generated folder `mypresentation` to a webserver or open `mypresentation/index.html` locally

@@ -28,7 +28,7 @@ DZI="${B}.dzi"
: ${RENDER_SIZE:="20000"}
: ${RENDER_WIDTH:="$RENDER_SIZE"}
: ${RENDER_HEIGHT:="$RENDER_SIZE"}
: ${FORMAT:="png"} # Gephy charts are circles, lines and text so PNG is probably best choice
: ${FORMAT:="png"} # Gephi charts are circles, lines and text so PNG is probably best choice

# Where to get OpenSeadragon
: ${OSD_VERSION:=2.2.1}

0 comments on commit 0815fe2

Please sign in to comment.
You can’t perform that action at this time.