Wesley Banfield

Results 19 comments of Wesley Banfield

@AnvarAtayev @RichardScottOZ I wrote some code here: https://github.com/pyvista/pyvista/issues/2577#issue-1230912097 that checks object size before and after running the code, maybe you could run it in your cases to see of there...

> I have the same problem as @WesleyTheGeolien when I use the Plotter and I can't delete from memory also two more objects: > > ![165934840-6d0e2298-f6e1-4590-ac73-50ed609adf8b](https://user-images.githubusercontent.com/60745539/168025832-6803c39b-1dba-4559-8c39-6b8dcba59fcc.png) > > It would...

Hi @tcgoetz I'll try and take a look, I'll be able to get something pip installable but not knowing the code well enough yet I'm not sure my separation will...

Hey everyone 👋 Just a quick thought on this, I know sphinx-gallery executes the python scripts to generate the ipynb files (which means they are always up to date) I...

Not sure if this is linked but the hover data in projected graphs doesn't seem correct either, I'm not sure if the rotation is being taken into account. In the...

This also seems to occur with: - `AlbersEqualArea` - `AzimuthalEquidistant` - `EquidistantConic` - `LambertConformal` - `Mercator` - `Mollweide` - `Robinson` - `Sinusoidal` - `Stereographic` - `InterruptedGoodeHomolosine` - `RotatedPole` Selection works...

It doesn't appear so, see code and screenshot below. I am guessing because they are both using the same variable name holoviz is trying to do some trickery to get...

I'm guessing: ``` class IsoColorModel extends EffectModel { defaults() { return {...super.defaults(), _model_name: IsoColorModel.model_name, min: 0., max: 0., range: [0., 0.], colormap: 34, type: 'linear', }; } ``` this is...

@mharty3 I think this is linked to your branch [improve-dash-layout](https://github.com/WesleyTheGeolien/t20-Dash_Well_Viz/tree/improve-dash-layout)?

This is in [improve-dash-layout](https://github.com/WesleyTheGeolien/t20-Dash_Well_Viz/tree/improve-dash-layout)