Casper van Elteren

Results 52 issues of Casper van Elteren

## Expected Behavior - Running `gephi --jdkhome "/usr/lib/jvm/java-8-openjdk" ` - Boot up the interface ## Current Behavior Shows white scre ![20210430_11h37m03s_grim](https://user-images.githubusercontent.com/19485143/116677800-e9f9e380-a9a8-11eb-891b-1964891156a8.png) en ## Possible Solution None? ## Steps to Reproduce...

Linux
To review

## Describe the issue `loading` widget on `jupyter lab` (version 2.2.9) when plotting, e.g. ```python %matplotlib widget from matplotlib.pyplot import subplots fig, ax = plt.subplots() fig.show() ``` ## Versions ```...

**Version** 0.9.0 **Describe the bug** nothing happens and no output - Running `flameshot` gives me the sys tray icon but nothing happens - `flameshot gui` does nothing - `flameshot config`...

Bug
Wayland

Implements arf layout (Geipel 2006) which provides improvements over the traditional spring layout. Short description The attractive and repulsive forces (arf) layout (Geipel 2006) improves the spring layout in three...

Implementation of forceatlas2 layout based on https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0098679&type=printable Example: ```python import networkx as nx, matplotlib.pyplot as plt fig, ax = plt.subplots() g = nx.florentine_families_graph() pos =nx.forceatlas2_layout(g) nx.draw(g, pos = pos) #...

type: Enhancements
Visualization

The repo was not exposing the cython files correctly. The headers (pxd) exposing the functions were not installed in site-packages. This fixes that issue and runs now on python 3.10.

I am trying to animate a graph using ipywidgets but the output is flickering. Is there a native way to embed the widget in ipywidgets? I am trying to figure...

bug

Using the export button in the widget page cuts off at the bottom (see screen cap). This prohibits exporting. Temporary fix is using tab to scroll to the bottom ![image](https://user-images.githubusercontent.com/19485143/105983194-a2f20e80-6098-11eb-8dfe-7db0aac2ab02.png)

As it says above, I get compile errors when installing through `pip`. Mostly implicit conversion is happening between types.

The documentation online is not complete and or not compatible with the description. In addition, the auto docs are riddled with code errors. In short, is the project still active?