Eric Firing

Results 84 comments of Eric Firing

This is a known problem referenced in https://github.com/matplotlib/matplotlib/issues/1188 and, I think, more comprehensively in other old matplotlib issues that elude my quick attempt to search for them. We have found...

Still, it seems to me that transform_vector should take care of this transparently, so I am reopening this.

True. But if we start adding code to support Pandas data structures, where does it end? For something like basemap, I'm inclined to think that the present "array-like" support is...

In pycurrents I have a very different sort of support for etopo1, together with a basemap wrapper to facilitate making regional maps with topography. It takes a bit of setup;...

I have just now encountered this feature in an R notebook rendered as html, and it works beautifully. There is a button to the upper right of each cell that...

@NelleV, that example is critical in trying to explain something that is rather hard to understand and likely to puzzle anyone curious about using anything other than the default interpolation...

@story645, It's not a matter of procedure; the procedure is fine. No reasonable procedure can prevent occasional cases where there are disagreements or second thoughts, in documentation and in code.

This issue needs to be addressed, but it shouldn't block a 2.0.1 release, so I am moving the target.

@jni Is there a misunderstanding here? imsave is doing exactly what the docstring says it will do. It is just as happy with uint16 as it would be with any...

``` Save an array as in image file. The output formats available depend on the backend being used. Arguments: *fname*: A string containing a path to a filename, or a...