Zettelkasten-Method / zkviz

Zettel Network Visualizer
MIT License
109 stars 19 forks source link

Improve network drawing speed #10

Open achabotl opened 5 years ago

achabotl commented 5 years ago

The 1.1.0 network visualization buildling uses a loop appending a tuple for each node coordinate. It's terribly slow. Plotly 3 lets the user pass NumPy arrays, or at least lists, directly. That should help quite a bit.

achabotl commented 5 years ago

See: