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

Documentation for connectivity plots are empty #5303

Closed
beroda opened this issue Dec 7, 2023 · 1 comment · Fixed by #5307
Closed

Documentation for connectivity plots are empty #5303

beroda opened this issue Dec 7, 2023 · 1 comment · Fixed by #5307
Labels
bug Uh-oh! Something isn't working as expected.

Comments

@beroda
Copy link
Contributor

beroda commented Dec 7, 2023

Describe the bug, what's wrong, and what you expected.

For several connectivity-related methods, the documentation plots show nothing:

They stopped working after the 0.42 release (see this one working for 0.41).

I investigated in local and was able to make them work by changing the camera orientation from pl.view_yx() to pl.view_xy().
Not sure why this regression occurred, I plan to git bisect and propose a PR as soon as possible.

Steps to reproduce the bug.

No steps needed to reproduce

System Information

--------------------------------------------------------------------------------
  Date: Fri Dec 08 00:08:09 2023 CET

                OS : Linux
            CPU(s) : 8
           Machine : x86_64
      Architecture : 64bit
               RAM : 15.5 GiB
       Environment : IPython
       File system : ext4
        GPU Vendor : Intel
      GPU Renderer : Mesa Intel(R) HD Graphics 630 (KBL GT2)
       GPU Version : 4.6 (Core Profile) Mesa 21.2.6

  Python 3.8.10 (default, Nov 22 2023, 10:22:35)  [GCC 9.4.0]

           pyvista : 0.38.5
               vtk : 9.0.3
             numpy : 1.23.5
           imageio : 2.28.1
            scooby : 0.7.1
             pooch : v1.7.0
        matplotlib : 3.5.3
           IPython : 8.12.1
          colorcet : 3.0.1
           cmocean : v3.0.3
        ipyvtklink : 0.2.3
        ipywidgets : 7.7.5
             scipy : 1.10.1
              tqdm : 4.65.0
            meshio : 5.3.4
         pythreejs : 2.4.2
             trame : 3.3.0
      trame_client : 2.13.0
      trame_server : 2.12.1
         trame_vtk : 2.6.2
      nest_asyncio : 1.5.6
--------------------------------------------------------------------------------

Screenshots

No response

@beroda beroda added the bug Uh-oh! Something isn't working as expected. label Dec 7, 2023
@beroda
Copy link
Contributor Author

beroda commented Dec 8, 2023

git bisect found that this PR introduced the regression.
That makes sense since the Sphere orientation has been fixed.

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 a pull request may close this issue.

1 participant