Benjamin Root
Benjamin Root
I am just about done with a set of revisions that I think makes things more sane, but I needed to write a `coerceInt()` and a `coerceByte()` private methods to...
I'd like to second this issue. I am having a hard time explaining to co-workers who aren't familiar with dask, but are reviewing my code why I have to add...
+1 on this point. My original point isn't addressed here, and that is that when I write up some generic function that expects numpy-like arrays, I have already been setting...
I think you want to set a larger "pad" value through `tick_params()`: https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.tick_params.html#matplotlib.axes.Axes.tick_params. Note that for Axes3D objects, the "both" value for `which` means all 3 x, y, and z...
FIgures created using pyplot are assumed to be managed by pyplot. They cannot be embedded into another Qt widget because they are already in a Qt window managed by pyplot....
Just thinking out loud, should the behavior be similar for imshow/imsave with respect to color handling?
Essentially, should imsave() produce a similar image as one would get if they did "imshow(); savefig()"? Obviously, the latter would appear as an axes plot with ticks and a frame,...
To address the comment about this experience leaving a bad taste in your mouth, so to speak, I totally understand. Matplotlib is one of the older packages in the SciPy...
So, what has become the consensus for performing regridding/resampling? I see a lot of suggestions, but I have no sense of what is mature enough to use in production-level code....
Yeah, we need to move something forward, because the main benefit of xarray is the ability to manage datasets from multiple sources in a consistent way. And data from different...