gravis
gravis copied to clipboard
Interactive graph visualizations with Python and HTML/CSS/JS.
If nodes/edges have associated time stamps, it would be great to have an animation of this over time, preferably with a slider and play/pause button.
# Transformation with open(filepath, 'w', encoding="utf-8") as file_handle: html_text = self.to_html() added encoding = "utf-8" at line 122. This fixes error in encoding because Windows uses ISO as default encoding,...
Hello, Is it possible to have the label of a node be written inside of it ?