I use R
in Mac
through command line. When I need to draw some plot, R open plotting device called Quartz
to display plot. It all works fine, but problem arise when I update a plot or draw a new plot based on changed plot. It looks like Quartz
device does not automatically update the same. I need to close Quartz before I update my data and hit enter, so that new/modified plot can appear in Quartz
.
I am wondering if this is default behaviour when R
is run from command line in Mac
? Is there any way to automatically update the plot in Quartz
every time I update the data for plotting?
Any pointer will be highly appreciated.