-
Hello, I was wondering if I could get help on resizing the precise QA equilibria on desc to fit inside a toroidal vacuum vessel (or at least as close as I can fit it) This is the way I have it set up:…
-
Will there be any support for surface or mesh plots? How might this best be accomplished?
-
Hi,
I was wondering if there are surface files (such as giftis or freesurfer surfs) for the volumetric MNI templates. I've seen some in various packages but I haven't come across an archive that co…
-
### Describe the bug, what's wrong, and what you expected.
[ParametricKlein](https://docs.pyvista.org/version/stable/api/utilities/_autosummary/pyvista.ParametricKlein.html#) states that the Klein bo…
-
Hi,
I see an example in here: https://www.blopig.com/blog/wp-content/uploads/2019/10/GPyOpt-Tutorial1.html
The codes are:
#Import Modules
#GPyOpt - Cases are important, for some reason
import G…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating system
- [X] Linux
- [ ] Mac
- [ ] Windows
### Operating system version
Linux Centos7
### Python …
-
As I mentioned in #7 I wanted to open an issue to collect some use cases!
These are for 2D and 3D!
Some guidelines:
First post the most native format you're data is in.
E.g.:
File with two columns of…
-
For Ethan:
*Can you upload onto the GPC the latest climatologies of nutrients (NO3, NH4, PO4, Silicate) from the World Ocean Atlas? NO3 (x,y, time) for the surface and 200m. Question here: Will the…
-
Attempting to solve Laplace's equation in polar co-ordinates on an annulus I get the following:
```
a = 1; b = 3;
ua = 1; ub = 2;
sol = @(r, t) (ua*log(r/b) - ub*log(r/a))./log(a/b);
N = chebop2(@(…
-
I am trying to convert an equirectangular texture into a heightmap array to update a spherical mesh in PyVista.
I can apply this texture to my sphere without any issue, it is seamless and working …