similar to: alpha transparency doesn't work for lines when xpd=TRUE

Displaying 20 results from an estimated 4000 matches similar to: "alpha transparency doesn't work for lines when xpd=TRUE"

2018 Apr 16
0
alpha transparency doesn't work for lines when xpd=TRUE
> On Apr 16, 2018, at 10:41 AM, Jiaxuan Chen <Jiaxuan.Chen at cruk.cam.ac.uk> wrote: > > Dear R-devel, > > I think I've found a bug - the alpha transparency doesn't work when plotting lines with xpd = TRUE. > > #works > plot(1:20, col="#1874CD", xpd=T, type="l") > > #works > plot(1:20, col="#1874CD50", xpd=F,
2001 Sep 08
0
barplot forces xpd=TRUE (PR#1088)
<<insert bug report here>> barplot hardcodes xpd as "TRUE" causing the bars to go outside of the plot region. True can be the default, but it shouldn't be the only option. *** barplot.R Sat Sep 8 10:15:16 2001 --- barplot.R.orig Sat Sep 8 10:03:39 2001 *************** *** 5,11 **** legend.text = NULL, beside = FALSE, horiz = FALSE, col =
2011 Feb 06
2
Legend outside the plot? xpd?
Hi All, BG: Will try be brief. I'd like 3 graphs on a page (below each other mfrow=c(3,1)), saved to pdf. The three plot data on the same subject so I'm having one legend, to the right of the center graph. I'm using mar=c(5,15,4,15) to bring the sides in so that the graphs are square and not stretched wide. To have the graph to the side I'm thinking xpd=T. Each graph has a number
2008 Feb 22
1
Clipping using par(plt=..., xpd=FALSE) inconsistencies
Here is a demonstration of behaviour that is probably an optimization by someone far smarter than me that did not anticipate anyone wanting to do this, but for my purposes it looks more like a bug than a feature. I have tested this with R2.6.2 on Windows, no additional packages loaded (beyond the default), I have tested using the default graphics object, pdf, jpeg, and cairoDevice (ok I loaded a
2002 Jul 20
1
Bug in OggDrop XPd 1.0 ?
('binary' encoding is not supported, stored as-is) Hello! First let me say that after several experiments i have done today, encoding a wav to several ogg bitrates and then listening to them in winamp, i'm realy pleased with the sound quality of the final release 1.0 of Vorbis. But during these tests i've done, i found that OggDrop XPd crashes when i try to encode at 16KHz, 22KHz
2000 Nov 29
0
abline() AND rect() do not obey "xpd" (clipping) (PR#750)
>>>>> "MM" == Martin Maechler <maechler@stat.math.ethz.ch> writes: MM> This is not a bug in the very strict sense, MM> but for consistency, MM> I feel that MM> abline() MM> should obey par("xpd") setting, even by ...-argument. MM> The following code shows how lines() ``works'' and abline() does not :
2001 May 20
2
legend() with xpd=T; omission of initial plot character (PR#943)
In the following: plot(0:1, 0:1) legend(x=0, y=1.2, pch=c(1,2), legend=c("May","June")) the first plot character is omitted when plotting to the screen. I obtained the same behaviour when placing a legend in the margin following use of pairs() -please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = x86 os = Win32 system = x86, Win32
2007 Jun 25
1
Xorcom Bri 4 Port USB
Hi, I'm having some trouble setting up a Xorcom Bri 4 port. I have compiled asterisk and zaptel using the Bristuff bristuff-0.3.0-PRE-1y-g patches. So I'm running zaptel-1.2.17.1 and asterisk-1.2.18. The problem I'm having is that for one I get no LEDs showing if the unit is in TE and NT mode (not a issue for me but may have some impact on things) I have no errors in any logs I
2007 Jun 27
1
Zap dialling issues
I'm having problems getting an Xorcom USB Bri 4 dialling out in Australia. I can receive calls into the system without an issue, but I can not for the life of me dial out of the system. Below are my configs, I'm hoping its something simple that I just can't see as I've been looking at it for to long. Can any one point me in the right direction. P.S. Yes it is meant to be in TE
2007 Jul 04
2
Xorcom Bri and asterisk crashes
We have recently install an asterisk solution with about 60 physical extensions. While the system is running it runs reasonably well (Still have a few teething problems) but twice now they have experienced a degradation in voice quality and dropped calls and then finally asterisk completely crashes out. Restarting asterisk will work for a little while and it will crash again, each time less time
2008 Mar 01
1
jpeg and margin text
Hi guys, I use R 2.6.2 and Windows XP. I’ve got the following question: I wrote a lot of text into the margin of a plot. When I use the “jpeg”-function, only a little part of the margin text is displayed in the final jpeg? Any ideas to change it? Source-Code: datenbankdaten<-data.frame(LETTERS[1:20],
2008 Dec 30
5
Xorcom BRI state NOTOPEN
Hello, I recently got a problem I have never seen during my previous installations. I have a Xorcom device with 4 BRI and 8 FXS ports. I use ubuntu Linux and asterisk 1.4.22. Everything works fine but after some time zap channels disappear in asterisk. root at pbx1:~# cat /proc/zaptel/* Span 1: XBUS-00/XPD-00 "Xorcom XPD #00/00: BRI_TE" AMI/CCS NOTOPEN 1 XPP_BRI_TE/00/00/0 Clear
2016 Apr 13
0
Adding Two-Headed Arrow in map legend
Hi Milu, My fault here. As I don't have the data to make the map and try out my suggestions I mixed up the x and y coordinates. Try this: par(xpd=TRUE) arrows(-19.75966,53,33.60000,53,code=3) par(xpd=FALSE) Jim On Tue, Apr 12, 2016 at 10:11 PM, Miluji Sb <milujisb at gmail.com> wrote: > Hello Jim, > > Thanks again. I am getting the two-headed arrow but I cannot seem to get
2008 Jun 13
1
adding custom axis to image.plot() and strange clipping behavior
Hi list, I wanted to plot an image with a colorbar to the right of the plot, but set my own axis labels (text rather than numbers) to the image. I have previously accomplished this with two calls to image(), but the package 'fields' has a wrapper function, image.plot(), which does this task conveniently. However, I could not add axes to the original image after a call to image.plot(); I
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Hello Jim, Thanks again. I am getting the two-headed arrow but I cannot seem to get the coordinates right for the arrow to appear beneath the map. These coordinates puts the arrow on the left hand side. Thanks again! Sincerely, Milu On Tue, Apr 12, 2016 at 1:15 PM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi Milu, > There is a two-headed arrow on the image you sent, and it
2011 Jun 01
10
busy hangup HDLC Bad FCS (8) on Primary D-channel
Hi all, After running fine for a few months now asterisk seems to hang frequently , still functioning but the DAHDI channels seem busy (users report a busy signal when calling or being called) A reboot will allow it to run for another day or maybe 2 or 3 till the problem occurs again. running stock Asterisk 1.6.2.9-2+squeeze2 on Debian with stock kernel 2.6.32-5-686 i get the following
2010 Feb 02
2
barplot y axis too short
Hello, The function barplot automatically creates a y-axis that doesn't necessarily cover the range of y-values to be plotted. I know how to manually create my own y-axis so that it does cover the range, but I was wondering if there is some parameter to change so that the scale of the y-axis is automatically taller than the tallest bar. I thought setting xpd=F would do it, since it says that
1999 Jan 25
1
segments() bug?
Is there a reason that segments() function (x0, y0, x1, y1, col = par("fg"), lty = par("lty"), lwd = par("lwd"), xpd = FALSE) .Internal(segments(x0, y0, x1, y1, col = col, lty = lty, lwd = lwd, xpd = xpd)) has xpd=FALSE in the second line instead of xpd = par("xpd") ? Ben Bolker
2016 Apr 12
0
Adding Two-Headed Arrow in map legend
Hi Milu, There is a two-headed arrow on the image you sent, and it seems to be where you specified. Did you want it beneath the map, as: par(xpd=TRUE) arrows(-22,54.75,-22,74,code=3) par(xpd=FALSE) Jim On Tue, Apr 12, 2016 at 7:58 PM, Miluji Sb <milujisb at gmail.com> wrote: > Dear Jim, > > Thanks again! I do want the arrows at the bottom (beneath the map). This is > what I am
2012 Jun 10
1
Setting span orders with Astribank and Sangoma A101
Hi All Just a quick check on the best way to ensure multiple cards/devices load in the correct order. Asterisk 1.8 with Sangoma A101 had no problems until we introduced an Astribank. root at pabx377:/etc/asterisk# dahdi_hardware -v usb:001/004 xpp_usb+ e4e4:1162 Astribank-modular FPGA-firmware LABEL=[usb:X1060395] CONNECTOR=@usb-0000:00:1d.7-3 XBUS-00/XPD-00: