Marco Musy

Results 216 comments of Marco Musy

@jacobdang thanks, to be honest I have no experience with jupyter lab, if I try to run a vtkplotter example without trying to embed the graphics it works ok, if...

Indeed we (@gioda ) are currently finalizing a general algorithm that allows to describe/average/interpolate in both space and time arbitrary genus-n meshes.. but this is not yet public... the only...

that's fine ;), giovanni is finalizing it.. it will be in a separate project leveraging vtkplotter and shtools. ps; feel free to contact me at marco.musy at embl.es if you...

Hi Matheus loops and widgets from inside notebooks with the k3d backend are not yet functional. It's on my to-do list, but i'll only able to implement it later next...

> I don't think it is a brainrender issue, but I'm not sure what a fix could be. @marcomusy did you ever see this behavior before uhm sorry, I've no...

For a [poster](https://github.com/marcomusy/vtkplotter/blob/master/docs/fenics_poster.pdf) at the ongoing conference FEniCS'2019 I cited your work by pointing at this github repo.

> Does `vedo` support changing the axis ticks labels à là `matplotlib`? Yes - check out example `vedo -r customaxes` ![](https://user-images.githubusercontent.com/32848391/90966973-0750e680-e4d9-11ea-8e56-d75a1ad523dd.png) > Currently I'm using root to compute x as...

Hi, unfortunately the jupyter notebook modality has **many** limitations, You may try `ipyvtk` as an alternative. This is something that works in `k3d` but without colors... ```python from vedo import...

Have you tried `settings.useDepthPeeling = True`

Can you post an screenshot of what you observe? What is your OS?