Displaying 6 results from an estimated 6 matches for "format2".
Did you mean:
format
2012 Jun 06
2
non ascill characters in plots. no alternative but plotmath?
...haracters like epsilon and
alpha. On her Windows system, the Greek letters did not display
properly in a plot. There were some ordinary ASCII instead.
I asked her to send me the code so I could test. For me, the plot
looks ok on the screen.
Format1 <- c(320,500,700,1000,500,320,700,500,320)
Format2 <- c(800,1000,1150,1400,1500,1650,1800,2300,2500)
Vowel <- c("u","o", "?", "a","?", "y", "?", "e","i")
V1 <- data.frame(Format1,Format2,Vowel)
plot(Format1 ~ Format2, data = V1, type="n")
te...
2009 Oct 19
1
Problem with geometry manager in TclTK
...groove")
tkgrid(tklabel(Title.frame,text="Input File Format", font="Times 15",
foreground="dark red"))
tkgrid(Title.frame)
Choose.frame <- tkframe(ask.form, relief="groove", borderwidth=2)
file.format1 <- tkradiobutton(Choose.frame)
file.format2 <- tkradiobutton(Choose.frame)
tkconfigure(file.format1, variable=file.format, value="1")
tkconfigure(file.format2, variable=file.format, value="2")
tkgrid(tklabel(Choose.frame, text="Format 1 "),file.format1)
tkgrid(tklabel(Choose.frame, text="Format 2...
2011 Nov 22
2
sip show peers
Is there a way with the command (1.4.42) for sip show peers to
see the FULL "Name/Username" field???
I have long names and mine are being truncated.
Thanks
Jerry
2009 Jan 20
2
[LLVMdev] linux build problem
...; http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
Cheers,
--
Rafael Avila de Espindola
Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047
-------------- next part --------------
A non-text attachment was scrubbed...
Name: format2.patch
Type: text/x-diff
Size: 4100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090120/fb583414/attachment.patch>
2009 Jan 20
0
[LLVMdev] linux build problem
On Jan 20, 2009, at 12:45 AM, Török Edwin wrote:
> On 2009-01-20 08:01, Bill Wendling wrote:
>> I'll need some more information than this. I don't have a Linux box,
>> so I can't tell. Do you have a .i file? How is autoconf being
>> confused? What does config.log say about it?
>>
>>
> I've seen this failure on my nightly builder too (SVN r62521),
2009 Jan 20
4
[LLVMdev] linux build problem
On 2009-01-20 08:01, Bill Wendling wrote:
> On Jan 19, 2009, at 5:34 PM, John Regehr wrote:
>
>
>> Since yesterday I've been getting the error below when building llvm-
>> gcc
>> on Ubuntu Hardy on x86. For some reason, several instances of
>> autoconf
>> are getting confused and failing to detect a stdlib.h.
>>
>> John
>>