ManuGraiph
ManuGraiph
As the title says, i can't find the list of arguments anywhere to fully customize how the points/mesh look when using pyglet to plot a scene with scene.show, i've only...
Hi! I'm plotting a mesh using: `MeshV = scene.visuals.create_visual_node(visuals.MeshVisual)` `m1 = MeshV(parent=view.scene)` `m1.set_data(vertices=mesh.points(),faces=np.array(mesh.faces()),face_colors=color_array_here)` Now, is there any way to change the colors of the edges in the mesh (the lines...
It's possible to, somehow, get the resulting parameters/centroids/density values from a density contour analysis/plot for a set of poles? I'm guessing it uses Kamb.
Hello! I'm trying to check all the intersection points between a line and a mesh (which is a merge of a group of meshes). The problem is, the intersect_with_line method...
Hi! I have the following situation/error and i haven't been able to figure out why it happens. I can't post the data, since it's work product. I have a lot...
Hi, I'm pretty new to ikhal, but i'm having an issue which i'm not sure if that's how it normally is or if i'm missing something. Let's say i add...
Is this project abandoned or it will be ported to python 3.12 at some point?
Hi Marco! Would it be possible for the pointcloud method `closest_point` to also return the intersection coordinates when `return_cell_id` is True? It's basically changing the line 1536 in pointcloud.py from...
Hi, For some reason, i can't change any color output either in my taskwarrior or taskwarrior-tui gui when sourcing any theme file in the taskrc. I'm not sure if i'm...
Hi, I'm trying to bind Tab key in normal mode to some script action, but i can't find a way to do it. I've tried `Tab`, `TAB`, ``, ``, and...