John Russell

Results 10 comments of John Russell

Hi there, I see that this has been open for a while but if there is still interest in supporting this in `aicsimageio` I have some code that I have...

Cool! Thanks for the interest. Here is a snippet that generates some fake data and then loads it with this function. ```python import re import os import pandas as pd...

@JacksonMaxfield this builds off the last snippet to address your question 2. Its a lightly improved version of the main loop ```python df = df.join(df.apply(indexer, axis=1, result_type='expand')) chunkby_dims='CZ' group_dims =...

Hi, i just opened a preliminary PR for this, sorry it took a while. as I mentioned there i have some questions Im not sure about for getting `GlobReader` fully...

Sorry ive been off this for so long again. the multidimensional case took me a bit longer than i thought. Im not totally sure what `native_object` would be here. But...

Hey @redeboer, ian helped me throw this together the last time i wanted to animate a 3d scatter plot, might be helpful for you. ```python T = 100 N =...

New style formatting is the way I think. Move might be to to use some of matplotlibs logic but reimplement. Another feature that could get rolle into this is the...

Cant heatmap slicer basically do this? Like if you just didnt show the heatmap?

What about `iplt.plot(lamda i: my_arr[i])`

so i actually did a bunch of this lambda nonsense while i was trying to work with xarrays. In general, i dont think its a bad way to go (especially...