Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve network drawing speed #10

Open
achabotl opened this issue Jul 5, 2019 · 1 comment
Open

Improve network drawing speed #10

achabotl opened this issue Jul 5, 2019 · 1 comment

Comments

@achabotl
Copy link
Collaborator

achabotl commented Jul 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant