emmanuelparadis / pegas

Population and Evolutionary Genetics Analysis System
GNU General Public License v2.0
27 stars 10 forks source link

Issue with replot() on Windows #88

Closed Chatchamew closed 5 months ago

Chatchamew commented 5 months ago

I have tried using replot() on Windows’ RStudio, and the locator does not locate where I click it. Instead, the locator always shift northwestward, making replotting very hard. This does not happen on Mac where the locator is precise. Is there anything I can do?

emmanuelparadis commented 5 months ago

I don't use RStudio (and neither Windows), but I think it has a button you can click to have the graphical window "out" of the main GUI (maybe it's called "Zoom"). Otherwise, maybe you can type windows() or X11() to open a new window (called a graphical device in R's jargon). Hopefully, it won't be embedded in RStudio...

Chatchamew commented 5 months ago

Thank you so much for your response.