Skip to content

Parcoords issues with extra update call #3112

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

Closed
wants to merge 1 commit into from
Closed

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Oct 16, 2018

Regarding issues #3099 and #3101 this patch removed an extra update call which may be the source of this problem. Please notice that lineLayerMaker itself also calls the update method to redraw.

@alexcjohnson

@alexcjohnson
Copy link
Collaborator

This doesn't seem to me to be removing an update, so much as converting an update into a new object creation call. Which does seem to fix the issue, but also slows down updates a good deal (and might lead to a memory leak? That I'm not sure about, depends on what's contained in the linelayer object)

Anyway, I think we had better look a little deeper and see what it would take to fix linelayer.update rather than just bypassing it.

@archmoj
Copy link
Contributor Author

archmoj commented Oct 16, 2018

Yes I totally agree with you that this requires more tests.

@archmoj
Copy link
Contributor Author

archmoj commented Oct 19, 2018

We could close this PR now that the issues are addressed in these two different PRs:
PR for issue 3099
PR for issue 3101

@alexcjohnson alexcjohnson deleted the parcoords-appear branch October 19, 2018 14:02
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

Successfully merging this pull request may close these issues.

2 participants