search for: foxtail

Displaying 4 results from an estimated 4 matches for "foxtail".

Did you mean: foxmail
2011 Feb 04
1
Easy help with plots, font size
...st want the size of the fonts (especially the axes and axes labels) to be bigger! Thanks so much! Here is my code: # Poster figure 1 stationmean=c(19.4833,10.8000) fieldmean=c(14.6852, 15.5981) plot(c(0,1),fieldmean,xaxt='n',type="b",pch=20,col="green3", main="Foxtail Seeds Remaining vs.Field Type", ylab="Mean Number Foxtail Seeds Remaining", xlab="Field Type",ylim=c(10,20),xlim=c(-.25,1.25)) axis(1,at=c(0,1),labels=c("Cover Crop","Wheat Stubble")) # Poster figure 2 stationmean=c(19.4833,10.8000) fieldmean=c(14.685...
2008 Nov 11
3
FXTextField and number of digits after decimal point
Hello, Here''s the context: I read a number either pure integer or float with eventually up to 12 digits after the decimal point from a YAML file. The number is injected into a FXTextField with the following code: @value_sel = FXDataTarget.new(@value.to_s) @value_value = FXTextField.new(@matrix_mem_value, 20, at value_sel, :opts =>TEXTFIELD_NORMAL|JUSTIFY_RIGHT,
2004 May 23
7
[Bug 872] SSH client fails for non-root users with "Host key verification failed"
...Product: Portable OpenSSH Version: 3.8.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: bugzilla.mindrot.org at foxtail.org Attempting to open an ssh session to any remote host fails when attempted by a non-root user. The error message is ssh_askpass: exec(/usr/lib/misc/ssh-askpass): No such file or directory Host key verification failed. Yes, ssh-askpass is not installed as the client system is not running X....
2004 Jul 20
7
radiobuttons are weird in 1.2.x series
Hello all, Run groupbox.rb example in any of the two alpha versions and click the radiobutton in the upper right group box (those named Hilvesum 1, Hilversum 2, etc). You''ll notice that once a radiobutton is checked, it remains checked when some other radiobutton is checked. What''s the reason? Thank you. -- Best regards, Yuri Leikind