darikg

Results 9 issues of darikg

Hi all (especially @amjith and @j-bennet). I contributed a couple of PRs back in the early days of pgcli. Then, y'know, I got busy with wrapping up my phd and...

I'm trying to use vtkVectorText with vtkFollower. Text positioned at the origin behaves as expected. For text away from the origin, orbiting the view causes the non-origin-text to move away...

For use with `Plotter.add_mesh(..., culling='front'/'back'`

enhancement

### Describe the feature you would like to be added. The pythreejs plotter currently does not support point labels. It'd be nice to have this since the pythreejs/jupyterlab integration is...

feature-request

Hi, anyone know if it's possible to do something like [this](https://lorensen.github.io/VTKExamples/site/Python/Annotation/TextOrigin/)?

The c++ `cut_mesh` has a third output `I`: V by 1 list of the map between Vn to original V index. It'd be nice to have this in the python...

missing-binding

Hi, this library is great. Definitely fills a gap in the scientific python ecosytem. I was wondering about the case where you're repeatedly calling skgeom functions. For example, a monte...

Hi, using py-polyscope on a Windows laptop with a 4k display the default font size is extremely small. Any chance to add some sort of font-size scaling?

enhancement
good first issue

Came up while investigating #5604. Minimal example: ```python import time from pyvista import plotting plotter = plotting.Plotter() def callback() -> None: plotter.iren.clear_events_for_key("j") time.sleep(1) print("done") plotter.add_timer_event(max_steps=1, duration=0, callback=add_callback) def add_callback(*_): plotter.add_key_event(key="j",...

bug