Julius Busecke
Julius Busecke
Thats very cool (do you have an example that this produces?). I was originally thinking of just cropping into the image (e.g. just setting axis limits differently), but this might...
This seems very reasonable indeed. I currently do not have the bandwidth to implement this though. Do you think you would have time to submit a PR? No pressure at...
Excellent. I really appreciate your efforts here @zmoon!
I need to update the package setup to something more modern, in order to not having to [bump version numbers manually](https://github.com/jbusecke/xmovie/blob/a3130615505e2d4d945038f6e31fd949b9e3c2ed/setup.py#L5-L7)!
Oh yes for sure. Sorry I am apparently notoriously bad at deleting these, haha.
Hi @christophrenkl, thanks for checking out xmovie. Sorry for the trouble. > I think this may have to do with the way the kwargs are passed on to the the...
If nothing is going wrong (which I suspect might actually be the case here) this should just do a `.min().load()`/`.max().load()`. Could you try that in your environment, and see if...
Also sorry for the long delay in my answer. Just getting back on top of my gh inbox!
Oh interesting question. I have never used ProPlot, could you give a simple example of how you would create a figure in there?
Sorry for the late answer here. The problem here is that the creation of a figure and the creation of the axis are separated in the xmovie code. The latter...