-
**Describe your context**
Steps to setup my environment
```
conda create -n test python=3.8
conda activate test
pip install dash==1.17.0
pip install plotly==4.12.0
pip install numpy==1.18
```
…
-
Hello,
I finally got through the scripts to the point where I am trying to tweak my Log2FC heat.tree
I get a tree with no issues if I use the following script
set.seed(1)
obj6 %>%
heat_tree(…
-
It's a bit different from the visuals available today, but it would be quite useful to have. BGL graphs can be exported to Graphviz, which can be fed into an available layout engine.
https://www.bo…
-
**Is your feature request related to a problem? Please describe.**
Some parts of the HTML content are created by the JavaScript code. Namely, the tables and other HTML content in the "Show test detai…
-
Hi,
I am loading some graphs containing about 50 nodes and 1000 edges. I have noticed that using the default renderer the rendering is fast and very fluid. On the other hand, using the j2dviewer.J2DG…
-
### Describe the bug
An orchestration stores all graph nodes in a hash map keyed by the node's numeric ID. The default implementation sorts the elements by the key's order, so nodes with lesser numer…
Naros updated
2 months ago
-
We want a testing harness in python, we want to be able to write:
```python
import torch
from ttmlir.dialects import ttir
# What the test harness could look like
class Add:
def golden(…
-
My use case is to layout a graph in time. Every node in my graph is associated with a timestamp (and duration), which is always consistent with the edge direction (edges always point in positive time …
-
In the third episode, [Visualizing Tabular Data](https://swcarpentry.github.io/python-novice-inflammation/03-matplotlib/index.html), it states in subsection Grouping Plots:
> ...the rest of the pr…
-
Applying different colors to clustered points via a callback appears to break the figure and raises the following errors in the browser console:
- Error: Source "source-7f412d-circle" cannot be rem…