Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Thomas Friedrichsmeier
Hi, On Saturday 11 September 2010, Prasenjit Kapat wrote: > None of the static messages will show such an error. But say if you call: > xyplot (0~0, > panel = function (...) { > panel.xyplot (...) > panel.abline (h=0,v=0) > }) > > Then, the showInfo box will be a few line

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Thomas Friedrichsmeier
Hi, I didn't find too much time to test, but what I've seen so far looks good, both in terms of speed and correctness. I've found some rather minor issues and corrected those in SVN, but nothing serious. Great! I did not look at the code in any detail so far, and will wait with that until you

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 9:08 AM, Thomas Friedrichsmeier wrote: > Hi, > > BTW, I encountered some surprising behavior: > When you add a plot using "Append this plot", the plot-call appears to be > lost. Appending in any other way makes the plot-call is shown as expected. Is > this intentional

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Thomas Friedrichsmeier
Hi, On Sunday 12 September 2010, Prasenjit Kapat wrote: > It should not get lost! Do you see 'NA'? It should at least use the > old behavior of 'X: xlab, Y: ylab, main'. Now the code may not always > be able to find xlab / ylab / main from the recorded plot. For > example, the structure of a recor

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 9:18 AM, Thomas Friedrichsmeier wrote: > Hi, > > I didn't find too much time to test, but what I've seen so far looks good, > both > in terms of speed and correctness. I've found some rather minor issues and > corrected those in SVN, but nothing serious. Thanks. I w

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Prasenjit Kapat
On Sat, Sep 11, 2010 at 9:42 AM, Prasenjit Kapat wrote: > > I have added a checkbox to enable/disable the history. Settings > > RKWard > Output. Just a thought or future update: should this be implemented as a check box under the history menu (as in Windows) instead of the Settings? But then, it

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 1:36 PM, Thomas Friedrichsmeier wrote: > Hi, > > On Sunday 12 September 2010, Prasenjit Kapat wrote: >> The "Append this plot" is supposed to be a safe guard action: append >> _any_ displayed plot no matter what its state / type is, using >> recordPlot (). For example,

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
On Sun, Sep 12, 2010 at 2:41 PM, Prasenjit Kapat wrote: > > > > Another thing: I just added a test to rkward_application_tests.R. Basically > > Thanks. > > > this opens two devices and calls some of the history actions. Then it checks > > whether the current plots are the expected ones. Somehow, w

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 3:41 PM, Prasenjit Kapat wrote: > On Sun, Sep 12, 2010 at 2:41 PM, Prasenjit Kapat wrote: >> >> >> > Another thing: I just added a test to rkward_application_tests.R. Basically >> >> Thanks. >> >> > this opens two devices and calls some of the history actions. Then it

Re: [rkward-devel] some separate queries related to the plot history feature

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 1:36 PM, Thomas Friedrichsmeier wrote: > > Another thing: I just added a test to rkward_application_tests.R. Basically > this opens two devices and calls some of the history actions. Then it checks > whether the current plots are the expected ones. Somehow, when I try