esquisse
esquisse copied to clipboard
Changing plot types window is cut off on Mac
Thank you for an amazing package!
My window is cut off when I'm trying to change plot types. I've included a screenshot.
Here's another image to show how it's being cut off.
I added a scrollbar, this should be better, if you can install dev version and tell me if it works for you :)
devtools::install_github("dreamRs/esquisse")
Victor
The problem is not related to Mac (or Windows, or etc.). The problem is screen resolution and zooming in RStudio. If you are using RStudio, make the zooming of all RStudio windows small enough (in RStudio v1.2 on Windows, I use Ctrl++ and Ctrl+- to change the zooming, on Mac the shortcuts may be different) before opening the shiny app. If the zooming too big, some of the elements in the app may not fit into the app window. In this situation, you should close the app and zoom out. Then reopen the app and explore if the result satisfies you. Note: No desired effect will be achieved if the zooming is changed while the app is running.
When you finish your work with the app, reset the zooming to its previous state.
@installingrattle does this method help in your situation?
Related issues: #80 and possibly #17.
Hi @GegznaV How are you sir? Unfortunately this issue is still present (@pvictor )- even with the scroller present. Your workaround does work though. Thank you! I wish we didn't have to do Ctrl
++
and Ctrl
+-
. But this is an awesome package.