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

Parcoords image data spills from one graph to another #1929

Closed
etpinard opened this issue Aug 4, 2017 · 1 comment · Fixed by #1947
Closed

Parcoords image data spills from one graph to another #1929

etpinard opened this issue Aug 4, 2017 · 1 comment · Fixed by #1947
Assignees
Labels
bug something broken

Comments

@etpinard
Copy link
Contributor

etpinard commented Aug 4, 2017

See https://codepen.io/etpinard/pen/brBKdy?editors=0010 where the gl2d_parcoords_1 and gl2d_parcoords_2 mocks are plotted side-by-side. Both newPlot calls are followed by toImage. The top row displays the interactive graphs (i.e. newPlot output) and the bottom row displays the toImage outputs. Now, notice that the gl2d_parcoords_1 image has a few strokes that spilled over from gl2d_parcoords_2.

Fixing this we'll important for the image exporter where multiple parcoords graphs might be exported on the same page at the same time.

cc @monfera

@etpinard etpinard added the bug something broken label Aug 4, 2017
@monfera monfera self-assigned this Aug 5, 2017
@monfera
Copy link
Contributor

monfera commented Aug 5, 2017

@etpinard thanks for the clear, reproducible case, I'm on it!

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

Successfully merging a pull request may close this issue.

2 participants