question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable volumetric interpolation?

See original GitHub issue

Is it possible to represent each point in the 3d numpy array by a cube (or rectangular prism) when using volshow? Similar to interpolation=None in matplotlib’s imshow.

I have a function of three discrete variables I’d like to represent.

Thanks! Oliver

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, Jul 16, 2018

Is it as easy as setting some LinearFilter to be NearestFilter to change the 3D texture lookup, maybe here? If it’s easy to try go ahead, otherwise you’ll need to wait to hear back from someone who knows what they are talking about 😃

0reactions
worbitcommented, Aug 8, 2019

First of all congratulations to all the devs of ipyvolume, really an amazing package!

Maybe I’m late to the party, but I just stumbled upon this question now (looking for an answer if the colormap in volshow can be as easily changed as in matplotlib’s imshow?). I am working on geometry modelling with signed distance functions and for teaching purposes, I usually visualize them as a 3D grid of colored dots, could easily be done with ipv’s scatter plot!

3D scatter plot SDF
Read more comments on GitHub >

github_iconTop Results From Across the Web

Disable volumetric interpolation? · Issue #154 - GitHub
I am working on geometry modelling with signed distance functions and for teaching purposes, I usually visualize them as a 3D grid of...
Read more >
DICOM viewer - non-volumetric images - 3D Slicer Community
Hi, I want to upload non-volumetric DICOM images to the viewer for ... use multiple orthogonal views) then you can disable interpolated view ......
Read more >
Volumetric Lightmaps | Unreal Engine 4.27 Documentation
The Volumetric Lightmap is interpolated efficiently on the GPU per-pixel allowing accurate indirect lighting for dynamic objects and volumetric fog. Positions ...
Read more >
Volumetric interpolation of tomographic sequences for ...
Methods:In this paper, volumetric image interpolation methods, devised to increase the axial resolution of tomographic sequences and achieve a refined 3D ...
Read more >
Volume rendering - 3D Slicer documentation - Read the Docs
Interpolation : Linear (default for scalar volumes) or nearest neighbor (default for labelmaps) interpolation. · Shade: Enable/Disable shading. Shading uses light ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found