Jürgen Hackl
Jürgen Hackl
Currently, the RGB option has to be enabled in the latex document by using: ```latex \Edges[RGB]{edges.csv} ``` The library should be able to detect the RGB values directly from the...
Add options to change the size of the arrowhead as already implemented in [network2tikz](https://github.com/hackl/network2tikz), e.g. see `edge_arrow_size` and `edge_arrow_width`.
Add the fontscale option also to text objects: \Text[fontscale=0.75]{Text}
The implemented algorithm works only for undirected graphs!
By creating a custom layout, missing nodes will be substituted by None values, which causes an error in the layout fitting process.
Display (selected) nodes using small images instead of simple circles.
Time-varying node positions with an interpolation between the specified points in time, i.e. a "temporal layout" with time-stamped positions.
Reintroduce the function from pathypy3 with time-varying node attributes (e.g., colors).
- [x] Transfer code from [pathpy3](https://github.com/pathpy/pathpy/tree/plot) - [x] Modify plot code for pathpyG - [x] matplotlib - [x] dj3s - [x] tikz - [x] Add plot function for temporal graphs...