Git Product home page Git Product logo

Comments (13)

solarjoe avatar solarjoe commented on July 16, 2024 2

I tried a few things and found another workaround.

This will print the error messages:
plt = mlab.points3d(x, y, z)

But if you set the forth parameter ("scalars") the error messages are gone.
This works fine for me:
plt = mlab.points3d(x, y, z, np.ones_like(x))

The size of the glyphs can be adjusted by using the keywords 'scale_mode' and 'scale_factor'.

from mayavi.

cfarrow avatar cfarrow commented on July 16, 2024

I'd love to have a fix or workaround for this. I'm using mayavi in a demo coming up and the error messages are a big detractor from the beauty of the demo.

from mayavi.

jtaylor avatar jtaylor commented on July 16, 2024

I am also looking for a resolution or workaround for this.

from mayavi.

youm avatar youm commented on July 16, 2024

Exactly the same problem, has someone found a workaround ?

from mayavi.

GaelVaroquaux avatar GaelVaroquaux commented on July 16, 2024

Exactly the same problem, has someone found a workaround ?

The pipeline code in Mayavi needs to be rewritten to use the new VTK
pipeline design. I suspect that there is a few days work, maybe a week.
Given Prabhu's workload and mine's it is a bit hard to find that time.
That's why nothing is happening.

from mayavi.

willyd avatar willyd commented on July 16, 2024

+1 for a fix for this issue.

Temporary workaround, redirect error messages to a log file:

import vtk
output=vtk.vtkFileOutputWindow()
output.SetFileName("log.txt")
vtk.vtkOutputWindow().SetInstance(output)

from mayavi.

mdickinson avatar mdickinson commented on July 16, 2024

Confirmed with current Mayavi.

@GaelVaroquaux, @prabhuramachandran: could either of you provide a brief explanation of the underlying cause? I'm a bit lost in the VTK details.

from mayavi.

SjoerdOptLand avatar SjoerdOptLand commented on July 16, 2024

+1 for a fix

from mayavi.

jessicaabreu avatar jessicaabreu commented on July 16, 2024

+1 for a fix

from mayavi.

bcorfman avatar bcorfman commented on July 16, 2024

+1 for a fix

from mayavi.

stefanoborini avatar stefanoborini commented on July 16, 2024

Still present.

from mayavi.

solarjoe avatar solarjoe commented on July 16, 2024

Still present. +1 for a fix.

from mayavi.

zhucaoxiang avatar zhucaoxiang commented on July 16, 2024

I agree with solarjoe's solution. There might be something wrong with the auto scalars.

from mayavi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.