Michael Litvin
Michael Litvin
Added: "Toggle all polygons" menu item with shortcuts for show/hide/toggle.
Sounds like a lot of bureaucracy... Maybe you could look at each one, and cherry pick those that you like? On Tue, Oct 26, 2021, 02:52 Kentaro Wada ***@***.***> wrote:...
Hey @wkentaro, would you merge this PR?
I have the same issue. Any progress with this? @benjaminpkane if you already have a vision of how to implement, and it's not too complex - can I help?
Anything new on this?
@wkentaro It's been a while:) Closing as I split this into separate PRs as per your request: #1359 #1360 #1361 #1362
I found the functionality within `h5py`. Might make sense to add it to `hickle`. ``` import h5py f = h5py.File(hkl_path, 'r') print(f.keys()) ```