R best way to produce and edit interactive plots like in MATLAB? -


it used case matlab better @ creating interactive plots. is, plots 1 able use mouse interactively change aspects of plot, height , width, x , y limits, position of legend, ... akin of having plot creation , and svg editor in same place.

what best way achieve same goal in open source r? alternative being, produce plot r, save pdf or svg, open file open source svg editor inkscape, , edit layout of plot second step.

is there r package in place?

there few r packages allow jump either tcl or opengl world of interactive graphics (and believe x11 tools well). further, there package, name sadly escapes me @ moment, runs "on top of" base plotting tools , lets of interactive rescaling work.

however, suggest spend little time learning ggplot , change approach graphics generation. unless intent manipulate graph in realtime for, e.g., presentation, it's more efficient edit grob object , replot until image want.

remember, first rule of efficient programming (tm) "you not use mouse" (with apologies tyler durden).


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -