plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js

Home Page:https://dash.plot.ly/cytoscape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] expected an incorrect layout name ("close-bilkent") in 0.3.0

manmustbecool opened this issue · comments

Description

I set layout as "cose-bilkent", the layout expect an incorrect layout name (close-bilkent)

Steps/Code to Reproduce

Example:

layout= "cose-bilkent"

Expected Results

according the document, the 'cose-bilkent' is correct name, not close-bilkent

Actual Results

Invalid argument `layout.name` passed into Cytoscape with ID "cytoscape_graph".
Expected one of ["random","preset","circle","concentric","grid","breadthfirst","cose","close-bilkent","cola","euler","spread","dagre","klay"].

Versions

0.3.0