Plots not showing up in plot pane of RStudio - rstudio

I am using RStudio on a Mac, and I have the following problem: when I want to generate a plot (i.e. plot(cars)), the plot never shows up in the RStudio plot pane. Instead, the plot opens in a separate window (Quartz). I tried to use
dev.off()
but it did not help. Any idea what I can do about it?

If anyone faces the same problem: I solved my problem by updating RStudio to the newest version (Version 0.99.902 for Mac).

Related

Rstudio Help Viewer Rendering Issue

I'm having this strange issue with Rstudio where unstyled text in the help viewer pane seems to render with a white font color.
I'm not sure if anyone else has experienced this and has any suggestions on how to fix it. I've restarted Rstudio a few times and installed the latest version, 1.1.453.
My R Version is 3.4.1.
For some reason if I pop the window out, the problem disappears.
I found the answer on the Rstudio community here
I had to change my theme. For reference, I had been using the pre-packaged theme Dracula, and swapped it out for Cobalt and now all of my links are blue again...
What a relief, that was miserable for little a while there.

WebStorm built in terminal colors don't get updated once theme has been changed from black to white

I frequently switch between black and white themes of WebStorm when working in different day/night light conditions. One thing that always annoys me is that I have to manually close terminal in order for it to switch colors.
That's the only part of the interface that doesn't update automatically. Looks like a bug to me.
Is there any way to work around this issue?
Known issue, please follow IDEA-170747 for updates; unfortunately no workarounds exist for this issue - except for re-opening terminal tabs after switching UI theme

Unity UI is blured when centered

Today, I am facing problem. I am using the new Unity UI, but when I select that I want to center it, it gets blured. Is there any way to fix it?
Version: 2017.2.0f3
Platform: Windows 10
Oh. I solved it! It is because I have not checked Pixel Perfect option in canvas.

What is an alternative way of dragging objects in Xcode via VNC (from Windows)?

Please note that I am not asking about Ctrl+Dragging. That is a different issue. I am asking about regular dragging, i.e. moving a text field around in my Main.storyboard file.
I can click on an object to bring up its little white boxes around the corners and sides, but I can neither drag around the object nor can I use the little white boxes to change the object's size.
I am using VNC Viewer on a Windows 10 platform and connecting to a Mac with version 10.11.6. On the Mac, I am using Xcode version 8.2.1 (8C1002).

matplotlib right click to zoom not working

When running matplotlib in interactive mode the figure should zoom when you drag while holding down the right mouse button. This is not working for me. It will zoom if I drag with the left mouse button while holding down the option key.
Does anyone know how to get the right mouse button working for zooming? Is it an issue with matplotlib, ipython, x11, settings in system preferences?
Here is a description of how things are supposed to work (look under 'Pan/Zoom'):
http://matplotlib.sourceforge.net/users/navigation_toolbar.html
I'm running Enthought python distribution 7.2.2 64 bit on OSX 10.5.8. The matplotlib plots are displayed in an X11 window and the backend is TkAgg.
Thanks.
In the TkAgg backend the mouse button numbers are hardcoded so there is no easy rc setting to change. I do notice that there is some special case code in the tkagg backend (~ line 351):
if sys.platform=='darwin':
# 2 and 3 were reversed on the OSX platform I
# tested under tkagg
if num==2: num=3
elif num==3: num=2
Which looks very suspicious given your problem. Perhaps it is worth opening a matplotlib issue, and giving some details as to the type of mouse you are using (plus all of the details in the original, well put together, question).

Resources