RichardScottOZ
RichardScottOZ
Sounds like a good thing to have
If you find the file on the repository and edit it - it will make a fork for you to work in and start guiding you through it, too.
Or, short version - make your own version - ask to have it merged into the main work.
Pip and gdal will have problems a lot of the time - maybe try fixing that part with conda first?
Is the saved img size approx that memory leak difference?
Yes, strange! I was doing a bunch with screenshots the other day and things were getting slow...but I wasn't monitoring memory.
Yes, I am seeing this now, had a loop of about 3000 and deleting the objects at the end of the loop and it is still climbing - basically doing...
So I suppose next thing to do is profile it and try and find out where.
Looks like it gives me a 'can't set attribute' error? ```python p = pv.Plotter(notebook=True) p.add_mesh(mesh=thres, clim=[threshold,4], cmap=cmapCET, opacity=0.67) p.show_grid(color='black') p.set_background(color='brown') p.screenshot(r'F:\BananaSplits.png') #p.show() p.deep_clean() ```
Yes, installed it yesterday.