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

add linked views for pythreejs #2518

Merged
merged 9 commits into from
Jun 1, 2022
Merged

add linked views for pythreejs #2518

merged 9 commits into from
Jun 1, 2022

Conversation

akaszynski
Copy link
Member

Partially resolves #2499 by adding linked views for pythreejs.

Bonus (as always)

After some investigation, I've discovered that it's possible to output a scene using the panel backend. I've added it here as well since #2499 pointed out that panel works quite well for text and that's unsupported for now for pythreejs.

@github-actions github-actions bot added the bug Uh-oh! Something isn't working as expected. label Apr 27, 2022
@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #2518 (dac0960) into main (6eb0b23) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2518   +/-   ##
=======================================
  Coverage   93.77%   93.77%           
=======================================
  Files          76       76           
  Lines       16168    16186   +18     
=======================================
+ Hits        15161    15179   +18     
  Misses       1007     1007           

@akaszynski
Copy link
Member Author

@pyvista/developers, this is ready for review.

pyvista/jupyter/pv_pythreejs.py Outdated Show resolved Hide resolved
pyvista/jupyter/pv_pythreejs.py Outdated Show resolved Hide resolved
Co-authored-by: Andras Deak <adeak@users.noreply.github.com>
Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. LGTM.

pyvista/jupyter/pv_pythreejs.py Outdated Show resolved Hide resolved
pyvista/plotting/plotting.py Outdated Show resolved Hide resolved
pyvista/plotting/plotting.py Outdated Show resolved Hide resolved
pyvista/plotting/plotting.py Outdated Show resolved Hide resolved
tests/jupyter/test_pythreejs.py Outdated Show resolved Hide resolved
tests/jupyter/test_pythreejs.py Outdated Show resolved Hide resolved
akaszynski and others added 5 commits May 8, 2022 13:31
Co-authored-by: Andras Deak <adeak@users.noreply.github.com>
Co-authored-by: Andras Deak <adeak@users.noreply.github.com>
@akaszynski akaszynski enabled auto-merge (squash) June 1, 2022 20:47
@akaszynski akaszynski merged commit f50da7c into main Jun 1, 2022
@akaszynski akaszynski deleted the fix/linked_views_pythreejs branch June 1, 2022 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh-oh! Something isn't working as expected.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

link_views() not working for pythreejs
3 participants