search for: segments2

Displaying 6 results from an estimated 6 matches for "segments2".

Did you mean: segments
2003 Feb 24
2
"trace" argument in legend() (PR#2578)
...elow: plot(0,0) legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T) It gives the following trace: > plot(0,0) > legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T) xchar= 0.05178 ; (yextra,ychar)= 0 0.07941 rect2(0,0, w=0.3474, h=0.2382...) segments2(0.015540.01554,-0.07941-0.1588, dx=0.1036, dy=0, ...) points2( 0.06732 0.06732 , -0.07941 -0.1588 , pch= 1 2 ...) On the line starting by "segment2", the coordinates are not separated by a space like on the line starting by "points2". My recommendation is to remove the optio...
2000 Oct 19
0
legend -- one more try
...seg.len <- 2 # length of drawn segment, in xchar units - ok.l <- if(missing(lty)) { lty <- 1; TRUE } else lty > 0 - if(missing(lwd)) lwd <- par("lwd") - lty <- rep(lty, length.out = n.leg) - lwd <- rep(lwd, length.out = n.leg) - if(trace) - catn(" segments2(",xt[ok.l] + x.off*xchar ,",", yt[ok.l], - ", dx=",seg.len*xchar,", dy=0, ...)", sep="") - segments2(xt[ok.l] + x.off*xchar, yt[ok.l], dx= seg.len*xchar, dy=0, - lty = lty[ok.l], lwd = lwd[ok.l], col = col[ok.l]) - # if (!merge) -...
2001 Jan 15
0
legend() patch never seems to have made it in
...seg.len <- 2 # length of drawn segment, in xchar units - ok.l <- if(missing(lty)) { lty <- 1; TRUE } else lty > 0 - if(missing(lwd)) lwd <- par("lwd") - lty <- rep(lty, length.out = n.leg) - lwd <- rep(lwd, length.out = n.leg) - if(trace) - catn(" segments2(",xt[ok.l] + x.off*xchar ,",", yt[ok.l], - ", dx=",seg.len*xchar,", dy=0, ...)", sep="") - segments2(xt[ok.l] + x.off*xchar, yt[ok.l], dx= seg.len*xchar, dy=0, - lty = lty[ok.l], lwd = lwd[ok.l], col = col[ok.l]) - # if (!merge) -...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...gment-7.swf.trace | 8202 +++++++++++ test/trace/stack-segment-8.swf |binary test/trace/stack-segment-8.swf.trace | 8202 +++++++++++ test/trace/stack-segment.as | 24 test/trace/stack-segments2-5.swf |binary test/trace/stack-segments2-5.swf.trace | 8202 +++++++++++ test/trace/stack-segments2-6.swf |binary test/trace/stack-segments2-6.swf.trace | 8202 +++++++++++ test/trace/stack-segment...
2001 Aug 27
1
colorbar legend for image()
Hi, are there any plans to add a colorbar legend to image()? Or such a possibility already implemented which I just haven't discovered yet. Anyway, I will be willing to spent some time on the implementation if there isn't anyone working on that already. Thanks Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read
2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
...jamin Otte <otte at gnome.org> Date: Thu Jul 26 22:42:01 2007 +0200 add test for Stage.align diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 3f9cf9d..2c00771 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -806,6 +806,15 @@ EXTRA_DIST = \ stack-segments2-7.swf.trace \ stack-segments2-8.swf \ stack-segments2-8.swf.trace \ + stage-align.as \ + stage-align-5.swf \ + stage-align-5.swf.trace \ + stage-align-6.swf \ + stage-align-6.swf.trace \ + stage-align-7.swf \ + stage-align-7.swf.trace \ + stage-align-8.swf \ + stage-align-8.swf.trace \ string...