dash-cytoscape icon indicating copy to clipboard operation
dash-cytoscape copied to clipboard

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

Results 89 dash-cytoscape issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

## About As requested by @alexcjohnson in https://github.com/plotly/react-cytoscapejs/pull/99#issuecomment-1182411086 , this pulls in the https://github.com/plotly/react-cytoscapejs/pull/99 version of react-cytoscapejs and adds cytoscape as a direct dependency (as it is a peer dependency...

## About I noticed that `pip install -e .` installed Dash 2.x, and then installing requirements as per `CONTRIBUTING.md` downgraded Dash to 1.x, which didn't quite seem right. ## Description...

I am trying to obtain a two column layout as shown here https://github.com/plotly/dash-cytoscape/blob/master/usage-stylesheet.py, where the network is on 8 cols and the tabs are on 4 cols. However, even when...

Hi. It seems like it has been over a year since the last version update on the change log, during which there have been quite a few fixes and additions....

#### Description Nodes in graphs are shown correctly for a second before flocking to a single point, usually happens when inserting Cyto-components using callbacks. It is independent of any particular...

I followed the tutorial https://dash.plotly.com/cytoscape/elements, and the very first example of nodes and edges I saw ``` # The edge elements {'data': {'source': 'one', 'target': 'two', 'label': 'Node 1 to...

#### Description Trying to use `cose-bilkent` layout is invalid, but it appears in suggested layouts in the related error message. #### Steps/Code to Reproduce I have loaded the extra layouts...

Is it possible to embed LaTeX formulas in nodes of cytoscape? I've tried this but it's not rendering: ``` import dash from dash import dcc from dash import html import...

Is it possible to show edge properties/attributes (relationship description) in cytoscape? In Dash there is a way to show the edge properties when hover, but it will be good if...

suggestion