Tom Leary
Tom Leary
If I had a hotkey for these, I could use the app completely mouse-free.
### Issue description Images taken horizontally show up fine, but anything taken vertically is rendered horizontally. The code is simply: ```   ```...
I was able to get the correct result with the following: ```python df.groupby('grps')['vals'].nlargest(3).groupby('grps').sum() ``` but I'm sure there's a more elegant way to do it than by using the `groupby`...